Author: vines
Date: Fri Mar 8 18:43:05 2013
New Revision: 1454492
URL: http://svn.apache.org/r1454492
Log:
ACCUMULO-1161 - sed command to update xml files apparently wasn't right, got
missed
Modified:
accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml
accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml
accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml
accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml
accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml
accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml
accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml
accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml
Modified:
accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml?rev=1454492&r1=1454491&r2=1454492&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml
(original)
+++ accumulo/branches/1.5/conf/examples/1GB/native-standalone/accumulo-site.xml
Fri Mar 8 18:43:05 2013
@@ -61,7 +61,7 @@
<property>
<name>trace.login.password</name>
<!-- change this to the root user's password, and/or change the user below
-->
- <value>password=secret</value>
+ <value>secret</value>
</property>
<property>
Modified: accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml?rev=1454492&r1=1454491&r2=1454492&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml
(original)
+++ accumulo/branches/1.5/conf/examples/1GB/standalone/accumulo-site.xml Fri
Mar 8 18:43:05 2013
@@ -61,7 +61,7 @@
<property>
<name>trace.login.password</name>
<!-- change this to the root user's password, and/or change the user below
-->
- <value>password=secret</value>
+ <value>secret</value>
</property>
<property>
Modified:
accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml?rev=1454492&r1=1454491&r2=1454492&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml
(original)
+++ accumulo/branches/1.5/conf/examples/2GB/native-standalone/accumulo-site.xml
Fri Mar 8 18:43:05 2013
@@ -61,7 +61,7 @@
<property>
<name>trace.login.password</name>
<!-- change this to the root user's password, and/or change the user below
-->
- <value>password=secret</value>
+ <value>secret</value>
</property>
<property>
Modified: accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml?rev=1454492&r1=1454491&r2=1454492&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml
(original)
+++ accumulo/branches/1.5/conf/examples/2GB/standalone/accumulo-site.xml Fri
Mar 8 18:43:05 2013
@@ -69,7 +69,7 @@
<!--
change this to the root user's password, and/or change the user below
-->
- <value>password=secret</value>
+ <value>secret</value>
</property>
<property>
Modified:
accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml?rev=1454492&r1=1454491&r2=1454492&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml
(original)
+++ accumulo/branches/1.5/conf/examples/3GB/native-standalone/accumulo-site.xml
Fri Mar 8 18:43:05 2013
@@ -61,7 +61,7 @@
<property>
<name>trace.login.password</name>
<!-- change this to the root user's password, and/or change the user below
-->
- <value>password=secret</value>
+ <value>secret</value>
</property>
<property>
Modified: accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml?rev=1454492&r1=1454491&r2=1454492&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml
(original)
+++ accumulo/branches/1.5/conf/examples/3GB/standalone/accumulo-site.xml Fri
Mar 8 18:43:05 2013
@@ -61,7 +61,7 @@
<property>
<name>trace.login.password</name>
<!-- change this to the root user's password, and/or change the user below
-->
- <value>password=secret</value>
+ <value>secret</value>
</property>
<property>
Modified:
accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml?rev=1454492&r1=1454491&r2=1454492&view=diff
==============================================================================
---
accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml
(original)
+++
accumulo/branches/1.5/conf/examples/512MB/native-standalone/accumulo-site.xml
Fri Mar 8 18:43:05 2013
@@ -61,7 +61,7 @@
<property>
<name>trace.login.password</name>
<!-- change this to the root user's password, and/or change the user below
-->
- <value>password=secret</value>
+ <value>secret</value>
</property>
<property>
Modified: accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml?rev=1454492&r1=1454491&r2=1454492&view=diff
==============================================================================
--- accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml
(original)
+++ accumulo/branches/1.5/conf/examples/512MB/standalone/accumulo-site.xml Fri
Mar 8 18:43:05 2013
@@ -67,7 +67,7 @@
<property>
<name>trace.login.password</name>
<!-- change this to the root user's password, and/or change the user below
-->
- <value>password=secret</value>
+ <value>secret</value>
</property>
<property>