You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "fengyongshe (JIRA)" <ji...@apache.org> on 2015/12/07 15:19:10 UTC

[jira] [Created] (SLIDER-1011) Slider-hbase-app should export zk-path to user

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)