You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/12/30 03:37:46 UTC

[1/4] git commit: ACCUMULO-2100 Update the artifact and version

Updated Branches:
  refs/heads/ACCUMULO-2100-cleanup [created] 5ca257491


ACCUMULO-2100 Update the artifact and version


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

Branch: refs/heads/ACCUMULO-2100-cleanup
Commit: fd9416217d119b9894b43fa223cf454adda9402f
Parents: 0262f89
Author: Josh Elser <jo...@gmail.com>
Authored: Sun Dec 29 21:09:30 2013 -0500
Committer: Josh Elser <jo...@gmail.com>
Committed: Sun Dec 29 21:09:30 2013 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/fd941621/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45a72ea..d83b63f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
   </parent>
 
   <groupId>org.apache.accumulo</groupId>
-  <artifactId>accumulo-instamo-archetype</artifactId>
-  <version>1.4.5-SNAPSHOT</version>
+  <artifactId>accumulo-instamo-archetype-1.4</artifactId>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>Accumulo Instamo Archetype</name>
   <scm>


[3/4] git commit: ACCUMULO-2100 Update the archetype README for the artifact name change.

Posted by el...@apache.org.
ACCUMULO-2100 Update the archetype README for the artifact name change.


Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/98f9acf2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/98f9acf2
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/98f9acf2

Branch: refs/heads/ACCUMULO-2100-cleanup
Commit: 98f9acf2f896ed2cb79385fe53b5cdfd4cb751f0
Parents: 9635d12
Author: Josh Elser <jo...@gmail.com>
Authored: Sun Dec 29 21:31:22 2013 -0500
Committer: Josh Elser <jo...@gmail.com>
Committed: Sun Dec 29 21:31:22 2013 -0500

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/98f9acf2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7d1994c..9d67da8 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ For released versions, you can simply invoke maven to generate a project for
 you using this archetype:
 
 `mvn archetype:generate -DarchetypeGroupId=org.apache.accumulo
--DarchetypeArtifactId=accumulo-instamo-archetype -DinteractiveMode=false`
+-DarchetypeArtifactId=accumulo-instamo-archetype-1.4 -DinteractiveMode=false`
 
 Maven will prompt you to enter the rest of the necessary configuration
 parameters (e.g. groupId, artifactId, version and Java package)


[4/4] git commit: ACCUMULO-2100 Double the test timeout.

Posted by el...@apache.org.
ACCUMULO-2100 Double the test timeout.


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

Branch: refs/heads/ACCUMULO-2100-cleanup
Commit: 5ca25749133406c0202460bfccb6e4442ad3fd2d
Parents: 98f9acf
Author: Josh Elser <jo...@gmail.com>
Authored: Sun Dec 29 21:35:46 2013 -0500
Committer: Josh Elser <jo...@gmail.com>
Committed: Sun Dec 29 21:35:46 2013 -0500

----------------------------------------------------------------------
 .../archetype-resources/src/test/java/ExampleAccumuloUnitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/5ca25749/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
----------------------------------------------------------------------
diff --git a/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java b/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
index 2c9cce1..8f3a45e 100644
--- a/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
+++ b/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
@@ -67,7 +67,7 @@ public class ExampleAccumuloUnitTest {
     
   }
 
-  @Test(timeout = 30000)
+  @Test(timeout = 60000)
   public void test() throws Exception {
     // edit this method to play with Accumulo
 


[2/4] git commit: ACCUMULO-2100 Update the README to be a bit clearer on what to invoke

Posted by el...@apache.org.
ACCUMULO-2100 Update the README to be a bit clearer on what to invoke


Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/9635d127
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/9635d127
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/9635d127

Branch: refs/heads/ACCUMULO-2100-cleanup
Commit: 9635d127c70cca24635fb11e839c3d03d1688ebb
Parents: fd94162
Author: Josh Elser <jo...@gmail.com>
Authored: Sun Dec 29 21:26:55 2013 -0500
Committer: Josh Elser <jo...@gmail.com>
Committed: Sun Dec 29 21:26:55 2013 -0500

----------------------------------------------------------------------
 .../resources/archetype-resources/README.md     | 25 ++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/9635d127/src/main/resources/archetype-resources/README.md
----------------------------------------------------------------------
diff --git a/src/main/resources/archetype-resources/README.md b/src/main/resources/archetype-resources/README.md
index bfd0f61..a5cd80d 100644
--- a/src/main/resources/archetype-resources/README.md
+++ b/src/main/resources/archetype-resources/README.md
@@ -21,18 +21,21 @@ Instamo
 Introduction
 -----------
 
-Instamo makes it easy to write some code and run it against a local, transient
+Instamo makes it easy to run some simple applications against a local, transient
 [Accumulo](http://accumulo.apache.org) instance in minutes.  No setup or
 installation is required.  This is possible if Java and Maven are already
 installed by following the steps below.
 
+
+Build the code
+--------------
+
 ```
-vim src/test/java/${package}/ExampleAccumuloUnitTest.java
 mvn package
 ```
 
-The maven package command will run the unit test.  After packing the code, you
-can also run one of the below applications.
+The Maven package command will run the unit test.  After packing the code, you
+can also run one of the following applications.
 
 Map Reduce
 ----------
@@ -55,3 +58,17 @@ shell against a local Accumulo instance.
 ```
 mvn exec:exec -P shell
 ```
+
+Writing your own
+----------------
+
+The ExampleAccumuloUnitTest class (src/test/java/ExampleAccumuloUnitTest.java) 
+is a great place to begin writing your first code to run against Accumulo. The
+test currently creates some data about people.
+
+Each row contains information about a person, notably the friends and enemies of
+that person. The test case has a TODO comment for where you can try to find the
+common enemies between Alice and Bob.
+
+This test class is also a great starting point to write and read your own data
+to Accumulo.