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 2014/04/01 20:49:20 UTC

[1/3] git commit: ACCUMULO-2601 test for the existence of /accumulo in hdfs

Repository: accumulo
Updated Branches:
  refs/heads/master 7eaa02943 -> 5a3e4c47c


ACCUMULO-2601 test for the existence of /accumulo in hdfs


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7a68838a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7a68838a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7a68838a

Branch: refs/heads/master
Commit: 7a68838ac5650dbc1bfe64818506875c4dacc099
Parents: 4956b15
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Apr 1 13:50:07 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Apr 1 13:50:28 2014 -0400

----------------------------------------------------------------------
 init/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7a68838a/init/pom.xml
----------------------------------------------------------------------
diff --git a/init/pom.xml b/init/pom.xml
index c811fff..8ffe3f6 100644
--- a/init/pom.xml
+++ b/init/pom.xml
@@ -86,7 +86,7 @@
                     </mapping>
                   </mappings>
                   <postinstallScriptlet>
-                    <script>su hdfs -c 'hadoop fs -mkdir /accumulo &amp;&amp; hadoop fs -chown accumulo /accumulo'</script>
+                    <script>su hdfs -c 'hadoop fs -test -e /accumulo || hadoop fs -mkdir /accumulo &amp;&amp; hadoop fs -chown accumulo /accumulo'</script>
                   </postinstallScriptlet>
                 </configuration>
               </execution>


[2/3] git commit: ACCUMULO-2605 list slf4j as a test dependency

Posted by ec...@apache.org.
ACCUMULO-2605 list slf4j as a test dependency


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7ac4b54a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7ac4b54a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7ac4b54a

Branch: refs/heads/master
Commit: 7ac4b54a76b85314a483378e01980c73f891a900
Parents: 7a68838
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Apr 1 14:46:17 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Apr 1 14:46:17 2014 -0400

----------------------------------------------------------------------
 server/base/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7ac4b54a/server/base/pom.xml
----------------------------------------------------------------------
diff --git a/server/base/pom.xml b/server/base/pom.xml
index 5d31daa..b8c1257 100644
--- a/server/base/pom.xml
+++ b/server/base/pom.xml
@@ -101,6 +101,16 @@
       <artifactId>easymock</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <testResources>


[3/3] git commit: Merge branch '1.6.0-SNAPSHOT'

Posted by ec...@apache.org.
Merge branch '1.6.0-SNAPSHOT'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5a3e4c47
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5a3e4c47
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5a3e4c47

Branch: refs/heads/master
Commit: 5a3e4c47cbcb06f482cbe2989b5037d2d5f0fb8b
Parents: 7eaa029 7ac4b54
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Apr 1 14:47:07 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Apr 1 14:47:07 2014 -0400

----------------------------------------------------------------------
 server/base/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/5a3e4c47/server/base/pom.xml
----------------------------------------------------------------------