Skip to content
#

hive

Here are 955 public repositories matching this topic...

cube.js
findepi
findepi commented Jan 9, 2021

Some tests use the following pattern

try {
    ... do something ...
    fail();
}
catch (IllegalStateException e) {
    assertEquals(e.getMessage(), "the expected message");
}

this is not very readable and can be expressed more tersely with assertThatThrownBy
also, in case the message not as expected, the actual failure gets lots, so it's harder to diagnose the problem

后端开发常用框架文档及中文翻译,包含 Spring 系列文档(Spring, Spring Boot, Spring Cloud, Spring Security, Spring Session),大数据(Apache Hive, HBase, Apache Flume),日志(Log4j2, Logback),Http Server(NGINX,Apache),Python,数据库(OpenTSDB,MySQL,PostgreSQL)等最新官方文档以及对应的中文翻译。

  • Updated Jan 20, 2021
bdp-dataplatform

bdp-dataplatform:基于大数据、数据平台、微服务、机器学习、商城、自动化运维、DevOps、容器部署平台、数据平台采集、数据平台存储、数据平台计算、数据平台开发、数据平台应用搭建的大数据解决方案。

  • Updated Jan 19, 2021
  • Java

Improve this page

Add a description, image, and links to the hive topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hive topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.