Build failed in Jenkins: oozie-trunk-find-patches-available #160165

2017-06-07 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on H1 (Hadoop) in workspace

Jenkins build is back to normal : oozie-trunk-find-patches-available #160166

2017-06-07 Thread Apache Jenkins Server
See

[jira] [Created] (OOZIE-2928) Unit Tests using LocalOozie fail randomly

2017-06-07 Thread Denes Bodo (JIRA)
Denes Bodo created OOZIE-2928: - Summary: Unit Tests using LocalOozie fail randomly Key: OOZIE-2928 URL: https://issues.apache.org/jira/browse/OOZIE-2928 Project: Oozie Issue Type: Bug C

[jira] [Updated] (OOZIE-2928) Unit Tests using LocalOozie fail randomly

2017-06-07 Thread Denes Bodo (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denes Bodo updated OOZIE-2928: -- Attachment: 0001-Fix-random-LocalOozie-based-test-failure.patch > Unit Tests using LocalOozie fail rando

[jira] [Commented] (OOZIE-2928) Unit Tests using LocalOozie fail randomly

2017-06-07 Thread Andras Piros (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040499#comment-16040499 ] Andras Piros commented on OOZIE-2928: - Hi [~dionusos], thanks for the contribution! C

[jira] [Commented] (OOZIE-2923) Improve Spark options parsing

2017-06-07 Thread Peter Cseh (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040522#comment-16040522 ] Peter Cseh commented on OOZIE-2923: --- Thanks [~andras.piros]! Some of the tests are faili

[jira] [Resolved] (OOZIE-2761) Port OOZIE-2316 (Drop Hadoop 1) and update Oozie version

2017-06-07 Thread Peter Cseh (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Cseh resolved OOZIE-2761. --- Resolution: Duplicate OOZIE-1770 dropped mr1 support. > Port OOZIE-2316 (Drop Hadoop 1) and update Oo

[jira] [Updated] (OOZIE-2928) Unit Tests using LocalOozie fail randomly

2017-06-07 Thread Denes Bodo (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denes Bodo updated OOZIE-2928: -- Attachment: 0001-Fix-random-LocalOozie-based-test-failure.patch Added parallel start test > Unit Tests

[jira] [Commented] (OOZIE-2928) Unit Tests using LocalOozie fail randomly

2017-06-07 Thread Andras Piros (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040838#comment-16040838 ] Andras Piros commented on OOZIE-2928: - Thanks [~dionusos]! Can you please put the patc

DistCp action preserving extended attributes

2017-06-07 Thread Jan Hentschel
Hi, I have a workflow which contains a DistCp action (Oozie 4.2.0 with distcp-action-0.2.xsd). The action is used to back up a file to another location. The file has extended attributes attached to it and I would like to also have them in the backup location. Using the DistCp command I can p

[jira] [Commented] (OOZIE-2928) Unit Tests using LocalOozie fail randomly

2017-06-07 Thread Denes Bodo (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040885#comment-16040885 ] Denes Bodo commented on OOZIE-2928: --- https://reviews.apache.org/r/59879/ > Unit Tests u

[jira] [Created] (OOZIE-2929) Coordinator SLA should support configuration variable

2017-06-07 Thread Chi Wen (JIRA)
Chi Wen created OOZIE-2929: -- Summary: Coordinator SLA should support configuration variable Key: OOZIE-2929 URL: https://issues.apache.org/jira/browse/OOZIE-2929 Project: Oozie Issue Type: Bug

[jira] [Updated] (OOZIE-2929) Coordinator SLA should support configuration variable

2017-06-07 Thread Chi Wen (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chi Wen updated OOZIE-2929: --- Attachment: OOZIE-2929-001.patch > Coordinator SLA should support configuration variable > ---

[GitHub] oozie pull request #31: make sla variables can be resolved

2017-06-07 Thread todaychi
GitHub user todaychi opened a pull request: https://github.com/apache/oozie/pull/31 make sla variables can be resolved https://issues.apache.org/jira/browse/OOZIE-2929 You can merge this pull request into a Git repository by running: $ git pull https://github.com/todaychi/oozie

[jira] [Commented] (OOZIE-2929) Coordinator SLA should support configuration variable

2017-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040902#comment-16040902 ] ASF GitHub Bot commented on OOZIE-2929: --- GitHub user todaychi opened a pull request:

Re: Oozie job in PREP state for a long time

2017-06-07 Thread Attila Sasvari
In the Oozie book (Apache Oozie: The Workflow Scheduler for Hadoop by Mohammad Kamrul Islam & Aravind Srinivasan) there are some hints on server tuning (see Chapter 11 Oozie operations / Service settings / The CallableQueueService). Default settings for the CallableQueueService are quite conserva

Re: DistCp action preserving extended attributes

2017-06-07 Thread Artem Ervits
Jan, extended attributes were added in Hadoop 2.6+. We just bumped Hadoop 2.6 to Oozie master. Consider filing a jira to add this functionality to distcp action. On Wed, Jun 7, 2017 at 9:30 AM, Jan Hentschel < jan.hentsc...@ultratendency.com> wrote: > Hi, > > > > I have a workflow which contains

Re: DistCp action preserving extended attributes

2017-06-07 Thread Artem Ervits
Actually, they were added in Hadoop 2.5. Oozie 4.2 and 4.3 use Hadoop 2.4. On Wed, Jun 7, 2017 at 2:07 PM, Artem Ervits wrote: > Jan, extended attributes were added in Hadoop 2.6+. We just bumped Hadoop > 2.6 to Oozie master. Consider filing a jira to add this functionality to > distcp action. >

[jira] [Updated] (OOZIE-2923) Improve Spark options parsing

2017-06-07 Thread Andras Piros (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Piros updated OOZIE-2923: Attachment: OOZIE-2923.006.patch Addressing fixed order of parameters using {{LinkedHashMap}} for JD

Re: Review Request 59635: OOZIE-2923 Improve Spark options parsing

2017-06-07 Thread András Piros
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59635/ --- (Updated June 7, 2017, 6:46 p.m.) Review request for oozie. Changes ---

[jira] [Commented] (OOZIE-2929) Coordinator SLA should support configuration variable

2017-06-07 Thread Andras Piros (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041402#comment-16041402 ] Andras Piros commented on OOZIE-2929: - Hi [~chiwen], thanks for the contribution! Can

[jira] [Created] (OOZIE-2930) Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common

2017-06-07 Thread Artem Ervits (JIRA)
Artem Ervits created OOZIE-2930: --- Summary: Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common Key: OOZIE-2930 URL: https://issues.apache.org/jira/browse/OOZIE-2930 Proje

[jira] [Updated] (OOZIE-2930) Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common

2017-06-07 Thread Artem Ervits (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Ervits updated OOZIE-2930: Attachment: OOZIE-2930-0.patch looks like regression after the last few commits, introduced the foll

[jira] [Updated] (OOZIE-2930) Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common

2017-06-07 Thread Artem Ervits (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Ervits updated OOZIE-2930: Attachment: OOZIE-2930-0.patch > Duplicate declaration of version warning for hadoop-yarn-api and >

[jira] [Updated] (OOZIE-2930) Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common

2017-06-07 Thread Artem Ervits (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Ervits updated OOZIE-2930: Attachment: OOZIE-2930-1.patch > Duplicate declaration of version warning for hadoop-yarn-api and >

[jira] [Updated] (OOZIE-2930) Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common

2017-06-07 Thread Artem Ervits (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Ervits updated OOZIE-2930: Attachment: (was: OOZIE-2930-0.patch) > Duplicate declaration of version warning for hadoop-yarn

Jenkins build is back to normal : oozie-trunk-precommit-build #3866

2017-06-07 Thread Apache Jenkins Server
See

[jira] [Commented] (OOZIE-2923) Improve Spark options parsing

2017-06-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041658#comment-16041658 ] Hadoop QA commented on OOZIE-2923: -- Testing JIRA OOZIE-2923 Cleaning local git workspace

Build failed in Jenkins: oozie-trunk-precommit-build #3867

2017-06-07 Thread Apache Jenkins Server
See -- [...truncated 925.39 KB...] [INFO] Copying xbean-asm5-shaded-3.17.jar to

[jira] [Commented] (OOZIE-2930) Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common

2017-06-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041886#comment-16041886 ] Hadoop QA commented on OOZIE-2930: -- Testing JIRA OOZIE-2930 Cleaning local git workspace

Review Request 59906: Coordinator SLA should support to configure EL functions as variable

2017-06-07 Thread Wen Chi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59906/ --- Review request for oozie and András Piros. Bugs: OOZIE-2929 https://issues.

[jira] [Commented] (OOZIE-2929) Coordinator SLA should support configuration variable

2017-06-07 Thread Chi Wen (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042171#comment-16042171 ] Chi Wen commented on OOZIE-2929: https://reviews.apache.org/r/59906/ > Coordinator SLA sh

[jira] Subscription: Oozie Patch Available

2017-06-07 Thread jira
Issue Subscription Filter: Oozie Patch Available (99 issues) Subscriber: ooziedaily Key Summary OOZIE-2930 Duplicate declaration of version warning for hadoop-yarn-api and hadoop-yarn-common https://issues.apache.org/jira/browse/OOZIE-2930 OOZIE-2927 Append new line charact