I thought someone recently reported a problem with the java version checking and having a need to go out 3 characters beyond the underscore. Could the problem be the '-' character beyond the 91?
-----Original Message----- From: Gunnar Tapper [mailto:[email protected]] Sent: Monday, May 16, 2016 1:29 PM To: [email protected] Subject: Re: [VOTE] Apache Trafodion release 2.0.0 ready for release - release candidate 1 pdsh -w trafodion-[1-3].openstack "/usr/bin/java -version" | sort trafodion-1: openjdk version "1.8.0_91" trafodion-1: OpenJDK Runtime Environment (build 1.8.0_91-b14) trafodion-1: OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) trafodion-3: openjdk version "1.8.0_91" trafodion-3: OpenJDK Runtime Environment (build 1.8.0_91-b14) trafodion-3: OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) trafodion-2: openjdk version "1.8.0_91" trafodion-2: OpenJDK Runtime Environment (build 1.8.0_91-b14) trafodion-2: OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) This is why the configuration file specifies the version Ambari installed: cat my_config | grep JAVA_HOME export JAVA_HOME="/usr/jdk64/jdk1.7.0_67" On Mon, May 16, 2016 at 2:00 PM, Amanda Moran <[email protected]> wrote: > Can you do... > > pdsh -w trafodion-[1-3] "$JAVA_HOME/bin/java -version" > > and send the output? > > Thanks. > > > On Mon, May 16, 2016 at 12:57 PM, Gunnar Tapper > <[email protected]> > wrote: > > > Hi Amanda: > > > > Yes, they do: > > > > pdsh -w trafodion-[1-3] "ls /usr/jdk64" > > trafodion-1: jdk1.7.0_67 > > trafodion-3: jdk1.7.0_67 > > trafodion-2: jdk1.7.0_67 > > > > Thanks, > > > > Gunnar > > > > On Mon, May 16, 2016 at 1:53 PM, Amanda Moran > > <[email protected]> > > wrote: > > > > > Hi there Gunnar- > > > > > > Does every node of your cluster have that version of java > > > installed in > > the > > > same directory? > > > > > > Thanks. > > > > > > On Mon, May 16, 2016 at 11:51 AM, Gunnar Tapper < > [email protected] > > > > > > wrote: > > > > > > > I tried to install this on Hortonworks HDP-2.3.4.7-4 and ran > > > > into the following issue: > > > > > > > > JAVA HOME > > > > > > > > ***ERROR: Your existing JAVA_HOME on trafodion-1.novalocal is > > > > less > than > > > > 1.7.0_65 > > > > > > > > ***ERROR: Your Java Version on trafodion-1.novalocal = > > > > > > > > ***ERROR: Required java version on trafodion-1.novalocal should > > > > be > > > greater > > > > than 1.7.0_65 > > > > [centos@trafodion-1 installer]$ /usr/jdk64/jdk1.7.0_67/bin/java > > -version > > > > > > > > java version "1.7.0_67" > > > > > > > > Java(TM) SE Runtime Environment (build 1.7.0_67-b01) > > > > > > > > Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode) > > > > > > > > [centos@trafodion-1 installer]$ cat my_config | grep JAVA_HOME > > > > > > > > export JAVA_HOME="/usr/jdk64/jdk1.7.0_67" > > > > > > > > > > > > Am I missing something? > > > > > > > > Thanks, > > > > > > > > > > > > Gunnar > > > > > > > > On Mon, May 9, 2016 at 1:01 PM, Gunnar Tapper < > [email protected] > > > > > > > wrote: > > > > > > > > > Thanks Amanda. I'm still -1 since the standard install should > > > > > work > if > > > we > > > > > are to release 2.0. > > > > > > > > > > On Mon, May 9, 2016 at 12:44 PM, Amanda Moran < > > [email protected]> > > > > > wrote: > > > > > > > > > >> Gunnar, you could actually continue with an easy work around. > > > > >> > > > > >> tar -xzf apache-trafodion-2.0.0-incubating-src.tar.gz > > > > >> > > > > >> Enter full path (including .tar or .tar.gz) of trafodion tar > > > > >> file > > > > >> [/home/centos/Downloads/apache-trafodion_server-2.0.0- > > > > >> incubating-bin.tar.gz]: > > > > >> ***INFO: tar file is not a package tar file which includes > > Trafodion & > > > > DCS > > > > >> Note: This sounds scary, but it just trying to tell you, you > > > > >> will > > need > > > > to > > > > >> enter the other items (like location of the DCS tar by hand). > > > > >> ***INFO: assuming it is a Trafodion build only tar file > > > > >> > > > > >> It will then ask you the location of the DCS tar file and the > > > > >> REST > > tar > > > > >> file > > > > >> which will now be where you did the "tar -xzf". From there > > > > >> it > > should > > > > work > > > > >> :) > > > > >> > > > > >> Like Venkat said we are missing the "build-version.txt" file > > > > >> that > > the > > > > >> installer uses, but we are not missing "DCS". > > > > >> > > > > >> Thanks! > > > > >> > > > > >> > > > > >> > > > > >> On Mon, May 9, 2016 at 11:33 AM, Venkat Muthuswamy < > > > > >> [email protected]> wrote: > > > > >> > > > > >> > DCS is included in the package. It looks like a > > "build-version.txt" > > > > >> file is > > > > >> > missing from the bin tar. > > > > >> > The traf_apache_hadoop_config_setup and traf_config_setup > scripts > > of > > > > the > > > > >> > installer check for this build-version.txt and if found > > > > >> > missing, > > > > assume > > > > >> > that > > > > >> > this is a server only tar file without DCS or REST. > > > > >> > > > > > >> > Venkat > > > > >> > > > > > >> > > > > > >> > -----Original Message----- > > > > >> > From: Gunnar Tapper [mailto:[email protected]] > > > > >> > Sent: Monday, May 09, 2016 11:12 AM > > > > >> > To: [email protected] > > > > >> > Subject: Re: [VOTE] Apache Trafodion release 2.0.0 ready > > > > >> > for > > > release - > > > > >> > release candidate 1 > > > > >> > > > > > >> > -1 due to DCS missing in the server tarball. > > > > >> > > > > > >> > On Mon, May 9, 2016 at 2:10 AM, Gunnar Tapper < > > > > [email protected]> > > > > >> > wrote: > > > > >> > > > > > >> > > Hi Steve, > > > > >> > > > > > > >> > > First of all, 2.0 requires HBase 1.1.x, right? No older > version, > > > > >> right? > > > > >> > > Also, is HBase 1.2 supported? We need to be clear on this. > > > > >> > > > > > > >> > > Also, I run into this error when trying to install Trafodion: > > > > >> > > > > > > >> > > Enter full path (including .tar or .tar.gz) of trafodion > > > > >> > > tar > > file > > > > >> > > > > > > >> > > > > > >> > > > > > > > > > > [/home/centos/Downloads/apache-trafodion_server-2.0.0-incubating-bin.tar.gz]: > > > > >> > > ***INFO: tar file is not a package tar file which > > > > >> > > includes > > > > Trafodion & > > > > >> > > DCS > > > > >> > > ***INFO: assuming it is a Trafodion build only tar file > > > > >> > > > > > > >> > > I don't expect to use > > apache-trafodion-2.0.0-incubating-src.tar.gz > > > > >> > > since I don't want the full source. > > > > >> > > > > > > >> > > Thanks, > > > > >> > > > > > > >> > > Gunnar > > > > >> > > > > > > >> > > On Fri, May 6, 2016 at 11:33 AM, Steve Varnau < > > > > [email protected] > > > > >> > > > > > >> > > wrote: > > > > >> > > > > > > >> > >> Trafodion Community, > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> This is a call to vote on release 2.0.0 of Apache > > > > >> > >> Trafodion > > > > >> > (incubating). > > > > >> > >> Once the community approves a release candidate, a > > > > >> > >> similar > vote > > > > will > > > > >> > >> be taken in the Apache Incubator community. > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> This is a major release which now requires HBase 1.0. > > > > >> > >> > > > > >> > >> As previous release, Trafodion 2.0 works with JDK 1.7 or > > > > >> > >> 1.8, > > and > > > > >> > >> RedHat/Centos 6.x. (Does not work on RH7 as yet.) > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> Thanks to all the contributors! Lots of improvements in > > > > >> > >> this > > > > release. > > > > >> > >> > > > > >> > >> The JIRA release notes: > > > > >> > >> > > > > >> > >> > > > > >> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=123 > > 1 > > > > >> > >> 8620&version=12333044 > > > > >> > >> > > > > >> > >> If things are missing from that list, please be sure > > > > >> > >> that all > > > your > > > > >> > >> 2.0 JIRAs are properly closed. > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> The tag for this candidate is “2.0.0rc1A”. Git repository: > > git:// > > > > >> > >> git.apache.org/incubator-trafodion.git > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > > https://git-wip-us.apache.org/repos/asf?p=incubator-trafodion.git;a= > > t > > > > >> > >> ag;h=3443b8b7a1b210b52fddbbd90e8deeb68983ceda > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> Release artifacts are: > > > > >> > >> > > > > >> > >> > > > > >> > > https://dist.apache.org/repos/dist/dev/incubator/trafodion/trafodion > > - > > > > >> > >> 2.0.0-RC1/ > > > > >> > >> > > > > >> > >> Artifacts are signed with my key (7F14AF20), which is in > > > > >> > >> > > > > https://dist.apache.org/repos/dist/release/incubator/trafodion/K > > > > EYS > > > > >> > >> > > > > >> > >> This is the first release we are including convenience > binaries > > > > built > > > > >> > >> from the source code artifact. > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> Instructions for > > > > >> > >> > > > > >> > >> Setting up build environment: > > > > >> > >> > > > > >> > >> > > > > >> > > https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+E > > n > > > > >> > >> vironment > > > > >> > >> > > > > >> > >> Building: > > > > >> > >> > > > https://cwiki.apache.org/confluence/display/TRAFODION/Build+Source > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> [ ] +1 approve > > > > >> > >> > > > > >> > >> [ ] +0 no opinion > > > > >> > >> > > > > >> > >> [ ] -1 disapprove (and reason why) > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> Vote will be open for at least 72 hours, unless cancelled. > > > > >> > >> > > > > >> > >> > > > > >> > >> > > > > >> > >> --Steve > > > > >> > >> > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > -- > > > > >> > > Thanks, > > > > >> > > > > > > >> > > Gunnar > > > > >> > > *If you think you can you can, if you think you can't > > > > >> > > you're > > > right.* > > > > >> > > > > > > >> > > > > > >> > > > > > >> > > > > > >> > -- > > > > >> > Thanks, > > > > >> > > > > > >> > Gunnar > > > > >> > *If you think you can you can, if you think you can't > > > > >> > you're > > right.* > > > > >> > > > > > >> > > > > >> > > > > >> > > > > >> -- > > > > >> Thanks, > > > > >> > > > > >> Amanda Moran > > > > >> > > > > > > > > > > > > > > > > > > > > -- > > > > > Thanks, > > > > > > > > > > Gunnar > > > > > *If you think you can you can, if you think you can't you're > right.* > > > > > > > > > > > > > > > > > > > > > -- > > > > Thanks, > > > > > > > > Gunnar > > > > *If you think you can you can, if you think you can't you're > > > > right.* > > > > > > > > > > > > > > > > -- > > > Thanks, > > > > > > Amanda Moran > > > > > > > > > > > -- > > Thanks, > > > > Gunnar > > *If you think you can you can, if you think you can't you're right.* > > > > > > -- > Thanks, > > Amanda Moran > -- Thanks, Gunnar *If you think you can you can, if you think you can't you're right.*
