You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2011/10/08 13:53:32 UTC

svn commit: r1180362 - /james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/spring-mailbox-hbase.xml

Author: eric
Date: Sat Oct  8 11:53:32 2011
New Revision: 1180362

URL: http://svn.apache.org/viewvc?rev=1180362&view=rev
Log:
Update comment for definitions related to configuration in real cluster (MAILBOX-133)

Modified:
    james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/spring-mailbox-hbase.xml

Modified: james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/spring-mailbox-hbase.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/spring-mailbox-hbase.xml?rev=1180362&r1=1180361&r2=1180362&view=diff
==============================================================================
--- james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/spring-mailbox-hbase.xml (original)
+++ james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/spring-mailbox-hbase.xml Sat Oct  8 11:53:32 2011
@@ -28,8 +28,10 @@
      -->
      
     <!-- 
-        This is the link to the HBase Cluster. You need to place a valid hbase 
-        config file on the classpath that will be picked up by HBaseConfiguration.create().
+        This creates a minicluster so we can reuse the configuration.
+        For a real deployment, you will need to inject with your real configuration
+          (remove hbase-minicluster bean, 
+           and use <bean id="hbase-conf" class="org.apache.hadoop.hbase.HBaseConfiguration" factory-method="create" />
     -->
     <bean id="hbase-minicluster" class="org.apache.hadoop.hbase.HBaseTestingUtility" init-method="startMiniCluster" />
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org