[jira] Subscription: Oozie Patch Available

2018-04-12 Thread jira
Issue Subscription
Filter: Oozie Patch Available (103 issues)

Subscriber: ooziedaily

Key Summary
OOZIE-3199  Let system property restriction configurable
https://issues.apache.org/jira/browse/OOZIE-3199
OOZIE-3194  Oozie should set proper permissions to sharelib after upload
https://issues.apache.org/jira/browse/OOZIE-3194
OOZIE-3193  Applications are not killed when submitted via subworkflow
https://issues.apache.org/jira/browse/OOZIE-3193
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-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-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-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-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
https://issues.apache.org/jira/browse/OOZIE-2826
OOZIE-2812  SparkConfigurationService should support loading configurations 
from 

[jira] [Updated] (OOZIE-3218) Oozie Sqoop action with command splits the select clause into multiple parts due to delimiter being space

2018-04-12 Thread Mahesh Balakrishnan (JIRA)

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

Mahesh Balakrishnan updated OOZIE-3218:
---
Description: 
When running a oozie sqoop action which has command with --query in place the 
query is split into multiple parts causing "Unrecognized argument:" and in-turn 
fails.


 ${resourceManager}
 ${nameNode}
 import --verbose --connect jdbc:mysql://test.openstacklocal/db 
--query select * from abc where $CONDITIONS --username test --password test 
--driver com.mysql.jdbc.Driver -m 1 
 
 

 

Oozie Launcher logs:


 Sqoop command arguments :
 import
 --verbose
 --connect
 jdbc:mysql://test.openstacklocal/db
 --query
 "select
 *
 from
 abc
 where
 $CONDITIONS"
 --username
 hive
 --password
 
 --driver
 com.mysql.jdbc.Driver
 -m
 1
 Fetching child yarn jobs
 tag id : oozie-a1bbe03a0983b9e822d12ae7bb269ee3
 2791 [main] INFO org.apache.hadoop.yarn.client.RMProxy - Connecting to 
ResourceManager at hdp263-3.openstacklocal/172.26.105.248:8050
 Child yarn jobs are found - 
 =

>>> Invoking Sqoop command line now >>>

3172 [main] WARN org.apache.sqoop.tool.SqoopTool - $SQOOP_CONF_DIR has not been 
set in the environment. Cannot check for additional configuration.
 3172 [main] WARN org.apache.sqoop.tool.SqoopTool - $SQOOP_CONF_DIR has not 
been set in the environment. Cannot check for additional configuration.
 3218 [main] INFO org.apache.sqoop.Sqoop - Running Sqoop version: 
1.4.6.2.6.4.0-91
 3218 [main] INFO org.apache.sqoop.Sqoop - Running Sqoop version: 
1.4.6.2.6.4.0-91
 3287 [main] DEBUG org.apache.sqoop.tool.BaseSqoopTool - Enabled debug logging.
 3287 [main] DEBUG org.apache.sqoop.tool.BaseSqoopTool - Enabled debug logging.
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Error parsing 
arguments for import:
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Error parsing 
arguments for import:
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
*
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
*
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
from
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
from
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
where
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
where
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
$CONDITIONS"
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
$CONDITIONS"
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--username
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--username
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--password
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--password
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--driver
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--driver
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
com.mysql.jdbc.Driver
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
com.mysql.jdbc.Driver
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
-m
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
-m
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
1
 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
1
 3289 [main] DEBUG org.apache.sqoop.Sqoop - 
 Try --help for usage instructions.

+++

The code piece which causes the issue is (SqoopActionExecutor.java):
 ++
 String[] args;
 if (actionXml.getChild("command", ns) != null) {
 String command = actionXml.getChild("command", ns).getTextTrim();
 StringTokenizer st = new StringTokenizer(command, " ");
 List l = new ArrayList();
 while (st.hasMoreTokens())

{ l.add(st.nextToken()); }

args = l.toArray(new String[l.size()]);
 }
 else {
 List eArgs = (List) actionXml.getChildren("arg", ns);
 args = new String[eArgs.size

[jira] [Updated] (OOZIE-3218) Oozie Sqoop action with command splits the select clause into multiple parts due to delimiter being space

2018-04-12 Thread Mahesh Balakrishnan (JIRA)

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

Mahesh Balakrishnan updated OOZIE-3218:
---
Attachment: OOZIE-3218.patch

> Oozie Sqoop action with command splits the select clause into multiple parts 
> due to delimiter being space
> -
>
> Key: OOZIE-3218
> URL: https://issues.apache.org/jira/browse/OOZIE-3218
> Project: Oozie
>  Issue Type: Bug
>  Components: action, workflow
>Affects Versions: 3.3.2, 4.1.0, 4.2.0, 4.3.0
> Environment: Hortonworks Hadoop HDP-2.6.4.x release 
>  oozie admin -version: Oozie server build version: 4.2.0.2.6.4.0-91
>Reporter: Mahesh Balakrishnan
>Priority: Major
> Attachments: OOZIE-3218.patch
>
>
> When running a oozie sqoop action which has command with --query in place the 
> query is split into multiple parts causing "Unrecognized argument:" and 
> in-turn fails.
>   xmlns="uri:oozie:sqoop-action:0.4">
>  ${resourceManager}
>  ${nameNode}
>  import --verbose --connect jdbc:mysql://test.openstacklocal/db 
> --query select * from abc where $CONDITIONS --username test --password test 
> --driver com.mysql.jdbc.Driver -m 1 
>  
>  
>  
> Oozie Launcher logs:
> 
> Sqoop command arguments :
>  import
>  --verbose
>  --connect
>  jdbc:mysql://test.openstacklocal/db
>  --query
>  "select
>  *
>  from
>  abc
>  where
>  $CONDITIONS"
>  --username
>  hive
>  --password
>  
>  --driver
>  com.mysql.jdbc.Driver
>  -m
>  1
> Fetching child yarn jobs
> tag id : oozie-a1bbe03a0983b9e822d12ae7bb269ee3
> 2791 [main] INFO org.apache.hadoop.yarn.client.RMProxy - Connecting to 
> ResourceManager at hdp263-3.openstacklocal/172.26.105.248:8050
> Child yarn jobs are found - 
> =
> >>> Invoking Sqoop command line now >>>
> 3172 [main] WARN org.apache.sqoop.tool.SqoopTool - $SQOOP_CONF_DIR has not 
> been set in the environment. Cannot check for additional configuration.
> 3172 [main] WARN org.apache.sqoop.tool.SqoopTool - $SQOOP_CONF_DIR has not 
> been set in the environment. Cannot check for additional configuration.
> 3218 [main] INFO org.apache.sqoop.Sqoop - Running Sqoop version: 
> 1.4.6.2.6.4.0-91
> 3218 [main] INFO org.apache.sqoop.Sqoop - Running Sqoop version: 
> 1.4.6.2.6.4.0-91
> 3287 [main] DEBUG org.apache.sqoop.tool.BaseSqoopTool - Enabled debug logging.
> 3287 [main] DEBUG org.apache.sqoop.tool.BaseSqoopTool - Enabled debug logging.
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Error parsing 
> arguments for import:
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Error parsing 
> arguments for import:
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: *
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: *
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: from
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: from
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: abc
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: abc
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: where
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: where
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: $CONDITIONS"
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: $CONDITIONS"
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: --username
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: --username
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: abc
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: abc
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: --password
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: --password
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: abc
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: abc
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: --driver
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: --driver
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: com.mysql.jdbc.Driver
> 3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized 
> argument: com.mysql.jdbc.Driver
> 3288 [main] ERROR org.apache.sqoop.tool.B

[jira] [Created] (OOZIE-3218) Oozie Sqoop action with command splits the select clause into multiple parts due to delimiter being space

2018-04-12 Thread Mahesh Balakrishnan (JIRA)
Mahesh Balakrishnan created OOZIE-3218:
--

 Summary: Oozie Sqoop action with command splits the select clause 
into multiple parts due to delimiter being space
 Key: OOZIE-3218
 URL: https://issues.apache.org/jira/browse/OOZIE-3218
 Project: Oozie
  Issue Type: Bug
  Components: action, workflow
Affects Versions: 4.3.0, 4.2.0, 4.1.0, 3.3.2
 Environment: Hortonworks Hadoop HDP-2.6.4.x release 

 oozie admin -version: Oozie server build version: 4.2.0.2.6.4.0-91
Reporter: Mahesh Balakrishnan


When running a oozie sqoop action which has command with --query in place the 
query is split into multiple parts causing "Unrecognized argument:" and in-turn 
fails.


 ${resourceManager}
 ${nameNode}
 import --verbose --connect jdbc:mysql://test.openstacklocal/db 
--query select * from abc where $CONDITIONS --username test --password test 
--driver com.mysql.jdbc.Driver -m 1 
 
 

 

Oozie Launcher logs:


Sqoop command arguments :
 import
 --verbose
 --connect
 jdbc:mysql://test.openstacklocal/db
 --query
 "select
 *
 from
 abc
 where
 $CONDITIONS"
 --username
 hive
 --password
 
 --driver
 com.mysql.jdbc.Driver
 -m
 1
Fetching child yarn jobs
tag id : oozie-a1bbe03a0983b9e822d12ae7bb269ee3
2791 [main] INFO org.apache.hadoop.yarn.client.RMProxy - Connecting to 
ResourceManager at hdp263-3.openstacklocal/172.26.105.248:8050
Child yarn jobs are found - 
=

>>> Invoking Sqoop command line now >>>

3172 [main] WARN org.apache.sqoop.tool.SqoopTool - $SQOOP_CONF_DIR has not been 
set in the environment. Cannot check for additional configuration.
3172 [main] WARN org.apache.sqoop.tool.SqoopTool - $SQOOP_CONF_DIR has not been 
set in the environment. Cannot check for additional configuration.
3218 [main] INFO org.apache.sqoop.Sqoop - Running Sqoop version: 
1.4.6.2.6.4.0-91
3218 [main] INFO org.apache.sqoop.Sqoop - Running Sqoop version: 
1.4.6.2.6.4.0-91
3287 [main] DEBUG org.apache.sqoop.tool.BaseSqoopTool - Enabled debug logging.
3287 [main] DEBUG org.apache.sqoop.tool.BaseSqoopTool - Enabled debug logging.
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Error parsing arguments 
for import:
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Error parsing arguments 
for import:
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: *
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: *
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
from
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
from
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
where
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
where
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
$CONDITIONS"
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
$CONDITIONS"
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--username
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--username
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--password
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--password
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
abc
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--driver
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
--driver
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
com.mysql.jdbc.Driver
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
com.mysql.jdbc.Driver
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
-m
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 
-m
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 1
3288 [main] ERROR org.apache.sqoop.tool.BaseSqoopTool - Unrecognized argument: 1
3289 [main] DEBUG org.apache.sqoop.Sqoop - 
Try --help for usage instructions.

+++


The code piece which causes the issue is (SqoopActionExecutor.java):
++
 String[] args;
 if (actionXml.getChild("comma

Re: [ANNOUNCE] Apache Oozie 5.0.0 released

2018-04-12 Thread Andras Piros
Hi Artem,

we don't plan to release a binary version since there are so many
possibilities to have different Hadoop, etc. dependency versions - most
people want to build their own Oozie.

The steps to build an own Oozie descriptions please kindly *find here
*.
For that end, the sources you can *download from GitHub
*.

Regards,

Andras

On Wed, Apr 11, 2018 at 4:40 PM, Artem Ervits  wrote:

> replying to dev list only
>
> looks like binary release was not published. Is there a plan to release one
> soon?
>
> On Mon, Apr 9, 2018 at 1:26 PM, Robert Kanter 
> wrote:
>
> > Yay!  This is a great milestone for Oozie!  Thanks everyone who worked on
> > it.
> >
> > On Mon, Apr 9, 2018 at 8:01 AM, Andras Piros  wrote:
> >
> > > Hello Oozie community,
> > >
> > >
> > > Apache Oozie is a workflow scheduler system to manage Apache Hadoop
> jobs.
> > >
> > >
> > > The Apache Oozie team is pleased to announce the release of Oozie
> 5.0.0.
> > >
> > > Oozie 5.0.0 includes new features, bug fixes and minor improvements.
> > >
> > >
> > > The details of the release and download location can be found at
> > > http://oozie.apache.org.
> > >
> > >
> > >
> > > The full release notes can be found at the download location, but some
> > > highlights of this release include:
> > >
> > >
> > > - moved launcher from MapReduce AM to YARN AM,
> > > - switched from Tomcat to embedded Jetty,
> > > - updated third party libraries,
> > > - completely rewritten workflow graph generator,
> > > - JDK 8 support,
> > > - deprecated Instrumentation in favor of Metrics,
> > > - added indexes to speed up DB queries,
> > > - fixed CVE-2017-15712
> > >
> > > Thanks to all developers, QA's, users, and committers for making this
> > > release happen.
> > >
> > > Regards,
> > >
> > > Andras
> > >
> >
>


[jira] [Commented] (OOZIE-3217) Enable definition of admin users using oozie-site.xml

2018-04-12 Thread Peter Orova (JIRA)

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

Peter Orova commented on OOZIE-3217:


[~andras.piros], no I thought we could merge the contents of {{adminusers.txt}} 
and the envisioned {{oozie-site.xml}}

parameters for backwards compatibility.

> Enable definition of admin users using oozie-site.xml
> -
>
> Key: OOZIE-3217
> URL: https://issues.apache.org/jira/browse/OOZIE-3217
> Project: Oozie
>  Issue Type: Improvement
>Reporter: Peter Orova
>Assignee: Peter Orova
>Priority: Minor
>
> Currently the list of admin users is defined in the {{adminusers.txt}} file 
> hard coded to the Oozie config dir. For a more streamlined solution, we could 
> define the list of admin users via {{oozie-site.xml}} by introducing the 
> following configuration, which receives the comma separated values of the 
> users that are admins.
> {{oozie.service.AuthorizationService.admin.users}}



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


[jira] [Commented] (OOZIE-3217) Enable definition of admin users using oozie-site.xml

2018-04-12 Thread Andras Piros (JIRA)

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

Andras Piros commented on OOZIE-3217:
-

Good idea [~orova]! Looking forward to see implementation details :) will you 
dump {{adminusers.txt}} then?

> Enable definition of admin users using oozie-site.xml
> -
>
> Key: OOZIE-3217
> URL: https://issues.apache.org/jira/browse/OOZIE-3217
> Project: Oozie
>  Issue Type: Improvement
>Reporter: Peter Orova
>Assignee: Peter Orova
>Priority: Minor
>
> Currently the list of admin users is defined in the {{adminusers.txt}} file 
> hard coded to the Oozie config dir. For a more streamlined solution, we could 
> define the list of admin users via {{oozie-site.xml}} by introducing the 
> following configuration, which receives the comma separated values of the 
> users that are admins.
> {{oozie.service.AuthorizationService.admin.users}}



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


[jira] [Updated] (OOZIE-3217) Enable definition of admin users using oozie-site.xml

2018-04-12 Thread Andras Piros (JIRA)

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

Andras Piros updated OOZIE-3217:

Description: 
Currently the list of admin users is defined in the {{adminusers.txt}} file 
hard coded to the Oozie config dir. For a more streamlined solution, we could 
define the list of admin users via {{oozie-site.xml}} by introducing the 
following configuration, which receives the comma separated values of the users 
that are admins.

{{oozie.service.AuthorizationService.admin.users}}

  was:
Currently the list of admin users is defined in the adminusers.txt file hard 
coded to the oozie config dir. For a more streamlined solution, we could define 
the list of admin users via oozie-site.xml by introducing the following 
configuration, which receives the comma separated values of the users that are 
admins.

oozie.service.AuthorizationService.admin.users


> Enable definition of admin users using oozie-site.xml
> -
>
> Key: OOZIE-3217
> URL: https://issues.apache.org/jira/browse/OOZIE-3217
> Project: Oozie
>  Issue Type: Improvement
>Reporter: Peter Orova
>Assignee: Peter Orova
>Priority: Minor
>
> Currently the list of admin users is defined in the {{adminusers.txt}} file 
> hard coded to the Oozie config dir. For a more streamlined solution, we could 
> define the list of admin users via {{oozie-site.xml}} by introducing the 
> following configuration, which receives the comma separated values of the 
> users that are admins.
> {{oozie.service.AuthorizationService.admin.users}}



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