[ 
https://issues.apache.org/jira/browse/ACCUMULO-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13648109#comment-13648109
 ] 

David Medinets commented on ACCUMULO-1166:
------------------------------------------

I downloaded the trunk version. Then generated instamo-example. When I tried to 
run 'mvn install' I ran into a couple of problems. I needed to make log4j a top 
level dependency and select v1.2.16. Log4j v1.2.15 seems to have some issue in 
the maven repositories (see 
http://stackoverflow.com/questions/9047949/missing-artifact-com-sun-jdmkjmxtoolsjar1-2-1).
 There is also a v1.2.17 available.

Once that dependency issue was resolved, I needed to add a dependency for 
accumulo-start because org/apache/accumulo/start/Main was not found.

I'd love to get this working properly. What can I do to help?
                
> Create Maven Archetype from Instamo
> -----------------------------------
>
>                 Key: ACCUMULO-1166
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1166
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>
> In talking with [~kturner] about where we can go with the Instamo code he 
> created, he gave me the impression that he wanted people to copy the Instamo 
> project and tweak it to their liking. A Maven archetype is a perfect use case 
> for this.
> I think the best place for this would be to live in contrib. If we want to 
> include a concrete example inside of the Accumulo baseline, we can decide on 
> that later.
> By having the Instamo archetype, we can still piggy-back it with Accumulo but 
> also release it to the ASF and central maven repos to make it even easier for 
> people to spin up Accumulo and begin testing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to