Sweet David! Its great we are now in the same new group. I am kind of a new group, Stack Overflow, cross validated user; Got my stuff in and going to get "fingered" tomorrow.
All the best Chris! On Sat, Feb 1, 2014 at 9:59 PM, David Medinets [via Apache Accumulo] < [email protected]> wrote: > You can use something like the following in maven's pom.xml: > > <dependency> > <groupId>org.apache.accumulo</groupId> > <artifactId>accumulo-core</artifactId> > <version>1.4.2</version> > <type>jar</type> > </dependency> > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-core</artifactId> > <version>1.0.4</version> > <type>jar</type> > </dependency> > <dependency> > <groupId>org.apache.accumulo</groupId> > <artifactId>accumulo-server</artifactId> > <version>1.4.2</version> > <type>jar</type> > </dependency> > <dependency> > <groupId>org.apache.zookeeper</groupId> > <artifactId>zookeeper</artifactId> > <version>3.3.6</version> > <type>jar</type> > </dependency> > > This example was pulled from > https://github.com/medined/accumulo_playground. > Just update the accumulo version as needed. If you use Netbeans, you can > type Alt-Space while inside version tag to see a list of available > versions. Not sure if Eclipse has that feature. > > > > On Sat, Feb 1, 2014 at 7:06 PM, cprigano <[hidden > email]<http://user/SendEmail.jtp?type=node&node=7360&i=0>> > wrote: > > > I am also new to maven, any advice on where I can get a pom that has > this > > stuff in I can delta from? Thanks Josh, > > > > Chris > > > > > > On Sat, Feb 1, 2014 at 5:15 PM, Josh Elser [via Apache Accumulo] < > > [hidden email] <http://user/SendEmail.jtp?type=node&node=7360&i=1>> > wrote: > > > > > If all you're doing is writing code against Accumulo, you don't even > > > need to import Accumulo itself either. But yes, if you want to hack on > > > Accumulo, you import the entire repository. > > > > > > It sounds like you just want to write client code against Accumulo, at > > > which point you should just use a dependency management tool like > Maven > > > or Ant+Ivy which will automatically handle everything for you. > > > > > > If you still want just the jars, you can download them directly from > > > > http://archive.apache.org/dist/accumulo/1.5.0/accumulo-1.5.0-bin.tar.gz > > > > > > > > > On 2/1/14, 5:47 PM, cprigano wrote: > > > > > > > Hi Josh, thanks! > > > > > > > > Do I just import the entire accumulo git hub in? I am doing this in > a > > VM > > > on > > > > my lap top at home to avoid working weekends. > > > > > > > > Is there a set of jars I can just import, I know I will need hadoop > and > > > > zookeeper. > > > > > > > > I am new at this, old in years and appreciate any guidance (thanks > > mate) > > > > > > > > Chris > > > > > > > > > > > > On Sat, Feb 1, 2014 at 4:37 PM, Josh Elser [via Apache Accumulo] < > > > > [hidden email] <http://user/SendEmail.jtp?type=node&node=7357&i=0>> > > > wrote: > > > > > > > >> On 2/1/14, 3:55 PM, cprigano wrote: > > > >> > > > >>> I have just installed accumulo on accumulo on CDH quick Start VM > as > > an > > > >>> initial test platform. > > > >>> > > > >>> It appears that Java 1.6.0_32 is in use. > > > >>> > > > >>> I have used eclipse for hadoop but never for accumulo. > Furthermore, I > > > >> would > > > >>> like to trial netbeans. > > > >>> > > > >>> 1) Can you please advise me on configuring eclipse for accumulo > > > >> including > > > >>> hadoop and zookeeper dependencies? > > > >> > > > >> Looks like we're missing any information on this anywhere (in the > repo > > > >> or on the website). This would be good to add if you want to make a > > > >> ticket. > > > >> > > > >> Install the m2eclipse plugin using the "Install new software" item > in > > > >> the 'help' menu. Then, choose "Import" and "Existing Maven > Projects" > > > and > > > >> the rest will be handled automatically for you. > > > >> > > > >>> 2) Can you please advise me on configuring netbeans for accumulo, > > > >> including > > > >>> hadoop and zookeeper dependencies? > > > >>> > > > >>> Thanks for your time! > > > >>> > > > >>> Chris > > > >>> > > > >>> > > > >>> > > > >>> -- > > > >>> View this message in context: > > > >> > > > > > > http://apache-accumulo.1065345.n5.nabble.com/Eclipse-and-netbeans-configuration-for-accumulo-on-CDH-quick-Start-VM-tp7353.html > > > >>> Sent from the Developers mailing list archive at Nabble.com. > > > >>> > > > >> > > > >> > > > >> ------------------------------ > > > >> If you reply to this email, your message will be added to the > > > discussion > > > >> below: > > > >> > > > >> > > > > > > http://apache-accumulo.1065345.n5.nabble.com/Eclipse-and-netbeans-configuration-for-accumulo-on-CDH-quick-Start-VM-tp7353p7355.html > > > >> To unsubscribe from Eclipse and netbeans configuration for > accumulo > > > on > > > >> CDH quick Start VM, click here< > > > > > > >> . > > > >> NAML< > > > > > > http://apache-accumulo.1065345.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > -- > > > > View this message in context: > > > > > > http://apache-accumulo.1065345.n5.nabble.com/Eclipse-and-netbeans-configuration-for-accumulo-on-CDH-quick-Start-VM-tp7353p7356.html > > > > > > > Sent from the Developers mailing list archive at Nabble.com. > > > > > > > > > > > > > ------------------------------ > > > If you reply to this email, your message will be added to the > discussion > > > below: > > > > > > > > > http://apache-accumulo.1065345.n5.nabble.com/Eclipse-and-netbeans-configuration-for-accumulo-on-CDH-quick-Start-VM-tp7353p7357.html > > > To unsubscribe from Eclipse and netbeans configuration for accumulo > on > > > CDH quick Start VM, click here< > > > > > > > . > > > NAML< > > > http://apache-accumulo.1065345.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > > > > > > > > > -- > > View this message in context: > > > http://apache-accumulo.1065345.n5.nabble.com/Eclipse-and-netbeans-configuration-for-accumulo-on-CDH-quick-Start-VM-tp7353p7359.html > > > Sent from the Developers mailing list archive at Nabble.com. > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-accumulo.1065345.n5.nabble.com/Eclipse-and-netbeans-configuration-for-accumulo-on-CDH-quick-Start-VM-tp7353p7360.html > To unsubscribe from Eclipse and netbeans configuration for accumulo on > CDH quick Start VM, click > here<http://apache-accumulo.1065345.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7353&code=Y2hyaXMucC5yaWdhbm9AZ21haWwuY29tfDczNTN8NTkyODE0MjEy> > . > NAML<http://apache-accumulo.1065345.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/Eclipse-and-netbeans-configuration-for-accumulo-on-CDH-quick-Start-VM-tp7353p7361.html Sent from the Developers mailing list archive at Nabble.com.
