[jira] [Updated] (OOZIE-3185) Conflicting JARs org.apache.derby exist in Oozie

2018-03-03 Thread PandaMonkey (JIRA)

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

PandaMonkey updated OOZIE-3185:
---
Attachment: 0001-Fix1.patch

> Conflicting JARs org.apache.derby exist in Oozie
> 
>
> Key: OOZIE-3185
> URL: https://issues.apache.org/jira/browse/OOZIE-3185
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Affects Versions: 5.0.0b1
>Reporter: PandaMonkey
>Assignee: PandaMonkey
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: 0001-Fix1.patch, oozie.txt
>
>
> Hi, by analyzing oozie-master\core\pom.xml, I found that there are two 
> versions of org.apache.derby:derby. Their introduced paths are:
> 1. 
> org.apache.oozie:oozie-core:5.0.0-beta1::null->org.apache.derby:derby:10.10.1.1::compile
> 2. 
> org.apache.oozie:oozie-core:5.0.0-beta1::null->org.apache.hive:hive-exec:1.2.0:core:compile->org.apache.hive:hive-metastore:1.2.0::compile->org.apache.derby:derby:10.11.1.1::compile
> Of them, org.apache.derby:derby:10.10.1.1 is the transitively introduced by 
> org.apache.hive:hive-exec and org.apache.derby:derby:10.11.1.1 is the direct 
> dependency. By further analyzing the source code, *we found they have too 
> many different features*.
> Also, I found that you have already gave derby a exclusion tag when 
> transitively introducing derby by hive-beeline to avoid dependency conflict.
> So it would be nice to keep the consistency of library version for the 
> project long-term health, maybe *update org.apache.derby:derby from 10.10.1.1 
> to 10.11.1.1, or exclude derby from hive-exec* is a good choice. Hope this 
> can help you. Thanks.



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


[jira] [Commented] (OOZIE-3185) Conflicting JARs org.apache.derby exist in Oozie

2018-03-03 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on OOZIE-3185:
--

PreCommit-OOZIE-Build started


> Conflicting JARs org.apache.derby exist in Oozie
> 
>
> Key: OOZIE-3185
> URL: https://issues.apache.org/jira/browse/OOZIE-3185
> Project: Oozie
>  Issue Type: Bug
>  Components: core
>Reporter: PandaMonkey
>Assignee: PandaMonkey
>Priority: Major
> Attachments: 0001-Fix1.patch, oozie.txt
>
>
> Hi, by analyzing oozie-master\core\pom.xml, I found that there are two 
> versions of org.apache.derby:derby. Their introduced paths are:
> 1. 
> org.apache.oozie:oozie-core:5.0.0-beta1::null->org.apache.derby:derby:10.10.1.1::compile
> 2. 
> org.apache.oozie:oozie-core:5.0.0-beta1::null->org.apache.hive:hive-exec:1.2.0:core:compile->org.apache.hive:hive-metastore:1.2.0::compile->org.apache.derby:derby:10.11.1.1::compile
> Of them, org.apache.derby:derby:10.10.1.1 is the transitively introduced by 
> org.apache.hive:hive-exec and org.apache.derby:derby:10.11.1.1 is the direct 
> dependency. By further analyzing the source code, *we found they have too 
> many different features*.
> Also, I found that you have already gave derby a exclusion tag when 
> transitively introducing derby by hive-beeline to avoid dependency conflict.
> So it would be nice to keep the consistency of library version for the 
> project long-term health, maybe *update org.apache.derby:derby from 10.10.1.1 
> to 10.11.1.1, or exclude derby from hive-exec* is a good choice. Hope this 
> can help you. Thanks.



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


Failed: OOZIE-3185 PreCommit Build #414

2018-03-03 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/OOZIE-3185
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/414/

###
## LAST 100 LINES OF THE CONSOLE 
###
[...truncated 254.21 KB...]
[INFO] Result of integer multiplication cast to long in 
org.apache.oozie.executor.jpa.sla.SLASummaryGetRecordsOnRestartJPAExecutor.execute(EntityManager)
 [org.apache.oozie.executor.jpa.sla.SLASummaryGetRecordsOnRestartJPAExecutor] 
At SLASummaryGetRecordsOnRestartJPAExecutor.java:[line 53] 
ICAST_INTEGER_MULTIPLY_CAST_TO_LONG
[INFO] The class org.apache.oozie.jms.DefaultConnectionContext$1 could be 
refactored into a named _static_ inner class 
[org.apache.oozie.jms.DefaultConnectionContext] At 
DefaultConnectionContext.java:[line 55] SIC_INNER_SHOULD_BE_STATIC_ANON
[INFO] Write to static field org.apache.oozie.jms.JMSJobEventListener.LOG from 
instance method org.apache.oozie.jms.JMSJobEventListener.init(Configuration) 
[org.apache.oozie.jms.JMSJobEventListener] At JMSJobEventListener.java:[line 
68] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[INFO] Write to static field org.apache.oozie.jms.JMSSLAEventListener.LOG from 
instance method org.apache.oozie.jms.JMSSLAEventListener.init(Configuration) 
[org.apache.oozie.jms.JMSSLAEventListener] At JMSSLAEventListener.java:[line 
54] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[INFO] Synchronization performed on java.util.concurrent.ConcurrentMap in 
org.apache.oozie.lock.MemoryLocks.getLock(String, MemoryLocksService$Type, 
long) [org.apache.oozie.lock.MemoryLocks] At MemoryLocks.java:[line 109] 
JLM_JSR166_UTILCONCURRENT_MONITORENTER
[INFO] Should org.apache.oozie.lock.MemoryLocks$MemoryLockToken be a _static_ 
inner class? [org.apache.oozie.lock.MemoryLocks$MemoryLockToken] At 
MemoryLocks.java:[lines 43-62] SIC_INNER_SHOULD_BE_STATIC
[INFO] Write to static field 
org.apache.oozie.service.AbandonedCoordCheckerService.serverURL from instance 
method org.apache.oozie.service.AbandonedCoordCheckerService.init(Services) 
[org.apache.oozie.service.AbandonedCoordCheckerService] At 
AbandonedCoordCheckerService.java:[line 177] 
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[INFO] Write to static field 
org.apache.oozie.service.AbandonedCoordCheckerService.to from instance method 
org.apache.oozie.service.AbandonedCoordCheckerService.init(Services) 
[org.apache.oozie.service.AbandonedCoordCheckerService] At 
AbandonedCoordCheckerService.java:[line 174] 
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[INFO] Result of integer multiplication cast to long in 
org.apache.oozie.service.AbandonedCoordCheckerService$AbandonedCoordCheckerRunnable.checkCoordJobs()
 
[org.apache.oozie.service.AbandonedCoordCheckerService$AbandonedCoordCheckerRunnable]
 At AbandonedCoordCheckerService.java:[line 97] 
ICAST_INTEGER_MULTIPLY_CAST_TO_LONG
[INFO] Dead store to jobBeans in 
org.apache.oozie.service.AuthorizationService.authorizeForJobs(String, Map, 
String, int, int, boolean) [org.apache.oozie.service.AuthorizationService, 
org.apache.oozie.service.AuthorizationService, 
org.apache.oozie.service.AuthorizationService] At 
AuthorizationService.java:[line 553]Another occurrence at 
AuthorizationService.java:[line 603]Another occurrence at 
AuthorizationService.java:[line 578] DLS_DEAD_LOCAL_STORE
[INFO] Found reliance on default encoding in 
org.apache.oozie.service.AuthorizationService.loadAdminUsers(): new 
java.io.InputStreamReader(InputStream) 
[org.apache.oozie.service.AuthorizationService] At 
AuthorizationService.java:[line 186] DM_DEFAULT_ENCODING
[INFO] org.apache.oozie.service.AuthorizationService.loadAdminUsers() may fail 
to close stream [org.apache.oozie.service.AuthorizationService] At 
AuthorizationService.java:[line 186] OS_OPEN_STREAM
[INFO] java/io/File.(Ljava/lang/String;Ljava/lang/String;)V reads a file 
whose location might be specified by user input 
[org.apache.oozie.service.AuthorizationService, 
org.apache.oozie.service.AuthorizationService] At 
AuthorizationService.java:[line 183]At AuthorizationService.java:[line 181] 
PATH_TRAVERSAL_IN
[INFO] Redundant nullcheck of 
org.apache.oozie.util.PriorityDelayQueue$QueueElement.toString(), which is 
known to be non-null in 
org.apache.oozie.service.CallableQueueService.getQueueDump() 
[org.apache.oozie.service.CallableQueueService] Redundant null check at 
CallableQueueService.java:[line 771] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[INFO] The class org.apache.oozie.service.CallableQueueService$3 could be 
refactored into a named _static_ inner class 
[org.apache.oozie.service.CallableQueueService] At 
CallableQueueService.java:[line 511] SIC_INNER_SHOULD_BE_STATIC_ANON
[INFO] Unchecked/unconfirmed cast from 
org.apache.oozie.util.PriorityDelayQueue$QueueElement to 
org.apache.oozie.service.CallableQueueService$CallableWrapper in 
org.apache.oozie.service.CallableQueueService$2.eligibleToPoll(PriorityDelayQueue$QueueElemen

[jira] Subscription: Oozie Patch Available

2018-03-03 Thread jira
Issue Subscription
Filter: Oozie Patch Available (107 issues)

Subscriber: ooziedaily

Key Summary
OOZIE-3186  Oozie is unable to use configuration linked using jceks://file/...
https://issues.apache.org/jira/browse/OOZIE-3186
OOZIE-3185  Conflicting JARs org.apache.derby exist in Oozie
https://issues.apache.org/jira/browse/OOZIE-3185
OOZIE-3179  Adding a configurable config-default.xml location to a workflow
https://issues.apache.org/jira/browse/OOZIE-3179
OOZIE-3176  Oozie-core fails with checkstyle errors.
https://issues.apache.org/jira/browse/OOZIE-3176
OOZIE-3170  Oozie Diagnostic Bundle tool fails with NPE due to missing service 
class
https://issues.apache.org/jira/browse/OOZIE-3170
OOZIE-3135  Configure log4j2 in SqoopMain
https://issues.apache.org/jira/browse/OOZIE-3135
OOZIE-3134  Potential inconsistency between the in-memory SLA map and the Oozie 
database
https://issues.apache.org/jira/browse/OOZIE-3134
OOZIE-3109  Escape log-streaming's HTML-specific characters
https://issues.apache.org/jira/browse/OOZIE-3109
OOZIE-3105  testJMXInstrumentation from the 
org.apache.oozie.util.TestMetricsInstrumentation class is flaky
https://issues.apache.org/jira/browse/OOZIE-3105
OOZIE-3094  fix for grammar mistake
https://issues.apache.org/jira/browse/OOZIE-3094
OOZIE-3091  Oozie Sqoop Avro Import fails with "java.lang.NoClassDefFoundError: 
org/apache/avro/mapred/AvroWrapper"
https://issues.apache.org/jira/browse/OOZIE-3091
OOZIE-3071  Oozie 4.3 Spark sharelib ueses a different version of commons-lang3 
than Spark 2.2.0
https://issues.apache.org/jira/browse/OOZIE-3071
OOZIE-3063  Sanitizing variables that are part of openjpa.ConnectionProperties
https://issues.apache.org/jira/browse/OOZIE-3063
OOZIE-3062  Set HADOOP_CONF_DIR for spark action
https://issues.apache.org/jira/browse/OOZIE-3062
OOZIE-3061  Kill only those child jobs which are not already killed
https://issues.apache.org/jira/browse/OOZIE-3061
OOZIE-3002  address findbugs errors in client lib
https://issues.apache.org/jira/browse/OOZIE-3002
OOZIE-2975  code clean up in pig sharelib, replace Exception with more 
explicit, add try with resources, StringBuilder instead of StringBuffer
https://issues.apache.org/jira/browse/OOZIE-2975
OOZIE-2957  Documentation states that starting a coordinator is possible
https://issues.apache.org/jira/browse/OOZIE-2957
OOZIE-2956  Fix Findbugs warnings related to reliance on default encoding in 
oozie-core
https://issues.apache.org/jira/browse/OOZIE-2956
OOZIE-2955  Fix Findbugs warnings related to reliance on default encoding in 
oozie-client
https://issues.apache.org/jira/browse/OOZIE-2955
OOZIE-2954  Fix Checkstyle issues in oozie-client
https://issues.apache.org/jira/browse/OOZIE-2954
OOZIE-2953  Fix Checkstyle issues in oozie-tools
https://issues.apache.org/jira/browse/OOZIE-2953
OOZIE-2952  Fix Findbugs warnings in oozie-sharelib-oozie
https://issues.apache.org/jira/browse/OOZIE-2952
OOZIE-2949  Escape quotes whitespaces in Sqoop  field
https://issues.apache.org/jira/browse/OOZIE-2949
OOZIE-2942  Fix Findbugs warnings in oozie-examples
https://issues.apache.org/jira/browse/OOZIE-2942
OOZIE-2937  Remove redundant groupId from the child pom's
https://issues.apache.org/jira/browse/OOZIE-2937
OOZIE-2934  Fix "Exceptional return value of java.io.File.mkdirs() ignored" 
Findbugs error in oozie-sharelib-spark
https://issues.apache.org/jira/browse/OOZIE-2934
OOZIE-2927  Append new line character for Hive2 query using query tag
https://issues.apache.org/jira/browse/OOZIE-2927
OOZIE-2914  Consolidate Trim 
https://issues.apache.org/jira/browse/OOZIE-2914
OOZIE-2883  OOZIE throw the error "Missing 
[oozie.service.ProxyUserService.proxyuser.oozie.service.ProxyUserService.proxyuser.mr.groups]
 property"
https://issues.apache.org/jira/browse/OOZIE-2883
OOZIE-2877  Oozie Git Action
https://issues.apache.org/jira/browse/OOZIE-2877
OOZIE-2867  Timezone handling for Coordinators: emphasize "Continent/City" 
format
https://issues.apache.org/jira/browse/OOZIE-2867
OOZIE-2834  ParameterVerifier logging non-useful warning for workflow definition
https://issues.apache.org/jira/browse/OOZIE-2834
OOZIE-2833  when using uber mode the regex pattern used in the 
extractHeapSizeMB method does not allow heap sizes specified in bytes.
https://issues.apache.org/jira/browse/OOZIE-2833
OOZIE-2829  Improve sharelib upload to accept multiple source folders
https://issues.apache.org/jira/browse/OOZIE-2829
OOZIE-2826  Falcon feed fails to aws s3; Oozie joda time version does not meet 
required jar version 2.2 or later