9091929394959697
hcatConf.set(el.getKey(), el.getValue()); } } SessionState.start(new CliSessionState(hcatConf)); hcatDriver = new HCatDriver(); }
86878889909192
for (Map.Entry<String, String> el : getHbaseConf()) if (el.getKey().startsWith("hbase.")) { allConf.set(el.getKey(), el.getValue()); } SessionState.start(new CliSessionState(allConf)); hcatDriver = new HCatDriver(); }
6364656667686970
8990919293949596