Repository: incubator-slider Updated Branches: refs/heads/develop bbd09a292 -> 053c3c111
SLIDER-734 print the directory where hbase config is saved Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/053c3c11 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/053c3c11 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/053c3c11 Branch: refs/heads/develop Commit: 053c3c1118dc0aa8066f945c2adb152ca4fd6d49 Parents: bbd09a2 Author: tedyu <[email protected]> Authored: Mon Feb 2 15:21:19 2015 -0800 Committer: tedyu <[email protected]> Committed: Mon Feb 2 15:21:19 2015 -0800 ---------------------------------------------------------------------- app-packages/hbase/hbase-wrapper.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/053c3c11/app-packages/hbase/hbase-wrapper.py ---------------------------------------------------------------------- diff --git a/app-packages/hbase/hbase-wrapper.py b/app-packages/hbase/hbase-wrapper.py index 1fae0c2..ac4d6d2 100644 --- a/app-packages/hbase/hbase-wrapper.py +++ b/app-packages/hbase/hbase-wrapper.py @@ -120,5 +120,6 @@ call(["slider", "registry", "--getconf", "hbase-site", "--user", "hbase", "--for HBaseConfFile=os.path.join(local_conf_dir, "hbase-site.xml") propertyMap = {'hbase.tmp.dir' : '/tmp/hbase-tmp', "instance" : cluster_instance} writePropertiesToConfigXMLFile(tmpHBaseConfFile, HBaseConfFile, propertyMap) +print "hbase configuration is saved in " + HBaseConfFile call(["hbase", "--config", local_conf_dir, "shell"])
