Re: Integration Tests

2013-04-26 Thread Corey Nolet
So the accumulo-test would be the best place to start putting end to end integration tests? Sent from my Verizon Wireless 4G LTE Smartphone Original message From: Christopher ctubb...@apache.org Date: 04/26/2013 7:27 AM (GMT-05:00) To: Accumulo Dev List

Re: GSoC proposal: Ambari for Accumulo - forever : )

2013-04-26 Thread John Vines
The init.d scripts we provide are well tested, provided you have accumulo installed into /usr/lib. There is probably room for improvement to utilize /etc/defaults/accumulo to make it configurable. This makes them not configurable with the existing RPM packaging internal to Accumulo. And Ambari

Re: GSoC proposal: Ambari for Accumulo - forever : )

2013-04-26 Thread Andres Danter
Thanks, Drew, for the enthusiam. And thanks, John, for the good information. It is definitely an area I need to look into. On Apr 26, 2013 10:31 AM, John Vines vi...@apache.org wrote: The init.d scripts we provide are well tested, provided you have accumulo installed into /usr/lib. There is

Re: Integration Tests

2013-04-26 Thread Keith Turner
On Fri, Apr 26, 2013 at 10:18 AM, Corey Nolet cno...@texeltek.com wrote: So the accumulo-test would be the best place to start putting end to end integration tests? For test against code in modules that can not depend on accumulo-test I think this is a good place. Sent from my Verizon

AccumuloClassloader on OS X?

2013-04-26 Thread Ed Kohlwey
I'm trying to run the 1.5 branch on OS X and having what appear to be issues with AccumuloClassloader not picking up the jars that are provided by Hadoop. I'm using Hadoop 2.0. None of the hadoop jars get picked up by the AccumuloClassloader but they work fine when I pass them in manually by

Re: AccumuloClassloader on OS X?

2013-04-26 Thread John Vines
Did you edit the accumulo site and env files to include the commented out section about hadoop2? On Fri, Apr 26, 2013 at 3:44 PM, Ed Kohlwey ekohl...@gmail.com wrote: I'm trying to run the 1.5 branch on OS X and having what appear to be issues with AccumuloClassloader not picking up the jars

Re: AccumuloClassloader on OS X?

2013-04-26 Thread Ed Kohlwey
Yes, there's only one file to edit, right? On Apr 26, 2013 3:48 PM, John Vines vi...@apache.org wrote: Did you edit the accumulo site and env files to include the commented out section about hadoop2? On Fri, Apr 26, 2013 at 3:44 PM, Ed Kohlwey ekohl...@gmail.com wrote: I'm trying to run

Re: AccumuloClassloader on OS X?

2013-04-26 Thread John Vines
No, the accumulo-site.xml file needs to have the classpath modified and the accumulo-env.sh needs to use an alternative line to set HADOOP_CONF_DIR On Fri, Apr 26, 2013 at 5:07 PM, Ed Kohlwey ekohl...@gmail.com wrote: Yes, there's only one file to edit, right? On Apr 26, 2013 3:48 PM, John

Re: Releasing 1.5

2013-04-26 Thread Billie Rinaldi
On Fri, Apr 26, 2013 at 1:35 PM, John Vines vi...@apache.org wrote: I had issues running a hadoop2 compiled version of accumulo against CDH4, I can't remember the specifics of it though. I would hope that would be due to Hadoop 2's alpha state. I guess we'll have to wait and see. When I