Github user tnine commented on a diff in the pull request:

    https://github.com/apache/incubator-usergrid/pull/164#discussion_r25294605
  
    --- Diff: 
stack/core/src/main/java/org/apache/usergrid/persistence/cassandra/CassandraService.java
 ---
    @@ -158,7 +164,7 @@ public void init() throws Exception {
             accessMap.put( "username", properties.getProperty( 
"cassandra.username" ) );
             accessMap.put( "password", properties.getProperty( 
"cassandra.password" ) );
             systemKeyspace =
    -                HFactory.createKeyspace( SYSTEM_KEYSPACE, cluster, 
consistencyLevelPolicy, ON_FAIL_TRY_ALL_AVAILABLE,
    +                HFactory.createKeyspace( getApplicationKeyspace() , 
cluster, consistencyLevelPolicy, ON_FAIL_TRY_ALL_AVAILABLE,
    --- End diff --
    
    Can we remove hector calls to create keyspace and our system functions?  
The CP modules are more intelligent in their creation of the keyspaces.  If we 
can remove it here, lets do that.  Note that hector can still create CFs, but 
the RF settings on the keyspaces seem to not work well in practice.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to