Hi Nirmal, The doc that you've pointed merely shows how the datasource should be configured (i.e. the format), and does not necessarily represent a complete configuration, which would naturally depend on the environment. But I agree the wording "add the following configuration" is incorrect and misleading. @Praneesha could you please correct it accordingly?
The hbase.master property is used for identifying the HBase master node, through which all schema-related operations would go. So unless the HBase node is in the same machine as the DAS node, that property is required. Thanks, Gokul. On Saturday, 15 August 2015, Nirmal Fernando <[email protected]> wrote: > > https://docs.wso2.com/display/DAS300/Configuring+a+HBase+Datasource > > hbase.master doesn't work, what works is following; > > <datasource> > > <name>WSO2_ANALYTICS_EVENT_STORE_DB_HBASE</name> > > <description>The datasource used for analytics file > system</description> > > <jndiConfig> > > <name>jdbc/WSO2HBaseDB</name> > > </jndiConfig> > > <definition type="HBASE"> > > <configuration> > > *<property>* > > * <name>hbase.zookeeper.quorum</name>* > > * <value>192.168.x.x</value>* > > * </property>* > > <property> > > <name>fs.hdfs.impl</name> > > > <value>org.apache.hadoop.hdfs.DistributedFileSystem</value> > > </property> > > <property> > > <name>fs.file.impl</name> > > <value>org.apache.hadoop.fs.LocalFileSystem</value> > > </property> > > </configuration> > > </definition> > > </datasource> > > -- > > Thanks & regards, > Nirmal > > Team Lead - WSO2 Machine Learner > Associate Technical Lead - Data Technologies Team, WSO2 Inc. > Mobile: +94715779733 > Blog: http://nirmalfdo.blogspot.com/ > > > -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://wso2.com Mob: +94 77 593 5789 | +1 650 272 9927
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
