You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2017/10/23 09:17:12 UTC

[2/4] kylin git commit: Addium for KYLIN-2846

Addium for KYLIN-2846

Signed-off-by: shaofengshi <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/f3d3585e
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f3d3585e
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f3d3585e

Branch: refs/heads/master
Commit: f3d3585ed6360657574ac5b89535b18e41ac3efa
Parents: 09cc2ed
Author: Liu Shaohui <li...@xiaomi.com>
Authored: Fri Sep 15 14:34:18 2017 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Oct 23 17:16:27 2017 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f3d3585e/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java
----------------------------------------------------------------------
diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java
index 8de772f..5f51c13 100644
--- a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java
+++ b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java
@@ -91,7 +91,7 @@ public class CubeHFileJob extends AbstractHadoopJob {
             attachCubeMetadata(cube, job.getConfiguration());
 
             Configuration hbaseConf = HBaseConfiguration.create(getConf());
-            HTable htable = new HTable(hbaseConf, getOptionValue(OPTION_HTABLE_NAME).toUpperCase());
+            HTable htable = new HTable(hbaseConf, getOptionValue(OPTION_HTABLE_NAME));
 
             // Automatic config !
             HFileOutputFormat3.configureIncrementalLoad(job, htable);