[
https://issues.apache.org/jira/browse/FALCON-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704475#comment-13704475
]
Shaik Idris Ali edited comment on FALCON-1 at 7/10/13 12:00 PM:
----------------------------------------------------------------
1. Cloned Falcon in new location
2. Applied patch
FALCON-1v3.patch and FALCON-32
2. Cleared .m2 repo to remove oozie and hadoop downloads
3. export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=144m" && mvn clean install
this passed once and failed when I retried again.
However, mvn clean install -DskipTests, followed by mvn test worked many number
of times.
4. mvn jetty:run consistently throwing exceptions:
2013-07-10 17:29:39.045:INFO::Started [email protected]:41130
java.lang.NullPointerException
at java.io.File.<init>(File.java:222)
at org.apache.hadoop.mapred.JobHistory.initLogDir(JobHistory.java:531)
at org.apache.hadoop.mapred.JobHistory.init(JobHistory.java:499)
at org.apache.hadoop.mapred.JobTracker$3.run(JobTracker.java:1939)
at org.apache.hadoop.mapred.JobTracker$3.run(JobTracker.java:1936)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1149)
at org.apache.hadoop.mapred.JobTracker.initialize(JobTracker.java:1936)
at
org.apache.hadoop.mapred.JobTracker.offerService(JobTracker.java:2328)
was (Author: shaik.idris):
1. Cloned Falcon in new location
2. Applied path
FALCON-1v3.patch and FALCON-32
2. Cleared .m2 repo to remove oozie and hadoop downloads
3. export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=144m" && mvn clean install
this passed once and failed when I retried again.
However, mvn clean install -DskipTests, followed by mvn test worked many number
of times.
4. mvn jetty:run consistently throwing exceptions:
2013-07-10 17:29:39.045:INFO::Started [email protected]:41130
java.lang.NullPointerException
at java.io.File.<init>(File.java:222)
at org.apache.hadoop.mapred.JobHistory.initLogDir(JobHistory.java:531)
at org.apache.hadoop.mapred.JobHistory.init(JobHistory.java:499)
at org.apache.hadoop.mapred.JobTracker$3.run(JobTracker.java:1939)
at org.apache.hadoop.mapred.JobTracker$3.run(JobTracker.java:1936)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1149)
at org.apache.hadoop.mapred.JobTracker.initialize(JobTracker.java:1936)
at
org.apache.hadoop.mapred.JobTracker.offerService(JobTracker.java:2328)
> Create packaging and scripts to install and try out Apache Falcon
> ------------------------------------------------------------------
>
> Key: FALCON-1
> URL: https://issues.apache.org/jira/browse/FALCON-1
> Project: Falcon
> Issue Type: Improvement
> Affects Versions: 0.3
> Reporter: Srikanth Sundarrajan
> Assignee: Srikanth Sundarrajan
> Priority: Critical
> Labels: general
> Fix For: 0.3
>
> Attachments: FALCON-1.patch, FALCON-1-site.patch,
> FALCON-1-site-v2.patch, FALCON-1v2.patch, FALCON-1v3.patch
>
>
> To get Falcon up and running, it currently require us to bring up hadoop,
> oozie instances and also make changes to oozie-site to make necessary EL
> extension to oozie. The idea is to minimize these manual steps and to reduce
> friction while trying out Falcon.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira