Re: AbstractHadoopJob.java and KYLIN_HIVE_DEPENDENCY_JARS in 1.3 & 1.5 versions

2016-03-23 Thread ShaoFeng Shi
You're correct; this issue was also reported by another user in a couple days ago, the fix will be released in next version. You can find a workaround in the JIRA: https://issues.apache.org/jira/browse/KYLIN-1507 2016-03-24 11:12 GMT+08:00 sdangi : > */private static final String KYLIN_HIVE_DEPEN

AbstractHadoopJob.java and KYLIN_HIVE_DEPENDENCY_JARS in 1.3 & 1.5 versions

2016-03-23 Thread sdangi
*/private static final String KYLIN_HIVE_DEPENDENCY_JARS = "[^,]*hive-exec[0-9.-]+\\.jar|[^,]*hive-metastore[0-9.-]+\\.jar|[^,]*hive-hcatalog-core[0-9.-]+\\.jar";/ * String filterKylinHiveDependency(String kylinHiveDependency) { if (StringUtils.isBlank(kylinHiveDependency))