[
https://issues.apache.org/jira/browse/FALCON-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186610#comment-14186610
]
Tony Reix commented on FALCON-774:
----------------------------------
$ find . -name pom.xml | xargs grep "1\.6"
./target/oozie-4.0.1/distro/pom.xml: <version>1.6</version>
./target/oozie-4.0.1/pom.xml: <javaVersion>1.6</javaVersion>
./target/oozie-4.0.1/pom.xml: <targetJavaVersion>1.6</targetJavaVersion>
./target/oozie-4.0.1/pom.xml: <version>1.6.6</version>
./target/oozie-4.0.1/pom.xml: <version>1.6.6</version>
./target/oozie-4.0.1/pom.xml: <version>1.6.6</version>
./target/oozie-4.0.1/pom.xml: <version>5.1.6</version>
./target/oozie-4.0.1/pom.xml: <version>1.6</version>
./target/oozie-4.0.1/pom.xml: <source>1.6</source>
./target/oozie-4.0.1/sharelib/streaming/pom.xml:
<version>1.6</version>
./target/oozie-4.0.1/sharelib/hive/pom.xml:
<version>1.6</version>
./target/oozie-4.0.1/sharelib/distcp/pom.xml:
<version>1.6</version>
./target/oozie-4.0.1/sharelib/sqoop/pom.xml:
<version>1.6</version>
./target/oozie-4.0.1/sharelib/oozie/pom.xml:
<version>1.6</version>
./target/oozie-4.0.1/sharelib/hcatalog/pom.xml:
<version>1.6</version>
./target/oozie-4.0.1/sharelib/pig/pom.xml: <version>1.6</version>
./prism/pom.xml: <source>1.6</source>
./prism/pom.xml: <complianceLevel>1.6</complianceLevel>
./pom.xml: <slf4j.version>1.6.1</slf4j.version>
./pom.xml: <version>1.6.11</version>
./pom.xml: <version>1.6.11</version>
./pom.xml: <source>1.6</source>
./pom.xml: <target>1.6</target>
./addons/designer/pom.xml: <slf4j.version>1.6.1</slf4j.version>
./addons/designer/pom.xml: <version>1.6.11</version>
./addons/designer/pom.xml: <version>1.6.11</version>
./addons/designer/pom.xml: <source>1.6</source>
./addons/designer/pom.xml: <target>1.6</target>
./oozie/pom.xml: <source>1.6</source>
./oozie/pom.xml: <target>1.6</target>
./hadoop-webapp/pom.xml: <version>1.6</version>
./webapp/pom.xml: <version>1.6</version>
./common/pom.xml: <source>1.6</source>
./common/pom.xml: <target>1.6</target>
Yes. There are plenty of "1.6" remaining, including
"<javaVersion>1.6</javaVersion>" .
However, and I've checked the logs of my attempts for compiling/testing Falcon,
it worked fine with IBM Java 1.7 , for compiling and testing.
I'm now checking that "mvn install" works fine. Will add a comment if there is
an issue.
I had more issues with errors dealing with missing Tomcat file :
Error getting
http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.37/bin/apache-tomcat-6.0.37.tar.gz
to
/home/reixt/FALCON/falcon-sources-0.5-incubating.OozieJava1.6Patch/target/oozie-4.0.1/distro/downloads/tomcat-6.0.37.tar.gz
Since Maven cleans the target/oozie-4.0.1/distro/downloads directory before
trying to download the file from web, and then fails to download it, it was a
nightmare to work-around this.
> Discontinue support for JDK 1.6 and move to 1.7
> -----------------------------------------------
>
> Key: FALCON-774
> URL: https://issues.apache.org/jira/browse/FALCON-774
> Project: Falcon
> Issue Type: Sub-task
> Components: general
> Affects Versions: 0.6
> Reporter: Venkatesh Seetharam
> Assignee: Peeyush Bishnoi
> Fix For: 0.6
>
> Attachments: FALCON-774.patch, FALCON-774.v2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)