Re: 2.0.0 home stretch

2019-06-17 Thread Jeffrey Zeiberg
+1 for starting 2.0 release process. On Mon, Jun 17, 2019 at 7:57 AM Owens, Mark wrote: > +1 for starting 2.0 release process. > > -Original Message- > From: Ed Coleman > Sent: Monday, June 17, 2019 7:56 AM > To: dev@accumulo.apache.org > Subject: RE: 2.0.0 home stretch > > +1 for

RE: 2.0.0 home stretch

2019-06-17 Thread Ed Coleman
+1 for starting the release process once the open issues identified by Christopher are resolved. I was able to build, run verify and -Psunny with 2.0 as of the commits through Sat (commit 2d9f12ee873c1007438df25a095a4ca3a62b7967) with openjdk 1.8.0_212. All tests and all ITs in -Psunny passed

RE: 2.0.0 home stretch

2019-06-17 Thread Owens, Mark
+1 for starting 2.0 release process. -Original Message- From: Ed Coleman Sent: Monday, June 17, 2019 7:56 AM To: dev@accumulo.apache.org Subject: RE: 2.0.0 home stretch +1 for starting the release process once the open issues identified by Christopher are resolved. I was able to

Re: 2.0.0 home stretch

2019-06-17 Thread Jeffrey Manno
+1 Confirmed it was able to build with -Psunny on JDK 11. On Mon, Jun 17, 2019 at 7:57 AM Owens, Mark wrote: > +1 for starting 2.0 release process. > > -Original Message- > From: Ed Coleman > Sent: Monday, June 17, 2019 7:56 AM > To: dev@accumulo.apache.org > Subject: RE: 2.0.0 home

FYI - 'uno setup accumulo' command does not start up accumulo now but there is a workaround

2019-06-17 Thread Jeffrey Zeiberg
This causes the error: zeiberg@dragonfly:~/github/fluo-uno/install/logs$ grep -rin ERROR setup/ setup/hadoop.out:7:[ERROR] Error occurred at /home/jzeiberg/github/fluo-uno/bin/impl/run/hadoop.sh:29 command: "$HADOOP_HOME"/sbin/start-yarn.sh The temporary workaround is to do :'accumulo

Java 11 and Eclipse IDE

2019-06-17 Thread Christopher
Accumulo Devs, If anybody is using Eclipse IDE for development, the 2019-03 version has some critical bugs that make it hard to work with Java 11. The one that's been hitting me is: https://bugs.eclipse.org/bugs/show_bug.cgi?id=545293 Luckily, that bug report also identifies a fix (at least

Re: FYI - 'uno setup accumulo' command does not start up accumulo now but there is a workaround

2019-06-17 Thread Christopher
Is this using Java 11? Keith had mentioned that he had trouble using Uno on Java 11, because YARN failed to start. What you're describing sounds similar. On Mon, Jun 17, 2019 at 4:12 PM Jeffrey Zeiberg wrote: > > This causes the error: > zeiberg@dragonfly:~/github/fluo-uno/install/logs$ grep

Re: 2.0.0 home stretch

2019-06-17 Thread Mike Miller
I will take a look at https://github.com/apache/accumulo/issues/547 On Mon, Jun 17, 2019 at 11:37 AM Jeffrey Zeiberg wrote: > +1 Confirmed it was able to build with -Psunny on JDK 11. >

Re: [DISCUSS] Project boards on GitHub

2019-06-17 Thread Christopher
Okay, so there doesn't seem to be any objection to using project boards for fixVersion tracking. Since I've already created project boards for each of the versions we're tracking with labels, and added all the issues to those boards that had the corresponding label, the only thing left to do is

Re: 2.0.0 home stretch

2019-06-17 Thread Jeffrey Zeiberg
+1 Confirmed it was able to build with -Psunny on JDK 11.

Re: [TEST][VOTE] Apache Accumulo 2.0.0-rc0

2019-06-17 Thread Keith Turner
I have been running a new test[1] against this rc and things have been going well so far. I have only been running on a single node. I plan to run different test on a EC2 cluster this week using this RC I tried using Java 11 to run the test, but yarn would not start (using Apache hadoop 3.2.0).