Skip to content

Commit

Permalink
KYLIN-3613, UnknownHostException at 'Create HTable' step when use sta…
Browse files Browse the repository at this point in the history
…ndalone hbase cluster
  • Loading branch information
skyyws authored and shaofengshi committed Oct 25, 2018
1 parent 21bc42d commit 2fd01c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public int run(String[] args) throws Exception {
CubeInstance cube = cubeMgr.getCube(cubeName);

// use current hbase configuration
Configuration configuration = HBaseConnection.getCurrentHBaseConfiguration();
Configuration configuration = new Configuration(HBaseConnection.getCurrentHBaseConfiguration());
merge(configuration, getConf());
job = Job.getInstance(configuration, getOptionValue(OPTION_JOB_NAME));

Expand Down

0 comments on commit 2fd01c3

Please sign in to comment.