fengyongshe created SLIDER-1011:
-----------------------------------

             Summary: Slider-hbase-app should export zk-path to user
                 Key: SLIDER-1011
                 URL: https://issues.apache.org/jira/browse/SLIDER-1011
             Project: Slider
          Issue Type: Improvement
          Components: app-package
    Affects Versions: Slider 0.81
            Reporter: fengyongshe
            Priority: Minor
         Attachments: slider-hbase-app-export-zkpath.patch

when developers adopt java client API  to perform CRUD operations on HBase 
tables.Here is a example:
         Configuration conf = HBaseConfiguration.create();
         conf.set("hbase.zookeeper.quorum", "${ZK_HOST}");
         conf.set("zookeeper.znode.parent","${DEFAULT_ZK_PATH}");
Slider HBase app should export zk path to developers




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to