As per bam 2.4.1, it's using Cassandra data access service to connect the cluster. And hence it'll be connecting to the Cassandra instance which is mentioned in hector-config.xml.
Thanks, Sinthuja On Wednesday, December 24, 2014, Dilini Muthumala <[email protected]> wrote: > Hi, > > Regarding the WSO2BAM_HIVE_INCREMENTAL_DATASOURCE in > repository/conf/bam-datasources.xml. > > $subject. Other cassandra datasources do have a <url> property. > To which cassandra server will this admin user connect? > > Thanks, > Dilini > > <datasource> > <name>WSO2BAM_HIVE_INCREMENTAL_DATASOURCE</name> > <definition type="RDBMS"> > <configuration> > *<!-- No URL property here -->* > <username>admin</username> > <password>admin</password> > <dataSourceProps> > <property > name="replicationFactor">1</property> > <property > name="strategyClass">org.apache.cassandra.locator.SimpleStrategy</property> > <property > name="readConsistencyLevel">QUORUM</property> > <property > name="writeConsistencyLevel">QUORUM</property> > <property > name="keyspaceName">HIVE_INCREMENTAL_KS</property> > </dataSourceProps> > </configuration> > </definition> > </datasource> > > -- > *Dilini Muthumala* > Software Engineer, > WSO2 Inc. > > *E-mail :* [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');> > *Mobile: *+94 713-400-029 > -- Sent from iPhone
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
