[jira] [Commented] (OOZIE-2555) Oozie SSL enable setup does not return port for admin -servers

2016-06-09 Thread Peeyush Bishnoi (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15322166#comment-15322166
 ] 

Peeyush Bishnoi commented on OOZIE-2555:


[~abhishekbafna] Thanks for working on this. Patch looks good. +1.

> Oozie SSL enable setup does not return port for admin -servers
> --
>
> Key: OOZIE-2555
> URL: https://issues.apache.org/jira/browse/OOZIE-2555
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Reporter: abhishek bafna
>Assignee: abhishek bafna
> Attachments: OOZIE-2555-00.patch
>
>
> When oozie is setup with SSL. The *oozie admin -servers -oozie 
> https://hostname:11443/oozie* is not returning the port in output.
> {noformat}
> [oozie@host oozie]$ oozie admin -servers -oozie https://hostname:11443/oozie
> hostname : https://hostname:/oozie
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-2515) Duplicate information for "Changing endtime/pausetime of a Bundle Job" in CommandLineTool wiki

2016-06-09 Thread Peeyush Bishnoi (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15322121#comment-15322121
 ] 

Peeyush Bishnoi commented on OOZIE-2515:


+1 .

> Duplicate information for "Changing endtime/pausetime of a Bundle Job" in 
> CommandLineTool wiki
> --
>
> Key: OOZIE-2515
> URL: https://issues.apache.org/jira/browse/OOZIE-2515
> Project: Oozie
>  Issue Type: Bug
>  Components: docs
>Reporter: abhishek bafna
>Assignee: abhishek bafna
> Fix For: 4.3.0
>
> Attachments: OOZIE-2515-01.patch
>
>
> The description for "Changing endtime/pausetime of a Bundle Job" is added 
> twice with same information: 
> https://oozie.apache.org/docs/4.2.0/DG_CommandLineTool.html#Changing_endtimepausetime_of_a_Bundle_Job



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-2493) Remove action.xml file from local file system instead of hadoop file system

2016-03-29 Thread Peeyush Bishnoi (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216141#comment-15216141
 ] 

Peeyush Bishnoi commented on OOZIE-2493:


[~abhishekbafna] I have looked to the patch and found that getFileSystem() can 
return appropriate filesystem (local/hdfs) and it depends on FS configuration 
provided at the time of initializing the filesystem. Deletion of file should 
happen with fs.delete() only rather direct.

> Remove action.xml file from local file system instead of hadoop file system
> ---
>
> Key: OOZIE-2493
> URL: https://issues.apache.org/jira/browse/OOZIE-2493
> Project: Oozie
>  Issue Type: Bug
>  Components: tests
>Reporter: abhishek bafna
> Attachments: OOZIE-2493.patch
>
>
> In the TestDistcpMain#testMain test case, it is deleting a file using HDFS 
> FileSystem instance which actually created on a local FileSystem.
> {code}
> // getting file hadoop system instance 
> FileSystem fs = getFileSystem();
> ...
> // creating a storing file on local file system
> File actionXml = new File(getTestCaseDir(), "action.xml");
> ...
> // Now trying to delete the file on hadoop file system
> fs.delete(new Path(getTestCaseDir(), "action.xml"), true);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OOZIE-2307) Publish Oozie 4.2.0 artifacts

2015-07-15 Thread Peeyush Bishnoi (JIRA)
Peeyush Bishnoi created OOZIE-2307:
--

 Summary: Publish Oozie 4.2.0 artifacts
 Key: OOZIE-2307
 URL: https://issues.apache.org/jira/browse/OOZIE-2307
 Project: Oozie
  Issue Type: Bug
Affects Versions: 4.2.0
Reporter: Peeyush Bishnoi
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (OOZIE-2299) Falcon build fails with Oozie-4.2.0

2015-07-09 Thread Peeyush Bishnoi (JIRA)

 [ 
https://issues.apache.org/jira/browse/OOZIE-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peeyush Bishnoi resolved OOZIE-2299.

Resolution: Won't Fix

> Falcon build fails with Oozie-4.2.0
> ---
>
> Key: OOZIE-2299
> URL: https://issues.apache.org/jira/browse/OOZIE-2299
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 4.2.0, 4.3.0
>Reporter: Peeyush Bishnoi
>Priority: Blocker
> Fix For: 4.2.0
>
>
> Falcon build fails with following error when try to build with Apache 
> Oozie-4.2.0. 
> {code:java}
> [INFO] Apache Falcon Oozie EL Extension ... FAILURE [  1.388 
> s]
> [INFO] Apache Falcon Embedded Hadoop - Test Cluster ... SKIPPED
> [INFO] Apache Falcon Sharelib Hive - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Pig - Test Cluster .. SKIPPED
> [INFO] Apache Falcon Sharelib Hcatalog - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Oozie - Test Cluster  SKIPPED
> [INFO] Apache Falcon Test Tools - Test Cluster  SKIPPED
> [INFO] Apache Falcon Messaging  SKIPPED
> [INFO] Apache Falcon Oozie Adaptor  SKIPPED
> [INFO] Apache Falcon Acquisition .. SKIPPED
> [INFO] Apache Falcon Distcp Replication ... SKIPPED
> [INFO] Apache Falcon Retention  SKIPPED
> [INFO] Apache Falcon Archival . SKIPPED
> [INFO] Apache Falcon Rerun  SKIPPED
> [INFO] Apache Falcon Prism  SKIPPED
> [INFO] Apache Falcon Hive Replication . SKIPPED
> [INFO] Apache Falcon Web Application .. SKIPPED
> [INFO] Apache Falcon Documentation  SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 35.898 s
> [INFO] Finished at: 2015-07-08T22:30:44+05:30
> [INFO] Final Memory: 151M/613M
> [INFO] 
> 
> [ERROR] Failed to execute goal on project falcon-oozie-el-extension: Could 
> not resolve dependencies for project 
> org.apache.falcon:falcon-oozie-el-extension:jar:0.7-SNAPSHOT: Failed to 
> collect dependencies at org.apache.oozie:oozie-core:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-client:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Failed to read 
> artifact descriptor for 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Could not 
> transfer artifact 
> org.apache.oozie:oozie-hadoop-auth:pom:hadoop-1-4.2.0-falcon from/to Codehaus 
> repository (http://repository.codehaus.org/): Failed to transfer file: 
> http://repository.codehaus.org/org/apache/oozie/oozie-hadoop-auth/hadoop-1-4.2.0-falcon/oozie-hadoop-auth-hadoop-1-4.2.0-falcon.pom.
>  Return code is: 410 , ReasonPhrase:Gone. -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-2299) Falcon build fails with Oozie-4.2.0

2015-07-09 Thread Peeyush Bishnoi (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620826#comment-14620826
 ] 

Peeyush Bishnoi commented on OOZIE-2299:


I have moved this issue to Falcon in the jira FALCON-1310.

> Falcon build fails with Oozie-4.2.0
> ---
>
> Key: OOZIE-2299
> URL: https://issues.apache.org/jira/browse/OOZIE-2299
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 4.2.0, 4.3.0
>Reporter: Peeyush Bishnoi
>Priority: Blocker
> Fix For: 4.2.0
>
>
> Falcon build fails with following error when try to build with Apache 
> Oozie-4.2.0. 
> {code:java}
> [INFO] Apache Falcon Oozie EL Extension ... FAILURE [  1.388 
> s]
> [INFO] Apache Falcon Embedded Hadoop - Test Cluster ... SKIPPED
> [INFO] Apache Falcon Sharelib Hive - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Pig - Test Cluster .. SKIPPED
> [INFO] Apache Falcon Sharelib Hcatalog - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Oozie - Test Cluster  SKIPPED
> [INFO] Apache Falcon Test Tools - Test Cluster  SKIPPED
> [INFO] Apache Falcon Messaging  SKIPPED
> [INFO] Apache Falcon Oozie Adaptor  SKIPPED
> [INFO] Apache Falcon Acquisition .. SKIPPED
> [INFO] Apache Falcon Distcp Replication ... SKIPPED
> [INFO] Apache Falcon Retention  SKIPPED
> [INFO] Apache Falcon Archival . SKIPPED
> [INFO] Apache Falcon Rerun  SKIPPED
> [INFO] Apache Falcon Prism  SKIPPED
> [INFO] Apache Falcon Hive Replication . SKIPPED
> [INFO] Apache Falcon Web Application .. SKIPPED
> [INFO] Apache Falcon Documentation  SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 35.898 s
> [INFO] Finished at: 2015-07-08T22:30:44+05:30
> [INFO] Final Memory: 151M/613M
> [INFO] 
> 
> [ERROR] Failed to execute goal on project falcon-oozie-el-extension: Could 
> not resolve dependencies for project 
> org.apache.falcon:falcon-oozie-el-extension:jar:0.7-SNAPSHOT: Failed to 
> collect dependencies at org.apache.oozie:oozie-core:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-client:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Failed to read 
> artifact descriptor for 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Could not 
> transfer artifact 
> org.apache.oozie:oozie-hadoop-auth:pom:hadoop-1-4.2.0-falcon from/to Codehaus 
> repository (http://repository.codehaus.org/): Failed to transfer file: 
> http://repository.codehaus.org/org/apache/oozie/oozie-hadoop-auth/hadoop-1-4.2.0-falcon/oozie-hadoop-auth-hadoop-1-4.2.0-falcon.pom.
>  Return code is: 410 , ReasonPhrase:Gone. -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-2299) Falcon build fails with Oozie-4.2.0

2015-07-09 Thread Peeyush Bishnoi (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620506#comment-14620506
 ] 

Peeyush Bishnoi commented on OOZIE-2299:


[~sriksun] We can try to fix this issue by putting the patch in Falcon and 
ensure that hadoop-2 profile should be set to true.

> Falcon build fails with Oozie-4.2.0
> ---
>
> Key: OOZIE-2299
> URL: https://issues.apache.org/jira/browse/OOZIE-2299
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 4.2.0, 4.3.0
>Reporter: Peeyush Bishnoi
>Priority: Blocker
> Fix For: 4.2.0
>
>
> Falcon build fails with following error when try to build with Apache 
> Oozie-4.2.0. 
> {code:java}
> [INFO] Apache Falcon Oozie EL Extension ... FAILURE [  1.388 
> s]
> [INFO] Apache Falcon Embedded Hadoop - Test Cluster ... SKIPPED
> [INFO] Apache Falcon Sharelib Hive - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Pig - Test Cluster .. SKIPPED
> [INFO] Apache Falcon Sharelib Hcatalog - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Oozie - Test Cluster  SKIPPED
> [INFO] Apache Falcon Test Tools - Test Cluster  SKIPPED
> [INFO] Apache Falcon Messaging  SKIPPED
> [INFO] Apache Falcon Oozie Adaptor  SKIPPED
> [INFO] Apache Falcon Acquisition .. SKIPPED
> [INFO] Apache Falcon Distcp Replication ... SKIPPED
> [INFO] Apache Falcon Retention  SKIPPED
> [INFO] Apache Falcon Archival . SKIPPED
> [INFO] Apache Falcon Rerun  SKIPPED
> [INFO] Apache Falcon Prism  SKIPPED
> [INFO] Apache Falcon Hive Replication . SKIPPED
> [INFO] Apache Falcon Web Application .. SKIPPED
> [INFO] Apache Falcon Documentation  SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 35.898 s
> [INFO] Finished at: 2015-07-08T22:30:44+05:30
> [INFO] Final Memory: 151M/613M
> [INFO] 
> 
> [ERROR] Failed to execute goal on project falcon-oozie-el-extension: Could 
> not resolve dependencies for project 
> org.apache.falcon:falcon-oozie-el-extension:jar:0.7-SNAPSHOT: Failed to 
> collect dependencies at org.apache.oozie:oozie-core:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-client:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Failed to read 
> artifact descriptor for 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Could not 
> transfer artifact 
> org.apache.oozie:oozie-hadoop-auth:pom:hadoop-1-4.2.0-falcon from/to Codehaus 
> repository (http://repository.codehaus.org/): Failed to transfer file: 
> http://repository.codehaus.org/org/apache/oozie/oozie-hadoop-auth/hadoop-1-4.2.0-falcon/oozie-hadoop-auth-hadoop-1-4.2.0-falcon.pom.
>  Return code is: 410 , ReasonPhrase:Gone. -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-2299) Falcon build fails with Oozie-4.2.0

2015-07-09 Thread Peeyush Bishnoi (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620494#comment-14620494
 ] 

Peeyush Bishnoi commented on OOZIE-2299:


I don't think that this issue is with codehaus repository. As while building 
Falcon, following artifact is getting looked org.apache.oozie:oozie-hadoop-auth 
for version hadoop-1-4.2.0-falcon and this will not be available in any online 
repository. For Falcon build successful, we want to use hadoop-2 profile with 
Oozie to get hadoop-2-4.2.0-falcon rather hadoop-1-4.2.0-falcon.  This will be 
available only when we generate Oozie artifacts while building Oozie through 
Falcon at first time.

> Falcon build fails with Oozie-4.2.0
> ---
>
> Key: OOZIE-2299
> URL: https://issues.apache.org/jira/browse/OOZIE-2299
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 4.2.0, 4.3.0
>Reporter: Peeyush Bishnoi
>Priority: Blocker
> Fix For: 4.2.0
>
>
> Falcon build fails with following error when try to build with Apache 
> Oozie-4.2.0. 
> {code:java}
> [INFO] Apache Falcon Oozie EL Extension ... FAILURE [  1.388 
> s]
> [INFO] Apache Falcon Embedded Hadoop - Test Cluster ... SKIPPED
> [INFO] Apache Falcon Sharelib Hive - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Pig - Test Cluster .. SKIPPED
> [INFO] Apache Falcon Sharelib Hcatalog - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Oozie - Test Cluster  SKIPPED
> [INFO] Apache Falcon Test Tools - Test Cluster  SKIPPED
> [INFO] Apache Falcon Messaging  SKIPPED
> [INFO] Apache Falcon Oozie Adaptor  SKIPPED
> [INFO] Apache Falcon Acquisition .. SKIPPED
> [INFO] Apache Falcon Distcp Replication ... SKIPPED
> [INFO] Apache Falcon Retention  SKIPPED
> [INFO] Apache Falcon Archival . SKIPPED
> [INFO] Apache Falcon Rerun  SKIPPED
> [INFO] Apache Falcon Prism  SKIPPED
> [INFO] Apache Falcon Hive Replication . SKIPPED
> [INFO] Apache Falcon Web Application .. SKIPPED
> [INFO] Apache Falcon Documentation  SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 35.898 s
> [INFO] Finished at: 2015-07-08T22:30:44+05:30
> [INFO] Final Memory: 151M/613M
> [INFO] 
> 
> [ERROR] Failed to execute goal on project falcon-oozie-el-extension: Could 
> not resolve dependencies for project 
> org.apache.falcon:falcon-oozie-el-extension:jar:0.7-SNAPSHOT: Failed to 
> collect dependencies at org.apache.oozie:oozie-core:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-client:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Failed to read 
> artifact descriptor for 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Could not 
> transfer artifact 
> org.apache.oozie:oozie-hadoop-auth:pom:hadoop-1-4.2.0-falcon from/to Codehaus 
> repository (http://repository.codehaus.org/): Failed to transfer file: 
> http://repository.codehaus.org/org/apache/oozie/oozie-hadoop-auth/hadoop-1-4.2.0-falcon/oozie-hadoop-auth-hadoop-1-4.2.0-falcon.pom.
>  Return code is: 410 , ReasonPhrase:Gone. -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-2299) Falcon build fails with Oozie-4.2.0

2015-07-09 Thread Peeyush Bishnoi (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620410#comment-14620410
 ] 

Peeyush Bishnoi commented on OOZIE-2299:


Falcon build fails with this error message because in Oozie main pom.xml 
hadoop-1 profile is active by default and we are trying to build Falcon with 
profile hadoop-2.

But when we perform workaround by enabling the hadoop-2 profile by setting 
activeByDefault to "true" in Oozie-4.2.0 main pom.xml, this error message don't 
appear and Falcon builds. Also I have checked the Apache Oozie-4.1.0, hadoop-1 
profile is not available in main pom.xml and Falcon build successfully with it.


> Falcon build fails with Oozie-4.2.0
> ---
>
> Key: OOZIE-2299
> URL: https://issues.apache.org/jira/browse/OOZIE-2299
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: 4.2.0, 4.3.0
>Reporter: Peeyush Bishnoi
>Priority: Blocker
> Fix For: 4.2.0
>
>
> Falcon build fails with following error when try to build with Apache 
> Oozie-4.2.0. 
> {code:java}
> [INFO] Apache Falcon Oozie EL Extension ... FAILURE [  1.388 
> s]
> [INFO] Apache Falcon Embedded Hadoop - Test Cluster ... SKIPPED
> [INFO] Apache Falcon Sharelib Hive - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Pig - Test Cluster .. SKIPPED
> [INFO] Apache Falcon Sharelib Hcatalog - Test Cluster . SKIPPED
> [INFO] Apache Falcon Sharelib Oozie - Test Cluster  SKIPPED
> [INFO] Apache Falcon Test Tools - Test Cluster  SKIPPED
> [INFO] Apache Falcon Messaging  SKIPPED
> [INFO] Apache Falcon Oozie Adaptor  SKIPPED
> [INFO] Apache Falcon Acquisition .. SKIPPED
> [INFO] Apache Falcon Distcp Replication ... SKIPPED
> [INFO] Apache Falcon Retention  SKIPPED
> [INFO] Apache Falcon Archival . SKIPPED
> [INFO] Apache Falcon Rerun  SKIPPED
> [INFO] Apache Falcon Prism  SKIPPED
> [INFO] Apache Falcon Hive Replication . SKIPPED
> [INFO] Apache Falcon Web Application .. SKIPPED
> [INFO] Apache Falcon Documentation  SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 35.898 s
> [INFO] Finished at: 2015-07-08T22:30:44+05:30
> [INFO] Final Memory: 151M/613M
> [INFO] 
> 
> [ERROR] Failed to execute goal on project falcon-oozie-el-extension: Could 
> not resolve dependencies for project 
> org.apache.falcon:falcon-oozie-el-extension:jar:0.7-SNAPSHOT: Failed to 
> collect dependencies at org.apache.oozie:oozie-core:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-client:jar:4.2.0-falcon -> 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Failed to read 
> artifact descriptor for 
> org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Could not 
> transfer artifact 
> org.apache.oozie:oozie-hadoop-auth:pom:hadoop-1-4.2.0-falcon from/to Codehaus 
> repository (http://repository.codehaus.org/): Failed to transfer file: 
> http://repository.codehaus.org/org/apache/oozie/oozie-hadoop-auth/hadoop-1-4.2.0-falcon/oozie-hadoop-auth-hadoop-1-4.2.0-falcon.pom.
>  Return code is: 410 , ReasonPhrase:Gone. -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OOZIE-2299) Falcon build fails with Oozie-4.2.0

2015-07-09 Thread Peeyush Bishnoi (JIRA)
Peeyush Bishnoi created OOZIE-2299:
--

 Summary: Falcon build fails with Oozie-4.2.0
 Key: OOZIE-2299
 URL: https://issues.apache.org/jira/browse/OOZIE-2299
 Project: Oozie
  Issue Type: Bug
Affects Versions: 4.2.0, 4.3.0
Reporter: Peeyush Bishnoi
Priority: Blocker
 Fix For: 4.2.0


Falcon build fails with following error when try to build with Apache 
Oozie-4.2.0. 

{code:java}
[INFO] Apache Falcon Oozie EL Extension ... FAILURE [  1.388 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ... SKIPPED
[INFO] Apache Falcon Sharelib Hive - Test Cluster . SKIPPED
[INFO] Apache Falcon Sharelib Pig - Test Cluster .. SKIPPED
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster . SKIPPED
[INFO] Apache Falcon Sharelib Oozie - Test Cluster  SKIPPED
[INFO] Apache Falcon Test Tools - Test Cluster  SKIPPED
[INFO] Apache Falcon Messaging  SKIPPED
[INFO] Apache Falcon Oozie Adaptor  SKIPPED
[INFO] Apache Falcon Acquisition .. SKIPPED
[INFO] Apache Falcon Distcp Replication ... SKIPPED
[INFO] Apache Falcon Retention  SKIPPED
[INFO] Apache Falcon Archival . SKIPPED
[INFO] Apache Falcon Rerun  SKIPPED
[INFO] Apache Falcon Prism  SKIPPED
[INFO] Apache Falcon Hive Replication . SKIPPED
[INFO] Apache Falcon Web Application .. SKIPPED
[INFO] Apache Falcon Documentation  SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 35.898 s
[INFO] Finished at: 2015-07-08T22:30:44+05:30
[INFO] Final Memory: 151M/613M
[INFO] 
[ERROR] Failed to execute goal on project falcon-oozie-el-extension: Could not 
resolve dependencies for project 
org.apache.falcon:falcon-oozie-el-extension:jar:0.7-SNAPSHOT: Failed to collect 
dependencies at org.apache.oozie:oozie-core:jar:4.2.0-falcon -> 
org.apache.oozie:oozie-client:jar:4.2.0-falcon -> 
org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Failed to read 
artifact descriptor for 
org.apache.oozie:oozie-hadoop-auth:jar:hadoop-1-4.2.0-falcon: Could not 
transfer artifact org.apache.oozie:oozie-hadoop-auth:pom:hadoop-1-4.2.0-falcon 
from/to Codehaus repository (http://repository.codehaus.org/): Failed to 
transfer file: 
http://repository.codehaus.org/org/apache/oozie/oozie-hadoop-auth/hadoop-1-4.2.0-falcon/oozie-hadoop-auth-hadoop-1-4.2.0-falcon.pom.
 Return code is: 410 , ReasonPhrase:Gone. -> [Help 1]
{code}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OOZIE-1586) upgrade oozie to hive 13.1 (including hcatalog)

2014-11-11 Thread Peeyush Bishnoi (JIRA)

[ 
https://issues.apache.org/jira/browse/OOZIE-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206530#comment-14206530
 ] 

Peeyush Bishnoi commented on OOZIE-1586:


I am trying to apply the OOZIE-1586.4.patch patch but it is not getting applied 
cleanly on Oozie-4.0.1 . Do I need to put extra patch before applying this 
patch. I have already created OOZIE-2059 to address this.

> upgrade oozie to hive 13.1 (including hcatalog)
> ---
>
> Key: OOZIE-1586
> URL: https://issues.apache.org/jira/browse/OOZIE-1586
> Project: Oozie
>  Issue Type: Improvement
>Reporter: Bowen Zhang
>Assignee: Ravi Prakash
> Fix For: 4.1.0
>
> Attachments: OOZIE-1586.1.patch, OOZIE-1586.2.patch, 
> OOZIE-1586.3.patch, OOZIE-1586.4.patch, OOZIE-1586.5.patch, OOZIE-1586.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OOZIE-2059) Patch from OOZIE-1586 is not getting applied cleanly on Oozie-4.0.1 branch

2014-11-10 Thread Peeyush Bishnoi (JIRA)
Peeyush Bishnoi created OOZIE-2059:
--

 Summary: Patch from OOZIE-1586 is not getting applied cleanly on 
Oozie-4.0.1 branch
 Key: OOZIE-2059
 URL: https://issues.apache.org/jira/browse/OOZIE-2059
 Project: Oozie
  Issue Type: Bug
Reporter: Peeyush Bishnoi
Priority: Critical


I am tying to apply the v4 patch from OOZIE-1586 but it is not getting applied 
cleanly on Oozie-4.0.1 . Do I need to put extra patch before this patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OOZIE-2038) Filename specified in done-flag is not getting created in output directory

2014-10-17 Thread Peeyush Bishnoi (JIRA)
Peeyush Bishnoi created OOZIE-2038:
--

 Summary: Filename specified in done-flag is not getting created in 
output directory
 Key: OOZIE-2038
 URL: https://issues.apache.org/jira/browse/OOZIE-2038
 Project: Oozie
  Issue Type: Bug
 Environment: 

Reporter: Peeyush Bishnoi


Oozie is not creating file based on user provided name when specified in 
coordinator datasets done-flag. It is only creating “_SUCCESS” file in output 
directory despite user has specified file name like “_DONE” or “trigger.dat” in 
done-flag . 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OOZIE-2030) Configuration properties from global section is not getting set in Hadoop job conf when using sub-workflow action in Oozie workflow.xml

2014-10-10 Thread Peeyush Bishnoi (JIRA)
Peeyush Bishnoi created OOZIE-2030:
--

 Summary: Configuration properties from global section is not 
getting set in Hadoop job conf when using sub-workflow action in Oozie 
workflow.xml 
 Key: OOZIE-2030
 URL: https://issues.apache.org/jira/browse/OOZIE-2030
 Project: Oozie
  Issue Type: Bug
  Components: action
Reporter: Peeyush Bishnoi
 Fix For: 4.0.1, 4.0.0


When submitting Oozie workflow with sub-workflow action and with global 
section, configuration properties defined in global section is not getting set 
in launched Hadoop job conf. But when we use Pig or MR action in workflow.xml, 
configuration properties from global section set properly into Hadoop job conf.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)