You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/01/11 20:25:25 UTC

svn commit: r1230201 - in /incubator/accumulo/branches/1.4/src/examples/wikisearch: README query/src/main/resources/META-INF/ejb-jar.xml query/src/main/resources/META-INF/ejb-jar.xml.example

Author: ecn
Date: Wed Jan 11 19:25:24 2012
New Revision: 1230201

URL: http://svn.apache.org/viewvc?rev=1230201&view=rev
Log:
ACCUMULO-285: use an example configuration file to avoid making changes to files in svn

Added:
    incubator/accumulo/branches/1.4/src/examples/wikisearch/query/src/main/resources/META-INF/ejb-jar.xml.example
      - copied unchanged from r1230132, incubator/accumulo/branches/1.4/src/examples/wikisearch/query/src/main/resources/META-INF/ejb-jar.xml
Removed:
    incubator/accumulo/branches/1.4/src/examples/wikisearch/query/src/main/resources/META-INF/ejb-jar.xml
Modified:
    incubator/accumulo/branches/1.4/src/examples/wikisearch/README

Modified: incubator/accumulo/branches/1.4/src/examples/wikisearch/README
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/src/examples/wikisearch/README?rev=1230201&r1=1230200&r2=1230201&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/src/examples/wikisearch/README (original)
+++ incubator/accumulo/branches/1.4/src/examples/wikisearch/README Wed Jan 11 19:25:24 2012
@@ -32,8 +32,9 @@
 	
 	INSTRUCTIONS
 	-------------
-	1. Modify the query/src/main/resources/META-INF/ejb-jar.xml file with the same information that you put into the wikipedia.xml
-	   file from the Ingest step above. 
+	1. Copy the query/src/main/resources/META-INF/ejb-jar.xml.example file to 
+	   query/src/main/resources/META-INF/ejb-jar.xml. Modify to the file to contain the same 
+	   information that you put into the wikipedia.xml file from the Ingest step above. 
 	2. Re-build the query distribution by running 'mvn package assembly:single' in the top-level directory. 
         3. Untar the resulting file in the $JBOSS_HOME/server/default directory.