Hi Nirmal,

I just checked this on a pack that I built yesterday and it seems to work
properly for both the event store and the processed data store, while on
HBase datastore. Can you please specify which pack you're using?

As I mentioned in the other thread, could you please try specifying the
hbase.master property as well and see if the issue is resolved?

Thanks,
Gokul.

On 15 August 2015 at 19:21, Nirmal Fernando <nir...@wso2.com> wrote:

> Noticed $subject. It shows no data, whilst interactive analytics console
> shows the data.
>
> analytics-datasources xml has following; am I missing a config?
>
> <!-- Sample datasource implementation for HDFS Analytics FileSystem-->
>
>         <datasource>
>
>             <name>WSO2_ANALYTICS_FS_DB_HDFS</name>
>
>             <description>The datasource used for analytics file
> system</description>
>
>             <jndiConfig>
>
>                 <name>jdbc/WSO2HDFSDB</name>
>
>             </jndiConfig>
>
>             <definition type="HDFS">
>
>                 <configuration>
>
>                     <property>
>
>                         <name>fs.default.name</name>
>
>                         <value>hdfs://192.168.x.x:54310</value>
>
>                     </property>
>
>                     <property>
>
>                         <name>dfs.data.dir</name>
>
>                         <value>/dfs/data</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>
>
>
>         <!-- Even store-->
>
>         <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>
>
>
>         <!-- Processed data store-->
>
>         <datasource>
>
>             <name>WSO2_ANALYTICS_PROCESSED_DATA_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
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to