[jira] [Updated] (OOZIE-3349) Test cases in oozie fail with java.net.ConnectException

2018-09-19 Thread Alisha Prabhu (JIRA)


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

Alisha Prabhu updated OOZIE-3349:
-
Description: 
Maven command used : mvn test -fn

Error :

{code:java}
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused
at sun.reflect.GeneratedConstructorAccessor232.newInstance(Unknown 
Source)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)
at org.apache.hadoop.ipc.Client.call(Client.java:1472)
at org.apache.hadoop.ipc.Client.call(Client.java:1399)
at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
at com.sun.proxy.$Proxy33.getFileInfo(Unknown Source)
at 
{code}


  was:
Mvn command used : mvn test -fn

Error :

{code:java}
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused
at sun.reflect.GeneratedConstructorAccessor232.newInstance(Unknown 
Source)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)
at org.apache.hadoop.ipc.Client.call(Client.java:1472)
at org.apache.hadoop.ipc.Client.call(Client.java:1399)
at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
at com.sun.proxy.$Proxy33.getFileInfo(Unknown Source)
at 
{code}



> Test cases in oozie fail with java.net.ConnectException
> ---
>
> Key: OOZIE-3349
> URL: https://issues.apache.org/jira/browse/OOZIE-3349
> Project: Oozie
>  Issue Type: Bug
>Affects Versions: trunk
>    Reporter: Alisha Prabhu
>Assignee: Andras Piros
>Priority: Major
>  Labels: ppc64le, x86_64
> Fix For: 5.1.0
>
>
> Maven command used : mvn test -fn
> Error :
> {code:java}
> java.net.ConnectException: Connection refused; For more details see:  
> http://wiki.apache.org/hadoop/ConnectionRefused
>   at sun.reflect.GeneratedConstructorAccessor232.newInstance(Unknown 
> Source)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>   at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
>   at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1472)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1399)
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
>   at com.sun.proxy.$Proxy33.getFileInfo(Unknown Source)
>   at 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3349) Test cases in oozie fail with java.net.ConnectException

2018-09-19 Thread Alisha Prabhu (JIRA)


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

Alisha Prabhu commented on OOZIE-3349:
--

Hi [~andras.piros],
https://builds.apache.org/job/PreCommit-OOZIE-Build/836/consoleFull  has the 
error log which I could reproduce on our local environment.

> Test cases in oozie fail with java.net.ConnectException
> ---
>
> Key: OOZIE-3349
> URL: https://issues.apache.org/jira/browse/OOZIE-3349
> Project: Oozie
>  Issue Type: Bug
>    Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le, x86_64
>
> Mvn command used : mvn test -fn
> Error :
> {code:java}
> java.net.ConnectException: Connection refused; For more details see:  
> http://wiki.apache.org/hadoop/ConnectionRefused
>   at sun.reflect.GeneratedConstructorAccessor232.newInstance(Unknown 
> Source)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>   at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
>   at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1472)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1399)
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
>   at com.sun.proxy.$Proxy33.getFileInfo(Unknown Source)
>   at 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3349) Test cases in oozie fail with java.net.ConnectException

2018-09-19 Thread Alisha Prabhu (JIRA)


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

Alisha Prabhu commented on OOZIE-3349:
--

The issue is seen on our local environment after a commit made through 
OOZIE-3160(linked above).

> Test cases in oozie fail with java.net.ConnectException
> ---
>
> Key: OOZIE-3349
> URL: https://issues.apache.org/jira/browse/OOZIE-3349
> Project: Oozie
>  Issue Type: Bug
>    Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le, x86_64
>
> Mvn command used : mvn test -fn
> Error :
> {code:java}
> java.net.ConnectException: Connection refused; For more details see:  
> http://wiki.apache.org/hadoop/ConnectionRefused
>   at sun.reflect.GeneratedConstructorAccessor232.newInstance(Unknown 
> Source)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>   at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
>   at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1472)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1399)
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
>   at com.sun.proxy.$Proxy33.getFileInfo(Unknown Source)
>   at 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3349) Test cases in oozie fail with java.net.ConnectException

2018-09-19 Thread Alisha Prabhu (JIRA)


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

Alisha Prabhu updated OOZIE-3349:
-
Description: 
Mvn command used : mvn test -fn

Error :

{code:java}
java.net.ConnectException: Connection refused; For more details see:  
http://wiki.apache.org/hadoop/ConnectionRefused
at sun.reflect.GeneratedConstructorAccessor232.newInstance(Unknown 
Source)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)
at org.apache.hadoop.ipc.Client.call(Client.java:1472)
at org.apache.hadoop.ipc.Client.call(Client.java:1399)
at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
at com.sun.proxy.$Proxy33.getFileInfo(Unknown Source)
at 
{code}


> Test cases in oozie fail with java.net.ConnectException
> ---
>
> Key: OOZIE-3349
> URL: https://issues.apache.org/jira/browse/OOZIE-3349
> Project: Oozie
>  Issue Type: Bug
>    Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le, x86_64
>
> Mvn command used : mvn test -fn
> Error :
> {code:java}
> java.net.ConnectException: Connection refused; For more details see:  
> http://wiki.apache.org/hadoop/ConnectionRefused
>   at sun.reflect.GeneratedConstructorAccessor232.newInstance(Unknown 
> Source)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>   at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
>   at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1472)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1399)
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
>   at com.sun.proxy.$Proxy33.getFileInfo(Unknown Source)
>   at 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OOZIE-3349) Test cases in oozie fail with java.net.ConnectException

2018-09-19 Thread Alisha Prabhu (JIRA)
Alisha Prabhu created OOZIE-3349:


 Summary: Test cases in oozie fail with java.net.ConnectException
 Key: OOZIE-3349
 URL: https://issues.apache.org/jira/browse/OOZIE-3349
 Project: Oozie
  Issue Type: Bug
Reporter: Alisha Prabhu






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OOZIE-3230) TestPigActionExecutor in oozie-sharelib fail with junit.framework.AssertionFailedError

2018-05-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu resolved OOZIE-3230.
--
Resolution: Resolved

> TestPigActionExecutor in oozie-sharelib fail with 
> junit.framework.AssertionFailedError
> --
>
> Key: OOZIE-3230
> URL: https://issues.apache.org/jira/browse/OOZIE-3230
> Project: Oozie
>  Issue Type: Bug
> Environment: uname -a
> Linux hj-ibmibm9350 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 
> 2018 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>
> Maven command used is :  mvn -Dtest=TestPigActionExecutor test
> {code:java}
> [ERROR] Failures:
> [ERROR] 
> TestPigActionExecutor.testExecutionStats:190->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0007 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testExecutionStatsWithMaxStatsSizeLimit:271->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0002 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testExecutionStatsWithRetrieveStatsFalse:292->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0005 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testExternalChildIds:242->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0006 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testPig:319->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0001 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testPigError:325->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0003 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testUdfPig:387->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0008 expected: 
> but was:
> [INFO]
> [ERROR] Tests run: 10, Failures: 7, Errors: 0, Skipped: 0
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3230) TestPigActionExecutor in oozie-sharelib fail with junit.framework.AssertionFailedError

2018-05-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu commented on OOZIE-3230:
--

The issue is resolved by exporting JAVA_HOME. Thank you [~andras.piros] for 
your time in looking into this issue.

> TestPigActionExecutor in oozie-sharelib fail with 
> junit.framework.AssertionFailedError
> --
>
> Key: OOZIE-3230
> URL: https://issues.apache.org/jira/browse/OOZIE-3230
> Project: Oozie
>  Issue Type: Bug
> Environment: uname -a
> Linux hj-ibmibm9350 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 
> 2018 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>
> Maven command used is :  mvn -Dtest=TestPigActionExecutor test
> {code:java}
> [ERROR] Failures:
> [ERROR] 
> TestPigActionExecutor.testExecutionStats:190->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0007 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testExecutionStatsWithMaxStatsSizeLimit:271->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0002 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testExecutionStatsWithRetrieveStatsFalse:292->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0005 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testExternalChildIds:242->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0006 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testPig:319->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0001 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testPigError:325->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0003 expected: 
> but was:
> [ERROR] 
> TestPigActionExecutor.testUdfPig:387->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
>  YARN App state for app application_1524809863775_0008 expected: 
> but was:
> [INFO]
> [ERROR] Tests run: 10, Failures: 7, Errors: 0, Skipped: 0
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OOZIE-3230) TestPigActionExecutor in oozie-sharelib fail with junit.framework.AssertionFailedError

2018-04-27 Thread Alisha Prabhu (JIRA)
Alisha Prabhu created OOZIE-3230:


 Summary: TestPigActionExecutor in oozie-sharelib fail with 
junit.framework.AssertionFailedError
 Key: OOZIE-3230
 URL: https://issues.apache.org/jira/browse/OOZIE-3230
 Project: Oozie
  Issue Type: Bug
 Environment: uname -a
Linux hj-ibmibm9350 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux
Reporter: Alisha Prabhu


Maven command used is :  mvn -Dtest=TestPigActionExecutor test
{code:java}
[ERROR] Failures:
[ERROR] 
TestPigActionExecutor.testExecutionStats:190->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
 YARN App state for app application_1524809863775_0007 expected: but 
was:
[ERROR] 
TestPigActionExecutor.testExecutionStatsWithMaxStatsSizeLimit:271->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
 YARN App state for app application_1524809863775_0002 expected: but 
was:
[ERROR] 
TestPigActionExecutor.testExecutionStatsWithRetrieveStatsFalse:292->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
 YARN App state for app application_1524809863775_0005 expected: but 
was:
[ERROR] 
TestPigActionExecutor.testExternalChildIds:242->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
 YARN App state for app application_1524809863775_0006 expected: but 
was:
[ERROR] 
TestPigActionExecutor.testPig:319->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
 YARN App state for app application_1524809863775_0001 expected: but 
was:
[ERROR] 
TestPigActionExecutor.testPigError:325->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
 YARN App state for app application_1524809863775_0003 expected: but 
was:
[ERROR] 
TestPigActionExecutor.testUdfPig:387->_testSubmit:153->XTestCase.waitUntilYarnAppDoneAndAssertSuccess:1333
 YARN App state for app application_1524809863775_0008 expected: but 
was:
[INFO]
[ERROR] Tests run: 10, Failures: 7, Errors: 0, Skipped: 0
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3226) Test case testOozieDBCLI() in oozie-tools fails with junit.framework.AssertionFailedError

2018-04-24 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu commented on OOZIE-3226:
--

Hi [~pbacsko], thanks for the update. I would like to mention that, the test 
case testOozieDBCLI() passes individually on our local environment. Whereas, it 
fails consistently when the suit is run. I believe it should be because of some 
recent changes made through OOZIE-3192.

> Test case testOozieDBCLI() in oozie-tools fails with 
> junit.framework.AssertionFailedError
> -
>
> Key: OOZIE-3226
> URL: https://issues.apache.org/jira/browse/OOZIE-3226
> Project: Oozie
>  Issue Type: Sub-task
>  Components: tools
> Environment: uname -a
> Linux pts00607-vm3 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:46 UTC 
> 2018 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>
> Maven command used is : mvn -Dtest=TestOozieDBCLI test
> The test case testOozieDBCLI() in oozie-tools fails in the presence of the 
> test case testServicesDestroy()
> {code:java}
> [INFO] Running org.apache.oozie.tools.TestOozieDBCLI
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 33.539 s <<< FAILURE! - in org.apache.oozie.tools.TestOozieDBCLI
> [ERROR] testOozieDBCLI(org.apache.oozie.tools.TestOozieDBCLI)  Time elapsed: 
> 4.289 s  <<< FAILURE!
> junit.framework.AssertionFailedError: expected:<0> but was:<1>
>     at 
> org.apache.oozie.tools.TestOozieDBCLI.testOozieDBCLI(TestOozieDBCLI.java:123)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR]   TestOozieDBCLI.testOozieDBCLI:123 expected:<0> but was:<1>
> [INFO]
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OOZIE-3226) Test case testOozieDBCLI() in oozie-tools fails with junit.framework.AssertionFailedError

2018-04-20 Thread Alisha Prabhu (JIRA)
Alisha Prabhu created OOZIE-3226:


 Summary: Test case testOozieDBCLI() in oozie-tools fails with 
junit.framework.AssertionFailedError
 Key: OOZIE-3226
 URL: https://issues.apache.org/jira/browse/OOZIE-3226
 Project: Oozie
  Issue Type: Bug
  Components: tools
 Environment: uname -a
Linux pts00607-vm3 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:46 UTC 
2018 ppc64le ppc64le ppc64le GNU/Linux
Reporter: Alisha Prabhu


Maven command used is : mvn -Dtest=TestOozieDBCLI test

The test case testOozieDBCLI() in oozie-tools fails in the presence of the test 
case testServicesDestroy()
{code:java}
[INFO] Running org.apache.oozie.tools.TestOozieDBCLI
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 33.539 
s <<< FAILURE! - in org.apache.oozie.tools.TestOozieDBCLI
[ERROR] testOozieDBCLI(org.apache.oozie.tools.TestOozieDBCLI)  Time elapsed: 
4.289 s  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<1>
    at 
org.apache.oozie.tools.TestOozieDBCLI.testOozieDBCLI(TestOozieDBCLI.java:123)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   TestOozieDBCLI.testOozieDBCLI:123 expected:<0> but was:<1>
[INFO]
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 66084: Oozie-core fails with checkstyle errors.

2018-03-26 Thread Alisha Prabhu


> On March 19, 2018, 8:37 a.m., Attila Sasvari wrote:
> >

Hi Attila Sasvari, can you please review the updated patch. Thank you.


- Alisha


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66084/#review199384
---


On March 20, 2018, 5:36 a.m., Alisha Prabhu wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66084/
> ---
> 
> (Updated March 20, 2018, 5:36 a.m.)
> 
> 
> Review request for oozie.
> 
> 
> Bugs: OOZIE-3176
> https://issues.apache.org/jira/browse/OOZIE-3176
> 
> 
> Repository: oozie-git
> 
> 
> Description
> ---
> 
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> 
> 
> Diffs
> -
> 
>   core/src/main/java/org/apache/oozie/BundleActionBean.java eeec549 
>   core/src/main/java/org/apache/oozie/BundleJobBean.java dec0967 
>   core/src/main/java/org/apache/oozie/CoordinatorActionBean.java ddec1e6 
>   core/src/main/java/org/apache/oozie/CoordinatorJobBean.java 5999f40 
>   core/src/main/java/org/apache/oozie/CoordinatorJobInfo.java 04c5bc9 
>   core/src/main/java/org/apache/oozie/DagELFunctions.java 22ac624 
>   core/src/main/java/org/apache/oozie/SLAEventBean.java b30867b 
>   core/src/main/java/org/apache/oozie/WorkflowActionBean.java 6b05b89 
>   core/src/main/java/org/apache/oozie/WorkflowJobBean.java cb06bec 
>   core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java 
> 122dfd0 
>   core/src/main/java/org/apache/oozie/client/rest/JsonBean.java c8bd7c2 
>   
> core/src/main/java/org/apache/oozie/command/bundle/BundleJobSuspendXCommand.java
>  669ac5e 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java
>  179cc45 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordActionStartXCommand.java
>  16d7036 
>   core/src/main/java/org/apache/oozie/command/coord/CoordChangeXCommand.java 
> ff7bf8a 
>   core/src/main/java/org/apache/oozie/command/coord/CoordCommandUtils.java 
> fbc6152 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordMaterializeTransitionXCommand.java
>  2b91253 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordPushDependencyCheckXCommand.java
>  1e864ea 
>   core/src/main/java/org/apache/oozie/command/coord/CoordResumeXCommand.java 
> 1998924 
>   core/src/main/java/org/apache/oozie/command/coord/CoordSubmitXCommand.java 
> 42bdc99 
>   core/src/main/java/org/apache/oozie/command/coord/CoordSuspendXCommand.java 
> 1195ef0 
>   core/src/main/java/org/apache/oozie/command/wf/ActionEndXCommand.java 
> 86ee1cc 
>   core/src/main/java/org/apache/oozie/command/wf/ActionKillXCommand.java 
> 61891b8 
>   core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java 
> 71c29cd 
>   core/src/main/java/org/apache/oozie/command/wf/ActionXCommand.java 29ccd32 
>   core/src/main/java/org/apache/oozie/coord/CoordUtils.java 2874bf6 
>   core/src/main/java/org/apache/oozie/coord/HCatELFunctions.java f40f406 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/BundleJobsGetRunningOrPendingJPAExecutor.java
>  18ceb10 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/CoordActionRemoveJPAExecutor.java
>  02a4f68 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetRunningActionsCountJPAExecutor.java
>  274b3c1 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/WorkflowActionRetryManualGetJPAExecutor.java
>  51449db 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/WorkflowInfoWithActionsSubsetGetJPAExecutor.java
>  43c7d08 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/WorkflowJobsBasicInfoFromParentId.java
>  4b8adfb 
>   core/src/main/java/org/apache/oozie/service/AuthorizationService.java 
> d76e1ea 
>   core/src/main/java/org/apache/oozie/service/PurgeService.java c2c966b 
>   core/src/main/java/org/apache/oozie/servlet/JsonRestServlet.java 404d3cd 
>   core/src/main/java/org/apache/oozie/servlet/ServletUtilities.java 9cdd915 
>   core/src/main/java/org/apache/oozie/servlet/V0AdminServlet.java d4a0989 
>   core/src/main/java/org/apache/oozie/servlet/V0JobsServlet.java ff50f3d 
>   core/src/main/java/org/apache/oozie/servlet/V1JobServlet.java 0d275fd 
>   core/src/main/java/org/apache/oozie/sla/SLARegistrationBean.java 5eac78c 
>   core/src/main/java/org/apache/oozie/sla/SLASummaryBean.java e9ea9ba 
>   core/src/main/java/org

Re: Review Request 66084: Oozie-core fails with checkstyle errors.

2018-03-19 Thread Alisha Prabhu


> On March 19, 2018, 8:37 a.m., Attila Sasvari wrote:
> > core/src/main/resources/jetty-logging.properties
> > Line 1 (original), 1 (patched)
> > <https://reviews.apache.org/r/66084/diff/1/?file=1976730#file1976730line1>
> >
> > Please leave .properties files intact. ``/**/`` is not a valid comment. 
> > Format: 
> > https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader-
> 
> Alisha Prabhu wrote:
> Have now kept all the .properties files intact.
> 
> Peter Cseh wrote:
> I think the proper solution here is to don't use CheckStyle for header 
> checking. We have RAT to check the headers.
> Please remove this section from the checkstyle config: 
> https://github.com/apache/oozie/blob/master/src/main/resources/checkstyle.xml#L29-L31
>  and the corresponging file: 
> https://github.com/apache/oozie/blob/master/src/main/resources/checkstyle-header.txt

Uploaded the patch by making the above changes.


- Alisha


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66084/#review199384
-----------


On March 20, 2018, 5:36 a.m., Alisha Prabhu wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66084/
> ---
> 
> (Updated March 20, 2018, 5:36 a.m.)
> 
> 
> Review request for oozie.
> 
> 
> Bugs: OOZIE-3176
> https://issues.apache.org/jira/browse/OOZIE-3176
> 
> 
> Repository: oozie-git
> 
> 
> Description
> ---
> 
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> 
> 
> Diffs
> -
> 
>   core/src/main/java/org/apache/oozie/BundleActionBean.java eeec549 
>   core/src/main/java/org/apache/oozie/BundleJobBean.java dec0967 
>   core/src/main/java/org/apache/oozie/CoordinatorActionBean.java ddec1e6 
>   core/src/main/java/org/apache/oozie/CoordinatorJobBean.java 5999f40 
>   core/src/main/java/org/apache/oozie/CoordinatorJobInfo.java 04c5bc9 
>   core/src/main/java/org/apache/oozie/DagELFunctions.java 22ac624 
>   core/src/main/java/org/apache/oozie/SLAEventBean.java b30867b 
>   core/src/main/java/org/apache/oozie/WorkflowActionBean.java 6b05b89 
>   core/src/main/java/org/apache/oozie/WorkflowJobBean.java cb06bec 
>   core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java 
> 122dfd0 
>   core/src/main/java/org/apache/oozie/client/rest/JsonBean.java c8bd7c2 
>   
> core/src/main/java/org/apache/oozie/command/bundle/BundleJobSuspendXCommand.java
>  669ac5e 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java
>  179cc45 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordActionStartXCommand.java
>  16d7036 
>   core/src/main/java/org/apache/oozie/command/coord/CoordChangeXCommand.java 
> ff7bf8a 
>   core/src/main/java/org/apache/oozie/command/coord/CoordCommandUtils.java 
> fbc6152 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordMaterializeTransitionXCommand.java
>  2b91253 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordPushDependencyCheckXCommand.java
>  1e864ea 
>   core/src/main/java/org/apache/oozie/command/coord/CoordResumeXCommand.java 
> 1998924 
>   core/src/main/java/org/apache/oozie/command/coord/CoordSubmitXCommand.java 
> 42bdc99 
>   core/src/main/java/org/apache/oozie/command/coord/CoordSuspendXCommand.java 
> 1195ef0 
>   core/src/main/java/org/apache/oozie/command/wf/ActionEndXCommand.java 
> 86ee1cc 
>   core/src/main/java/org/apache/oozie/command/wf/ActionKillXCommand.java 
> 61891b8 
>   core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java 
> 71c29cd 
>   core/src/main/java/org/apache/oozie/command/wf/ActionXCommand.java 29ccd32 
>   core/src/main/java/org/apache/oozie/coord/CoordUtils.java 2874bf6 
>   core/src/main/java/org/apache/oozie/coord/HCatELFunctions.java f40f406 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/BundleJobsGetRunningOrPendingJPAExecutor.java
>  18ceb10 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/CoordActionRemoveJPAExecutor.java
>  02a4f68 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetRunningActionsCountJPAExecutor.java
>  274b3c1 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/WorkflowActionRetryManualGetJPAExecutor.java
>  51449db 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/WorkflowInfoWithActi

Re: Review Request 66084: Oozie-core fails with checkstyle errors.

2018-03-19 Thread Alisha Prabhu
/src/test/resources/test-oozie-log4j.properties 3040d4f 
  src/main/resources/checkstyle-header.txt 4247452 
  src/main/resources/checkstyle.xml 68b6cce 


Diff: https://reviews.apache.org/r/66084/diff/3/

Changes: https://reviews.apache.org/r/66084/diff/2-3/


Testing
---

Have tested the patch with mvn clean install -DskipTests
There are 3 Checkstyle violations as I have kept the .properties files intact.


Thanks,

Alisha Prabhu



Re: Review Request 66084: Oozie-core fails with checkstyle errors.

2018-03-19 Thread Alisha Prabhu


> On March 19, 2018, 8:37 a.m., Attila Sasvari wrote:
> > core/src/main/java/org/apache/oozie/util/db/BasicDataSourceWrapper.java
> > Lines 44 (patched)
> > <https://reviews.apache.org/r/66084/diff/1/?file=1976725#file1976725line44>
> >
> > It breaks the precommit build (mkdistro, see 
> > https://builds.apache.org/job/PreCommit-OOZIE-Build/416/artifact/test-patch/reports/DISTRO.out)

Have kept the BasicDataSourceWrapper.java file intact.
Got build success after running the below command :
bin/mkdistro.sh -DskipTests -Puber -DtargetJavaVersion=1.8 -DjavaVersion=1.8


> On March 19, 2018, 8:37 a.m., Attila Sasvari wrote:
> > core/src/main/resources/jetty-logging.properties
> > Line 1 (original), 1 (patched)
> > <https://reviews.apache.org/r/66084/diff/1/?file=1976730#file1976730line1>
> >
> > Please leave .properties files intact. ``/**/`` is not a valid comment. 
> > Format: 
> > https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader-

Have now kept all the .properties files intact.


- Alisha


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66084/#review199384
-------


On March 19, 2018, 12:32 p.m., Alisha Prabhu wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66084/
> ---
> 
> (Updated March 19, 2018, 12:32 p.m.)
> 
> 
> Review request for oozie.
> 
> 
> Bugs: OOZIE-3176
> https://issues.apache.org/jira/browse/OOZIE-3176
> 
> 
> Repository: oozie-git
> 
> 
> Description
> ---
> 
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> 
> 
> Diffs
> -
> 
>   core/src/main/java/org/apache/oozie/BundleActionBean.java eeec549 
>   core/src/main/java/org/apache/oozie/BundleJobBean.java dec0967 
>   core/src/main/java/org/apache/oozie/CoordinatorActionBean.java ddec1e6 
>   core/src/main/java/org/apache/oozie/CoordinatorJobBean.java 5999f40 
>   core/src/main/java/org/apache/oozie/CoordinatorJobInfo.java 04c5bc9 
>   core/src/main/java/org/apache/oozie/DagELFunctions.java 22ac624 
>   core/src/main/java/org/apache/oozie/SLAEventBean.java b30867b 
>   core/src/main/java/org/apache/oozie/WorkflowActionBean.java 6b05b89 
>   core/src/main/java/org/apache/oozie/WorkflowJobBean.java cb06bec 
>   core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java 
> 122dfd0 
>   core/src/main/java/org/apache/oozie/client/rest/JsonBean.java c8bd7c2 
>   
> core/src/main/java/org/apache/oozie/command/bundle/BundleJobSuspendXCommand.java
>  669ac5e 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordActionInputCheckXCommand.java
>  179cc45 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordActionStartXCommand.java
>  16d7036 
>   core/src/main/java/org/apache/oozie/command/coord/CoordChangeXCommand.java 
> ff7bf8a 
>   core/src/main/java/org/apache/oozie/command/coord/CoordCommandUtils.java 
> fbc6152 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordMaterializeTransitionXCommand.java
>  2b91253 
>   
> core/src/main/java/org/apache/oozie/command/coord/CoordPushDependencyCheckXCommand.java
>  1e864ea 
>   core/src/main/java/org/apache/oozie/command/coord/CoordResumeXCommand.java 
> 1998924 
>   core/src/main/java/org/apache/oozie/command/coord/CoordSubmitXCommand.java 
> 42bdc99 
>   core/src/main/java/org/apache/oozie/command/coord/CoordSuspendXCommand.java 
> 1195ef0 
>   core/src/main/java/org/apache/oozie/command/wf/ActionEndXCommand.java 
> 86ee1cc 
>   core/src/main/java/org/apache/oozie/command/wf/ActionKillXCommand.java 
> 61891b8 
>   core/src/main/java/org/apache/oozie/command/wf/ActionStartXCommand.java 
> 71c29cd 
>   core/src/main/java/org/apache/oozie/command/wf/ActionXCommand.java 29ccd32 
>   core/src/main/java/org/apache/oozie/coord/CoordUtils.java 2874bf6 
>   core/src/main/java/org/apache/oozie/coord/HCatELFunctions.java f40f406 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/BundleJobsGetRunningOrPendingJPAExecutor.java
>  18ceb10 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/CoordActionRemoveJPAExecutor.java
>  02a4f68 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetRunningActionsCountJPAExecutor.java
>  274b3c1 
>   
> core/src/main/java/org/apache/oozie/executor/jpa/WorkflowActionRetryManualGetJPAExecutor.java
>  51449db 

Re: Review Request 66084: Oozie-core fails with checkstyle errors.

2018-03-19 Thread Alisha Prabhu
://reviews.apache.org/r/66084/diff/2/

Changes: https://reviews.apache.org/r/66084/diff/1-2/


Testing
---

Have tested the patch with mvn clean install -DskipTests
There are 3 Checkstyle violations as I have kept the .properties files intact.


Thanks,

Alisha Prabhu



Review Request 66084: Oozie-core fails with checkstyle errors.

2018-03-15 Thread Alisha Prabhu
 2cdbde4 
  core/src/test/resources/test-custom-log4j.properties 747df01 
  core/src/test/resources/test-no-dash-log4j.properties 4242f8a 
  core/src/test/resources/test-oozie-log4j.properties 3040d4f 


Diff: https://reviews.apache.org/r/66084/diff/1/


Testing
---

Have tested the patch with mvn clean install -DskipTests
There are 3 Checkstyle violations as I have kept the .properties files intact.


Thanks,

Alisha Prabhu



[jira] [Resolved] (OOZIE-3184) Test case in oozie-core fails with a NullPointerException

2018-03-12 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu resolved OOZIE-3184.
--
Resolution: Resolved

> Test case in oozie-core fails with a NullPointerException
> -
>
> Key: OOZIE-3184
> URL: https://issues.apache.org/jira/browse/OOZIE-3184
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le
> Attachments: error.txt
>
>
> Maven command used is mvn -Dtest=TestGraphGenerator#testGraphWithManyNodes 
> test
>  Observed that the test case fails at GraphGenerator.java:87 of oozie-core 
> i.e. at the .parse function.
>  Have attached the error.txt file below , that has the errors occurred while 
> running the test case.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator [ERROR] Tests 
> run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 24.157 s <<< 
> FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator [ERROR] 
> testGraphWithManyNodes(org.apache.oozie.util.graph.TestGraphGenerator) Time 
> elapsed: 24.157 s <<< ERROR! java.lang.RuntimeException: 
> java.util.concurrent.ExecutionException: java.lang.NullPointerException at 
> org.apache.oozie.util.graph.TestGraphGenerator.testGraphWithManyNodes(TestGraphGenerator.java:158)
>  Caused by: java.util.concurrent.ExecutionException: 
> java.lang.NullPointerException at 
> org.apache.oozie.util.graph.TestGraphGenerator.testGraphWithManyNodes(TestGraphGenerator.java:158)
>  Caused by: java.lang.NullPointerException{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OOZIE-3190) Test cases in TestGraphGenerator.java of oozie-core fail with a NullPointerException

2018-03-12 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu resolved OOZIE-3190.
--
Resolution: Resolved

> Test cases in TestGraphGenerator.java of oozie-core fail with a 
> NullPointerException
> 
>
> Key: OOZIE-3190
> URL: https://issues.apache.org/jira/browse/OOZIE-3190
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le
>
> The test cases testSimpleGraphPng and testSimpleGraphSvg under 
> TestGraphGenerator.java fail with java.lang.NullPointerException.
>  Maven command used for testSimpleGraphPng is mvn 
> -Dtest=TestGraphGenerator#testSimpleGraphPng test.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 24.229 s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] testSimpleGraphPng(org.apache.oozie.util.graph.TestGraphGenerator) 
> Time elapsed: 24.229 s <<< FAILURE!
> java.lang.AssertionError: Render and write PNG failed for 
> graph-workflow-simple.xml: java.util.concurrent.ExecutionException: 
> java.lang.NullPointerException
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.generateAndAssertPng(TestGraphGenerator.java:96)
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphPng(TestGraphGenerator.java:64)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR] TestGraphGenerator.testSimpleGraphPng:64->generateAndAssertPng:96 
> Render and write PNG failed for graph-workflow-simple.xml: 
> java.util.concurrent.ExecutionException: java.lang.NullPointerException
> {code}
> Maven command used for testSimpleGraphSvg is mvn 
> -Dtest=TestGraphGenerator#testSimpleGraphSvg test.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 24.113 s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] testSimpleGraphSvg(org.apache.oozie.util.graph.TestGraphGenerator) 
> Time elapsed: 24.113 s <<< FAILURE!
> java.lang.AssertionError: Render and write SVG failed: 
> java.util.concurrent.ExecutionException: java.lang.NullPointerException
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphSvg(TestGraphGenerator.java:144)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR] TestGraphGenerator.testSimpleGraphSvg:144 Render and write SVG 
> failed: java.util.concurrent.ExecutionException: 
> java.lang.NullPointerException
> {code}
> Have observed that the test cases use the values from the enum OutputFormat 
> which contains 3 constants : PNG, DOT & SVG
> The test cases using OutputFormat.DOT have passed whereas the once which have 
> used the other two constants i.e PNG and SVG , fail on ppc64le arch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3190) Test cases in TestGraphGenerator.java of oozie-core fail with a NullPointerException

2018-03-12 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu commented on OOZIE-3190:
--

Oozie tests under TestGraphGenerator.java have passed on ppc64le after 
performing the following steps :

- cloned J2V8 
       git clone https://github.com/eclipsesource/J2V8
       git checkout tags/v4.5.0
 - libj2v8_linux_ppc64le.so was created after building the project.
 - exported it by using, export LD_LIBRARY_PATH command.
 - ran the the test cases under TestGraphGenerator.java in oozie.

> Test cases in TestGraphGenerator.java of oozie-core fail with a 
> NullPointerException
> 
>
> Key: OOZIE-3190
> URL: https://issues.apache.org/jira/browse/OOZIE-3190
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le
>
> The test cases testSimpleGraphPng and testSimpleGraphSvg under 
> TestGraphGenerator.java fail with java.lang.NullPointerException.
>  Maven command used for testSimpleGraphPng is mvn 
> -Dtest=TestGraphGenerator#testSimpleGraphPng test.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 24.229 s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] testSimpleGraphPng(org.apache.oozie.util.graph.TestGraphGenerator) 
> Time elapsed: 24.229 s <<< FAILURE!
> java.lang.AssertionError: Render and write PNG failed for 
> graph-workflow-simple.xml: java.util.concurrent.ExecutionException: 
> java.lang.NullPointerException
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.generateAndAssertPng(TestGraphGenerator.java:96)
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphPng(TestGraphGenerator.java:64)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR] TestGraphGenerator.testSimpleGraphPng:64->generateAndAssertPng:96 
> Render and write PNG failed for graph-workflow-simple.xml: 
> java.util.concurrent.ExecutionException: java.lang.NullPointerException
> {code}
> Maven command used for testSimpleGraphSvg is mvn 
> -Dtest=TestGraphGenerator#testSimpleGraphSvg test.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 24.113 s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] testSimpleGraphSvg(org.apache.oozie.util.graph.TestGraphGenerator) 
> Time elapsed: 24.113 s <<< FAILURE!
> java.lang.AssertionError: Render and write SVG failed: 
> java.util.concurrent.ExecutionException: java.lang.NullPointerException
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphSvg(TestGraphGenerator.java:144)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR] TestGraphGenerator.testSimpleGraphSvg:144 Render and write SVG 
> failed: java.util.concurrent.ExecutionException: 
> java.lang.NullPointerException
> {code}
> Have observed that the test cases use the values from the enum OutputFormat 
> which contains 3 constants : PNG, DOT & SVG
> The test cases using OutputFormat.DOT have passed whereas the once which have 
> used the other two constants i.e PNG and SVG , fail on ppc64le arch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-03-07 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu commented on OOZIE-3176:
--

Hi [~asasvari] , can you please review the above patch. Thank you.

> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt, OOZIE-3176-001.patch
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred 
> while building.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3190) Test cases in TestGraphGenerator.java of oozie-core fail with a NullPointerException

2018-03-06 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3190:
-
Description: 
The test cases testSimpleGraphPng and testSimpleGraphSvg under 
TestGraphGenerator.java fail with java.lang.NullPointerException.
 Maven command used for testSimpleGraphPng is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphPng test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.229 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphPng(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.229 s <<< FAILURE!
java.lang.AssertionError: Render and write PNG failed for 
graph-workflow-simple.xml: java.util.concurrent.ExecutionException: 
java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.generateAndAssertPng(TestGraphGenerator.java:96)
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphPng(TestGraphGenerator.java:64)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestGraphGenerator.testSimpleGraphPng:64->generateAndAssertPng:96 
Render and write PNG failed for graph-workflow-simple.xml: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
{code}
Maven command used for testSimpleGraphSvg is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphSvg test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.113 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphSvg(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.113 s <<< FAILURE!
java.lang.AssertionError: Render and write SVG failed: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphSvg(TestGraphGenerator.java:144)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestGraphGenerator.testSimpleGraphSvg:144 Render and write SVG failed: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
{code}
Have observed that the test cases use the values from the enum OutputFormat 
which contains 3 constants : PNG, DOT & SVG
The test cases using OutputFormat.DOT have passed whereas the once which have 
used the other two constants i.e PNG and SVG , fail on ppc64le arch.

  was:
The test cases testSimpleGraphPng and testSimpleGraphSvg under 
TestGraphGenerator.java fail with java.lang.NullPointerException.
 Maven command used for testSimpleGraphPng is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphPng test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.229 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphPng(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.229 s <<< FAILURE!
java.lang.AssertionError: Render and write PNG failed for 
graph-workflow-simple.xml: java.util.concurrent.ExecutionException: 
java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.generateAndAssertPng(TestGraphGenerator.java:96)
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphPng(TestGraphGenerator.java:64)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestGraphGenerator.testSimpleGraphPng:64->generateAndAssertPng:96 
Render and write PNG failed for graph-workflow-simple.xml: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
{code}
Maven command used for testSimpleGraphSvg is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphSvg test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.113 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphSvg(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.113 s <<< FAILURE!
java.lang.AssertionError: Render and write SVG failed: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphSvg(TestGraphGenerator.java:144)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestGraphGenerator.testSimpleGraphSvg:144 Render and write SVG failed: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
{code}
Have attached the log-testSimpleGraphPng.txt and log-testSimpleGraphSvg.txt 
files below , that has the errors occurred while running the above test case.


> Test cases in TestGraphGenerator.java of oozie-core fail with a 
> NullPointerException
> --

[jira] [Updated] (OOZIE-3190) Test cases in TestGraphGenerator.java of oozie-core fail with a NullPointerException

2018-03-06 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3190:
-
Description: 
The test cases testSimpleGraphPng and testSimpleGraphSvg under 
TestGraphGenerator.java fail with java.lang.NullPointerException.
 Maven command used for testSimpleGraphPng is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphPng test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.229 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphPng(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.229 s <<< FAILURE!
java.lang.AssertionError: Render and write PNG failed for 
graph-workflow-simple.xml: java.util.concurrent.ExecutionException: 
java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.generateAndAssertPng(TestGraphGenerator.java:96)
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphPng(TestGraphGenerator.java:64)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestGraphGenerator.testSimpleGraphPng:64->generateAndAssertPng:96 
Render and write PNG failed for graph-workflow-simple.xml: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
{code}
Maven command used for testSimpleGraphSvg is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphSvg test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.113 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphSvg(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.113 s <<< FAILURE!
java.lang.AssertionError: Render and write SVG failed: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphSvg(TestGraphGenerator.java:144)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestGraphGenerator.testSimpleGraphSvg:144 Render and write SVG failed: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
{code}
Have attached the log-testSimpleGraphPng.txt and log-testSimpleGraphSvg.txt 
files below , that has the errors occurred while running the above test case.

  was:
The test cases testSimpleGraphPng and testSimpleGraphSvg under 
TestGraphGenerator.java fail with java.lang.NullPointerException.
 Maven command used for testSimpleGraphPng is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphPng test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.229 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphPng(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.229 s <<< FAILURE!
java.lang.AssertionError: Render and write PNG failed for 
graph-workflow-simple.xml: java.util.concurrent.ExecutionException: 
java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.generateAndAssertPng(TestGraphGenerator.java:96)
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphPng(TestGraphGenerator.java:64){code}
Maven command used for testSimpleGraphSvg is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphSvg test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.113 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphSvg(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.113 s <<< FAILURE!
java.lang.AssertionError: Render and write SVG failed: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphSvg(TestGraphGenerator.java:144){code}
Have attached the log-testSimpleGraphPng.txt and log-testSimpleGraphSvg.txt 
files below , that has the errors occurred while running the above test case.


> Test cases in TestGraphGenerator.java of oozie-core fail with a 
> NullPointerException
> 
>
> Key: OOZIE-3190
> URL: https://issues.apache.org/jira/browse/OOZIE-3190
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le
>
> The test cases testSimpleGra

[jira] [Updated] (OOZIE-3190) Test cases in TestGraphGenerator.java of oozie-core fail with a NullPointerException

2018-03-06 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3190:
-
Description: 
The test cases testSimpleGraphPng and testSimpleGraphSvg under 
TestGraphGenerator.java fail with java.lang.NullPointerException.
 Maven command used for testSimpleGraphPng is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphPng test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.229 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphPng(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.229 s <<< FAILURE!
java.lang.AssertionError: Render and write PNG failed for 
graph-workflow-simple.xml: java.util.concurrent.ExecutionException: 
java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.generateAndAssertPng(TestGraphGenerator.java:96)
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphPng(TestGraphGenerator.java:64){code}
Maven command used for testSimpleGraphSvg is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphSvg test.
{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 24.113 
s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
[ERROR] testSimpleGraphSvg(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.113 s <<< FAILURE!
java.lang.AssertionError: Render and write SVG failed: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at 
org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphSvg(TestGraphGenerator.java:144){code}
Have attached the log-testSimpleGraphPng.txt and log-testSimpleGraphSvg.txt 
files below , that has the errors occurred while running the above test case.

  was:
The test cases testSimpleGraphPng and testSimpleGraphSvg under 
TestGraphGenerator.java fail with java.lang.NullPointerException.
Maven command used for testSimpleGraphPng is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphPng test.

Maven command used for testSimpleGraphSvg is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphSvg test.

Have attached the log-testSimpleGraphPng.txt and log-testSimpleGraphSvg.txt 
file below , that has the errors occurred while running the above test case.


> Test cases in TestGraphGenerator.java of oozie-core fail with a 
> NullPointerException
> 
>
> Key: OOZIE-3190
> URL: https://issues.apache.org/jira/browse/OOZIE-3190
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le
>
> The test cases testSimpleGraphPng and testSimpleGraphSvg under 
> TestGraphGenerator.java fail with java.lang.NullPointerException.
>  Maven command used for testSimpleGraphPng is mvn 
> -Dtest=TestGraphGenerator#testSimpleGraphPng test.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 24.229 s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] testSimpleGraphPng(org.apache.oozie.util.graph.TestGraphGenerator) 
> Time elapsed: 24.229 s <<< FAILURE!
> java.lang.AssertionError: Render and write PNG failed for 
> graph-workflow-simple.xml: java.util.concurrent.ExecutionException: 
> java.lang.NullPointerException
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.generateAndAssertPng(TestGraphGenerator.java:96)
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphPng(TestGraphGenerator.java:64){code}
> Maven command used for testSimpleGraphSvg is mvn 
> -Dtest=TestGraphGenerator#testSimpleGraphSvg test.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 24.113 s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator
> [ERROR] testSimpleGraphSvg(org.apache.oozie.util.graph.TestGraphGenerator) 
> Time elapsed: 24.113 s <<< FAILURE!
> java.lang.AssertionError: Render and write SVG failed: 
> java.util.concurrent.ExecutionException: java.lang.NullPointerException
> at 
> org.apache.oozie.util.graph.TestGraphGenerator.testSimpleGraphSvg(TestGraphGenerator.java:144){code}
> Have attached the log-testSimpleGraphPng.txt and log-testSimpleGraphSvg.txt 
> files below , that has the errors occurred while running the above test case.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OOZIE-3190) Test cases in TestGraphGenerator.java of oozie-core fail with a NullPointerException

2018-03-06 Thread Alisha Prabhu (JIRA)
Alisha Prabhu created OOZIE-3190:


 Summary: Test cases in TestGraphGenerator.java of oozie-core fail 
with a NullPointerException
 Key: OOZIE-3190
 URL: https://issues.apache.org/jira/browse/OOZIE-3190
 Project: Oozie
  Issue Type: Bug
  Components: core
Affects Versions: 5.0.0b1
 Environment: uname -a
Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 2016 
ppc64le ppc64le ppc64le GNU/Linux
Reporter: Alisha Prabhu


The test cases testSimpleGraphPng and testSimpleGraphSvg under 
TestGraphGenerator.java fail with java.lang.NullPointerException.
Maven command used for testSimpleGraphPng is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphPng test.

Maven command used for testSimpleGraphSvg is mvn 
-Dtest=TestGraphGenerator#testSimpleGraphSvg test.

Have attached the log-testSimpleGraphPng.txt and log-testSimpleGraphSvg.txt 
file below , that has the errors occurred while running the above test case.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-03-05 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu commented on OOZIE-3182:
--

Hi [~andras.piros], thanks for the review.

Could you please also review  OOZIE-3176 JIRA which is linked to the above 
issue ? Thank you.

 

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-004.patch, 
> error-log.txt, log-OOZIE-3182-004.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-03-05 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Attachment: OOZIE-3176-001.patch

> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt, OOZIE-3176-001.patch
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred 
> while building.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-03-05 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Attachment: (was: OOZIE-3176-001.patch)

> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred 
> while building.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-22 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu commented on OOZIE-3182:
--

Hi [~andras.piros] , I am waiting for your review on the above issue. Thank you.

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-004.patch, 
> error-log.txt, log-OOZIE-3182-004.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3184) Test case in oozie-core fails with a NullPointerException

2018-02-22 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3184:
-
Description: 
Maven command used is mvn -Dtest=TestGraphGenerator#testGraphWithManyNodes test
 Observed that the test case fails at GraphGenerator.java:87 of oozie-core i.e. 
at the .parse function.
 Have attached the error.txt file below , that has the errors occurred while 
running the test case.


{code:java}
[INFO] Running org.apache.oozie.util.graph.TestGraphGenerator [ERROR] Tests 
run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 24.157 s <<< FAILURE! 
- in org.apache.oozie.util.graph.TestGraphGenerator [ERROR] 
testGraphWithManyNodes(org.apache.oozie.util.graph.TestGraphGenerator) Time 
elapsed: 24.157 s <<< ERROR! java.lang.RuntimeException: 
java.util.concurrent.ExecutionException: java.lang.NullPointerException at 
org.apache.oozie.util.graph.TestGraphGenerator.testGraphWithManyNodes(TestGraphGenerator.java:158)
 Caused by: java.util.concurrent.ExecutionException: 
java.lang.NullPointerException at 
org.apache.oozie.util.graph.TestGraphGenerator.testGraphWithManyNodes(TestGraphGenerator.java:158)
 Caused by: java.lang.NullPointerException{code}

  was:
Maven command used is mvn -Dtest=TestGraphGenerator#testGraphWithManyNodes test
Observed that the test case fails at GraphGenerator.java:87 of oozie-core i.e. 
at the .parse function.
Have attached the error.txt file below , that has the errors occurred while 
running the test case.
The issue is power specific.


> Test case in oozie-core fails with a NullPointerException
> -
>
> Key: OOZIE-3184
> URL: https://issues.apache.org/jira/browse/OOZIE-3184
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le
> Attachments: error.txt
>
>
> Maven command used is mvn -Dtest=TestGraphGenerator#testGraphWithManyNodes 
> test
>  Observed that the test case fails at GraphGenerator.java:87 of oozie-core 
> i.e. at the .parse function.
>  Have attached the error.txt file below , that has the errors occurred while 
> running the test case.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator [ERROR] Tests 
> run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 24.157 s <<< 
> FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator [ERROR] 
> testGraphWithManyNodes(org.apache.oozie.util.graph.TestGraphGenerator) Time 
> elapsed: 24.157 s <<< ERROR! java.lang.RuntimeException: 
> java.util.concurrent.ExecutionException: java.lang.NullPointerException at 
> org.apache.oozie.util.graph.TestGraphGenerator.testGraphWithManyNodes(TestGraphGenerator.java:158)
>  Caused by: java.util.concurrent.ExecutionException: 
> java.lang.NullPointerException at 
> org.apache.oozie.util.graph.TestGraphGenerator.testGraphWithManyNodes(TestGraphGenerator.java:158)
>  Caused by: java.lang.NullPointerException{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3184) Test case in oozie-core fails with a NullPointerException

2018-02-22 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3184:
-
Labels: ppc64le  (was: )

> Test case in oozie-core fails with a NullPointerException
> -
>
> Key: OOZIE-3184
> URL: https://issues.apache.org/jira/browse/OOZIE-3184
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>  Labels: ppc64le
> Attachments: error.txt
>
>
> Maven command used is mvn -Dtest=TestGraphGenerator#testGraphWithManyNodes 
> test
> Observed that the test case fails at GraphGenerator.java:87 of oozie-core 
> i.e. at the .parse function.
> Have attached the error.txt file below , that has the errors occurred while 
> running the test case.
> The issue is power specific.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3184) Test case in oozie-core fails with a NullPointerException

2018-02-22 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3184:
-
Attachment: error.txt

> Test case in oozie-core fails with a NullPointerException
> -
>
> Key: OOZIE-3184
> URL: https://issues.apache.org/jira/browse/OOZIE-3184
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
> Attachments: error.txt
>
>
> Maven command used is mvn -Dtest=TestGraphGenerator#testGraphWithManyNodes 
> test
> Observed that the test case fails at GraphGenerator.java:87 of oozie-core 
> i.e. at the .parse function.
> Have attached the error.txt file below , that has the errors occurred while 
> running the test case.
> The issue is power specific.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OOZIE-3184) Test case in oozie-core fails with a NullPointerException

2018-02-22 Thread Alisha Prabhu (JIRA)
Alisha Prabhu created OOZIE-3184:


 Summary: Test case in oozie-core fails with a NullPointerException
 Key: OOZIE-3184
 URL: https://issues.apache.org/jira/browse/OOZIE-3184
 Project: Oozie
  Issue Type: Bug
  Components: core
Affects Versions: 5.0.0b1
 Environment: uname -a
Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 2016 
ppc64le ppc64le ppc64le GNU/Linux
Reporter: Alisha Prabhu


Maven command used is mvn -Dtest=TestGraphGenerator#testGraphWithManyNodes test
Observed that the test case fails at GraphGenerator.java:87 of oozie-core i.e. 
at the .parse function.
Have attached the error.txt file below , that has the errors occurred while 
running the test case.
The issue is power specific.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-16 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu commented on OOZIE-3182:
--

Hi [~andras.piros] , can you please review the changes made in the latest 
patch. Thank you.

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-004.patch, 
> error-log.txt, log-OOZIE-3182-004.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: OOZIE-3182-004.patch

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-004.patch, 
> error-log.txt, log-OOZIE-3182-004.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: error-log.txt

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, error-log.txt, 
> log-OOZIE-3182-004.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: (was: log-OOZIE-3182-003.txt)

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, error-log.txt, 
> log-OOZIE-3182-004.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: (was: error-log.txt)

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, error-log.txt, 
> log-OOZIE-3182-004.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: log-OOZIE-3182-004.txt

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, error-log.txt, 
> log-OOZIE-3182-004.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: (was: OOZIE-3182-003.patch)

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, error-log.txt, 
> log-OOZIE-3182-003.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: (was: OOZIE-3182-002.patch)

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, error-log.txt, 
> log-OOZIE-3182-003.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: log-OOZIE-3182-003.txt

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-002.patch, 
> OOZIE-3182-003.patch, error-log.txt, log-OOZIE-3182-003.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: error-log.txt

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-002.patch, 
> OOZIE-3182-003.patch, error-log.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: (was: log-OOZIE-3182-002.txt)

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-002.patch, 
> OOZIE-3182-003.patch, error-log.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: (was: error-log.txt)

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-002.patch, 
> OOZIE-3182-003.patch, error-log.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-14 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: OOZIE-3182-003.patch

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-002.patch, 
> OOZIE-3182-003.patch, error-log.txt, log-OOZIE-3182-002.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-13 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: log-OOZIE-3182-002.txt

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-002.patch, 
> error-log.txt, log-OOZIE-3182-002.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-13 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: OOZIE-3182-002.patch

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-002.patch
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-13 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: error-log.txt

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch, OOZIE-3182-002.patch, error-log.txt
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-13 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: OOZIE-3182-001.patch

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
> Attachments: OOZIE-3182-001.patch
>
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-13 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: oozie.patch

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-13 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Attachment: (was: oozie.patch)

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3182) Oozie components fail with checkstyle errors

2018-02-13 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3182:
-
Summary: Oozie components fail with checkstyle errors  (was: Oozie 
components fails with checkstyle errors)

> Oozie components fail with checkstyle errors
> 
>
> Key: OOZIE-3182
> URL: https://issues.apache.org/jira/browse/OOZIE-3182
> Project: Oozie
>  Issue Type: Bug
>  Components: client, examples
>Affects Versions: 5.0.0b1
> Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 
> 2016 ppc64le ppc64le ppc64le GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Major
>
> There are multiple checkstyle violations in the oozie-client, oozie-examples, 
> oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.
> Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OOZIE-3182) Oozie components fails with checkstyle errors

2018-02-13 Thread Alisha Prabhu (JIRA)
Alisha Prabhu created OOZIE-3182:


 Summary: Oozie components fails with checkstyle errors
 Key: OOZIE-3182
 URL: https://issues.apache.org/jira/browse/OOZIE-3182
 Project: Oozie
  Issue Type: Bug
  Components: client, examples
Affects Versions: 5.0.0b1
 Environment: uname -a
Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 2016 
ppc64le ppc64le ppc64le GNU/Linux
Reporter: Alisha Prabhu


There are multiple checkstyle violations in the oozie-client, oozie-examples, 
oozie-mini, oozie-sharelib-oozie, oozie-sharelib module.

Maven command used is mvn clean install -DskipTests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-02-11 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Attachment: (was: oozie-core.patch)

> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred 
> while building.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-02-11 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Attachment: OOZIE-3176-001.patch

> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt, OOZIE-3176-001.patch
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred 
> while building.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-02-11 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Attachment: oozie-core.patch

> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Assignee: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt, oozie-core.patch
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred 
> while building.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-02-07 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Environment: 
# uname -a
Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux

  was:
 # uname -a
Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux


> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment: # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred 
> while building.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-02-07 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Description: 
There are multiple checkstyle violations in the Oozie-core module.

Maven command used is mvn clean install -DskipTests

I have attached the Checkstyle-errors.txt file, that has the errors occurred 
while building.

  was:
There are multiple checkstyle violations in the Oozie-core module.

Maven command used is mvn clean install -DskipTests

 


> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment:  # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
> I have attached the Checkstyle-errors.txt file, that has the errors occurred 
> while building.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-02-07 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Attachment: Checkstyle-erros.txt

> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment:  # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Minor
> Attachments: Checkstyle-erros.txt
>
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-02-07 Thread Alisha Prabhu (JIRA)

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

Alisha Prabhu updated OOZIE-3176:
-
Environment: 
 # uname -a
Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux

  was:
~# uname -a
Linux pts00432-vm20 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 
17:42:36 UTC 2015 ppc64le ppc64le ppc64le GNU/Linux

 


> Oozie-core fails with checkstyle errors.
> 
>
> Key: OOZIE-3176
> URL: https://issues.apache.org/jira/browse/OOZIE-3176
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
> Environment:  # uname -a
> Linux in-ibmibm283.persistent.co.in 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 
> 25 11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
>Reporter: Alisha Prabhu
>Priority: Minor
>
> There are multiple checkstyle violations in the Oozie-core module.
> Maven command used is mvn clean install -DskipTests
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OOZIE-3176) Oozie-core fails with checkstyle errors.

2018-02-07 Thread Alisha Prabhu (JIRA)
Alisha Prabhu created OOZIE-3176:


 Summary: Oozie-core fails with checkstyle errors.
 Key: OOZIE-3176
 URL: https://issues.apache.org/jira/browse/OOZIE-3176
 Project: Oozie
  Issue Type: Bug
  Components: core
Affects Versions: 5.0.0b1
 Environment: ~# uname -a
Linux pts00432-vm20 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 
17:42:36 UTC 2015 ppc64le ppc64le ppc64le GNU/Linux

 
Reporter: Alisha Prabhu


There are multiple checkstyle violations in the Oozie-core module.

Maven command used is mvn clean install -DskipTests

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)