Re: Review Request 69916: OOZIE-3427 - Use best practices in HTTP response headers

2019-02-07 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69916/#review212639 --- Ship it! Ship It! - András Piros On Feb. 7, 2019, 3:48 p.m

Re: Review Request 69916: OOZIE-3427 - Use best practices in HTTP response headers

2019-02-07 Thread András Piros via Review Board
eview comment to clean up. - András Piros On Feb. 7, 2019, 3:48 p.m., Andras Salamon wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.a

Re: Review Request 69916: OOZIE-3427 - Use best practices in HTTP response headers

2019-02-07 Thread András Piros via Review Board
tps://reviews.apache.org/r/69916/#comment298446> Why do we need `AtomicBoolean` here? - András Piros On Feb. 7, 2019, 12:40 p.m., Andras Salamon wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 69657: OOZIE-3407 - Cleanup TestPurgeXCommand

2019-01-10 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69657/#review211827 --- Ship it! Ship It! - András Piros On Jan. 10, 2019, 1:26 p.m

Re: Review Request 69657: OOZIE-3407 - Cleanup TestPurgeXCommand

2019-01-03 Thread András Piros via Review Board
(patched) <https://reviews.apache.org/r/69657/#comment297092> Please provide a more descriptive name. core/src/test/java/org/apache/oozie/command/TestPurgeXCommand.java Line 3648 (original), 1219 (patched) <https://reviews.apache.org/r/69657/#comment297093> Please provide a more

Re: Review Request 69594: OOZIE-3400: Fix PurgeService sub-sub-workflow checking

2019-01-02 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69594/#review211601 --- Ship it! Ship It! - András Piros On Dec. 27, 2018, 3:13 p.m

Re: Review Request 69594: OOZIE-3400: Fix PurgeService sub-sub-workflow checking

2018-12-21 Thread András Piros via Review Board
t; Can we express it JDK7-like? Maybe using [Guava's `Function`](https://github.com/google/guava/wiki/FunctionalExplained)? - András Piros On Dec. 21, 2018, 3:17 p.m., Andras Salamon wrote: > >

Re: Review Request 69594: OOZIE-3400: Fix PurgeService sub-sub-workflow checking

2018-12-20 Thread András Piros via Review Board
java/org/apache/oozie/command/TestPurgeXCommand.java Lines 2925 (patched) <https://reviews.apache.org/r/69594/#comment296651> Please give a more descriptive test method name. - András Piros On Dec. 19, 2018, 9:57 a.m., Andras Salamon wrote: > > -

Re: Review Request 69330: OOZIE-3379 Auth token cache file name should include Oozie URL

2018-12-05 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69330/#review211036 --- Ship it! Ship It! - András Piros On Dec. 4, 2018, 5:29 p.m

Re: Review Request 69492: OOZIE-3389 Getting input dependency list on the UI throws NPE

2018-12-01 Thread András Piros via Review Board
/org/apache/oozie/servlet/TestV2JobServlet.java bacfe89bb3d836da1f6e559fa68a5bf4db970b09 Diff: https://reviews.apache.org/r/69492/diff/2/ Changes: https://reviews.apache.org/r/69492/diff/1-2/ Testing --- Introduced new unit test class `TestCoordOldInputDependency`. Thanks, András

Re: Review Request 69492: OOZIE-3389 Getting input dependency list on the UI throws NPE

2018-12-01 Thread András Piros via Review Board
443 (original), 444-447 (patched) > > <https://reviews.apache.org/r/69492/diff/1/?file=2111274#file2111274line445> > > > > This code (GET) appears multiple times. Could you extract it to a > > method? It's not part of the changed code.

Re: Review Request 69408: OOZIE-3382 - Optimize SshActionExecutor's drainBuffers method

2018-12-01 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69408/#review210997 --- Ship it! Ship It! - András Piros On Nov. 30, 2018, 4:04 p.m

Review Request 69492: OOZIE-3389 Getting input dependency list on the UI throws NPE

2018-11-30 Thread András Piros via Review Board
Diff: https://reviews.apache.org/r/69492/diff/1/ Testing --- Introduced new unit test class `TestCoordOldInputDependency`. Thanks, András Piros

Re: Review Request 69469: OOZIE-3393: Add Oozie instrumentation delayed metric in CoordMaterializeTriggerService

2018-11-28 Thread András Piros via Review Board
ched) <https://reviews.apache.org/r/69469/#comment295763> Typo in variable name. What about instead: `final long now = ...` - András Piros On Nov. 28, 2018, 11:56 a.m., zhang junfan wrote: > > --- > This is an automatically genera

Re: Review Request 69330: OOZIE-3379 Auth token cache file name should include Oozie URL

2018-11-28 Thread András Piros via Review Board
vlet/TestAuthFilterAuthOozieClient.java Lines 368 (patched) <https://reviews.apache.org/r/69330/#comment295760> Assertion message. - András Piros On Nov. 28, 2018, 12:15 p.m., zhang junfan wrote: > > --- > This is an auto

Re: Review Request 69408: OOZIE-3382 - Optimize SshActionExecutor's drainBuffers method

2018-11-26 Thread András Piros via Review Board
/src/test/java/org/apache/oozie/util/TestBufferDrainer.java Lines 330 (patched) <https://reviews.apache.org/r/69408/#comment295647> `String.startsWith()` core/src/test/java/org/apache/oozie/util/TestBufferDrainer.java Lines 332 (patched) <https:

Re: Review Request 69330: OOZIE-3379 Auth token cache file name should include Oozie URL

2018-11-20 Thread András Piros via Review Board
intainers, or both? core/src/test/java/org/apache/oozie/servlet/TestAuthFilterAuthOozieClient.java Lines 312-336 (patched) <https://reviews.apache.org/r/69330/#comment295444> Can you please: * extract to separate test method * provide assertion messages - András Piro

Re: Review Request 69348: OOZIE-3381 [coordinator] Enhance logging of CoordElFunctions

2018-11-20 Thread András Piros via Review Board
-CREATION Diff: https://reviews.apache.org/r/69348/diff/2/ Changes: https://reviews.apache.org/r/69348/diff/1-2/ Testing --- `TestCoordELFunctions` Thanks, András Piros

Review Request 69348: OOZIE-3381 [coordinator] Enhance logging of CoordElFunctions

2018-11-15 Thread András Piros via Review Board
Diff: https://reviews.apache.org/r/69348/diff/1/ Testing --- `TestCoordELFunctions` Thanks, András Piros

Re: Review Request 69252: OOZIE 3378 - Coordinator action's status is SUBMITTED after E1003 error

2018-11-06 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69252/#review210346 --- Ship it! Ship It! - András Piros On Nov. 6, 2018, 9 a.m

Re: Review Request 69252: OOZIE 3378 - Coordinator action's status is SUBMITTED after E1003 error

2018-11-05 Thread András Piros via Review Board
/TestCoordActionStartXCommand.java Lines 238 (patched) <https://reviews.apache.org/r/69252/#comment294991> Isn't a `Map` better? - András Piros On Nov. 5, 2018, 12:58 p.m., Andras Salamon wrote: > > --- > This is an automatica

Review Request 69251: OOZIE-3377 [docs] Remaining 5.1.0 documentation changes

2018-11-05 Thread András Piros via Review Board
021622277f67281c396988a139ae4dc92e135bbe Diff: https://reviews.apache.org/r/69251/diff/1/ Testing --- ``` mvn clean install -DskipTests -Denforcer.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true -PgenerateDocs ``` Thanks, András Piros

Review Request 69250: OOZIE-3376 [tests] TestGraphGenerator should assume JDK8 minor version at least 1.8.0_u40

2018-11-05 Thread András Piros via Review Board
9b0e263bf2d9fb796bc26d50d16f72237c24baad docs/src/site/markdown/WebServicesAPI.md 7cf62e5416c8198f5d3871d0adb812a10fc02011 Diff: https://reviews.apache.org/r/69250/diff/1/ Testing --- `TestGraphGenerator` methods modified. Thanks, András Piros

Review Request 68909: amend OOZIE-3160 PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting

2018-10-03 Thread András Piros via Review Board
abc7c9fb9262646887e8a7cc6fcb9785d7a12c0d Diff: https://reviews.apache.org/r/68909/diff/1/ Testing --- Thanks, András Piros

Review Request 68837: OOZIE-3340 [fluent-job] Create error handler ACTION only if needed

2018-09-25 Thread András Piros via Review Board
/diff/1/ Testing --- `TestGraphMapping#testMappingGraphFromWorkflow()` extended to cover. Thanks, András Piros

Re: Review Request 68737: OOZIE-3307 [core][oya] Limit heap usage of LauncherAM

2018-09-24 Thread András Piros via Review Board
sting --- New test cases / classes added: * `TestJavaActionExecutor` * `TestBytesAndUOMConverter` * `TestLastParameterValueExtractor` Thanks, András Piros

Re: Review Request 68737: OOZIE-3307 [core][oya] Limit heap usage of LauncherAM

2018-09-24 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68737/#review208799 --- On Sept. 20, 2018, 2:27 p.m., András Piros wrote: > > -

Re: Review Request 68783: OOZIE-3342: Missing examples archive from fluentjob examples

2018-09-21 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68783/#review208839 --- Ship it! Ship It! - András Piros On Sept. 20, 2018, 1:53

Re: Review Request 68737: OOZIE-3307 [core][oya] Limit heap usage of LauncherAM

2018-09-20 Thread András Piros via Review Board
/TestLastParameterValueExtractor.java PRE-CREATION Diff: https://reviews.apache.org/r/68737/diff/5/ Changes: https://reviews.apache.org/r/68737/diff/4-5/ Testing --- New test cases / classes added: * `TestJavaActionExecutor` * `TestBytesAndUOMConverter` * `TestLastParameterValueExtractor` Thanks, András Piros

Re: Review Request 68140: OOZIE-3229 Improved filtering options in V2SLAServlet

2018-09-20 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68140/#review208795 --- Ship it! Ship It! - András Piros On Sept. 19, 2018, 4:07

Re: Review Request 68737: OOZIE-3307 [core][oya] Limit heap usage of LauncherAM

2018-09-19 Thread András Piros via Review Board
: * `TestJavaActionExecutor` * `TestBytesAndUOMConverter` * `TestLastParameterValueExtractor` Thanks, András Piros

Re: Review Request 68737: OOZIE-3307 [core][oya] Limit heap usage of LauncherAM

2018-09-18 Thread András Piros via Review Board
` * `TestBytesAndUOMConverter` * `TestLastParameterValueExtractor` Thanks, András Piros

Re: Review Request 68140: OOZIE-3229 Improved filtering options in V2SLAServlet

2018-09-18 Thread András Piros via Review Board
pt string concatenation. webapp/src/main/webapp/console/sla/js/oozie-sla.js Line 54 (original), 54 (patched) <https://reviews.apache.org/r/68140/#comment292854> Please insert spaces around Javascript string concatenation. - András Piros On Sept. 18, 2018, 7:46 a.m., Andras Salamon wr

Re: Review Request 68737: OOZIE-3307 [core][oya] Limit heap usage of LauncherAM

2018-09-18 Thread András Piros via Review Board
Diff: https://reviews.apache.org/r/68737/diff/2/ Changes: https://reviews.apache.org/r/68737/diff/1-2/ Testing --- New test cases / classes added: * `TestJavaActionExecutor` * `TestBytesAndUOMConverter` * `TestLastParameterValueExtractor` Thanks, András Piros

Review Request 68737: OOZIE-3307 [core][oya] Limit heap usage of LauncherAM

2018-09-17 Thread András Piros via Review Board
/TestLastParameterValueExtractor.java PRE-CREATION Diff: https://reviews.apache.org/r/68737/diff/1/ Testing --- New test cases / classes added: * `TestJavaActionExecutor` * `TestBytesAndUOMConverter` * `TestLastParameterValueExtractor` Thanks, András Piros

Re: Review Request 68628: OOZIE-2734 - Switch docs from twiki to markdown

2018-09-14 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68628/#review208626 --- Ship it! Ship It! - András Piros On Sept. 13, 2018, 12:34

Re: Review Request 68628: OOZIE-2734 - Switch docs from twiki to markdown

2018-09-12 Thread András Piros via Review Board
nd `oozie.pig.script.params.n` docs/src/site/twiki/WebServicesAPI.twiki Lines 1433 (patched) <https://reviews.apache.org/r/68628/#comment292584> Markdown: remove `` within `scope=\` docs/src/site/twiki/WebServicesAPI.twiki Lines 1632 (patched) <https://reviews.apache.org/r/68628/#

Re: Review Request 68628: OOZIE-2734 - Switch docs from twiki to markdown

2018-09-11 Thread András Piros via Review Board
t; html docs/src/site/twiki/DG_HCatalogIntegration.twiki Line 14 (original), 14 (patched) <https://reviews.apache.org/r/68628/#comment292492> html docs/src/site/twiki/DG_ShellActionExtension.twiki Lines 224-226 (original), 229-231 (patched) <https://reviews.apache.org/r/686

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-09-10 Thread András Piros via Review Board
real cluster, plus added test cases to `TestMapReduceActionExecutor` and new test classes. Thanks, András Piros

Re: Review Request 68628: OOZIE-2734 - Switch docs from twiki to markdown

2018-09-10 Thread András Piros via Review Board
html docs/src/site/twiki/CoordinatorFunctionalSpec.twiki Line 3630 (original), 3751 (patched) <https://reviews.apache.org/r/68628/#comment292432> html - András Piros On Sept. 5, 2018, 10 a.m., Andras Salamon wrote: > > -

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-09-07 Thread András Piros via Review Board
cluster, plus added test cases to `TestMapReduceActionExecutor` and new test classes. Thanks, András Piros

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-09-07 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68237/#review208426 --- On Sept. 6, 2018, 3:59 p.m., András Piros wrote: > &

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-09-07 Thread András Piros via Review Board
. Used `Iterables#transform()` and `Ordering#max()` for clarity. core/src/main/java/org/apache/oozie/action/hadoop/MapReduceActionExecutor.java Lines 647-657 (patched) <https://reviews.apache.org/r/68237/#comment292367> Yes. Added Javadoc to make it clearer. - András Piros On Sept. 6

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-09-06 Thread András Piros via Review Board
es to `TestMapReduceActionExecutor` and new test classes. Thanks, András Piros

Re: Review Request 68628: OOZIE-2734 - Switch docs from twiki to markdown

2018-09-05 Thread András Piros via Review Board
/#comment292228> html docs/src/site/twiki/AG_Install.twiki Line 1131 (original), 1177 (patched) <https://reviews.apache.org/r/68628/#comment292229> html docs/src/site/twiki/AG_Install.twiki Line 1200 (original), 1249 (patched) <https://reviews.apache.org/r/68628/#comment292

Re: Review Request 67885: POC: OOZIE-3160 PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting

2018-09-04 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67885/#review208313 --- Ship it! Ship It! - András Piros On Sept. 4, 2018, 3:45 p.m

Re: Review Request 67885: POC: OOZIE-3160 PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting

2018-09-04 Thread András Piros via Review Board
the` core/src/test/java/org/apache/oozie/service/TestAsyncXCommandExecutor.java Lines 75 (patched) <https://reviews.apache.org/r/67885/#comment292143> Remove newline - András Piros On Sept. 4, 2018, 12:05 p.m.,

Re: Review Request 68505: OOZIE-2877 Git action

2018-09-04 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68505/#review208163 ------- On Aug. 31, 2018, 9:50 a.m., András Piros wrote: > >

Re: Review Request 68140: OOZIE-3229 Improved filtering options in V2SLAServlet

2018-09-04 Thread András Piros via Review Board
es 175 (patched) <https://reviews.apache.org/r/68140/#comment292134> Login name? First / last name? docs/src/site/twiki/DG_SLAMonitoring.twiki Lines 176-182 (patched) <https://reviews.apache.org/r/68140/#comment292135> Any checks between start and end times

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-09-03 Thread András Piros via Review Board
://reviews.apache.org/r/68237/diff/8/ Testing (updated) --- Tested on a real cluster, plus added test cases to `TestMapReduceActionExecutor` and new test classes. Thanks, András Piros

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-09-03 Thread András Piros via Review Board
from `ActionExecutorTestCase#startWorkflowAndFailChildMRJob()`. Thanks, András Piros

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-31 Thread András Piros via Review Board
MRJob()`. Thanks, András Piros

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-31 Thread András Piros via Review Board
ns where different application IDs are read with different cluster startup times. - András --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68237/#review208130 --- On Aug. 24, 2018, 2:18 p.m., Andr

Re: Review Request 68505: OOZIE-2877 Git action

2018-08-31 Thread András Piros via Review Board
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68505/#review208163 --- On Aug. 31, 2018, 9:50 a.m., András Piros wrote: > >

Re: Review Request 68505: OOZIE-2877 Git action

2018-08-31 Thread András Piros via Review Board
on the work Clay B. has done in previous patchsets till [OOZIE-2877.014-3.patch](https://issues.apache.org/jira/secure/attachment/12934336/OOZIE-2877.014-3.patch). Thanks, András Piros

Re: Review Request 68505: OOZIE-2877 Git action

2018-08-30 Thread András Piros via Review Board
Oozie server w/ pseudo-distributed Hadoop. Based on the work Clay B. has done in previous patchsets till [OOZIE-2877.014-3.patch](https://issues.apache.org/jira/secure/attachment/12934336/OOZIE-2877.014-3.patch). Thanks, András Piros

Re: Review Request 68517: OOZIE 3210 - revision information is empty

2018-08-29 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68517/#review208093 --- Ship it! Ship It! - András Piros On Aug. 27, 2018, 2:45 p.m

Review Request 68505: OOZIE-2877 Git action

2018-08-24 Thread András Piros via Review Board
://issues.apache.org/jira/secure/attachment/12934336/OOZIE-2877.014-3.patch). Thanks, András Piros

Re: Review Request 59620: This review board request is for an action to provide a Git action for Oozie

2018-08-24 Thread András Piros via Review Board
> On May 30, 2017, 11:08 a.m., András Piros wrote: > > sharelib/git/src/test/java/org/apache/oozie/action/hadoop/TestIntegrationGitActionExecutor.java > > Lines 60 (patched) > > <https://reviews.apache.org/r/59620/diff/1/?file=1734071#file1734071line60> > > >

Re: Review Request 59620: This review board request is for an action to provide a Git action for Oozie

2018-08-24 Thread András Piros via Review Board
- On Aug. 3, 2018, 10 p.m., Clay B. wrote: > > ------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59620/ >

Re: Review Request 59620: This review board request is for an action to provide a Git action for Oozie

2018-08-24 Thread András Piros via Review Board
- András --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59620/#review206939 --- On Aug. 3, 2018, 10 p.m., Clay B. wrote: > > -

Re: Review Request 59620: This review board request is for an action to provide a Git action for Oozie

2018-08-24 Thread András Piros via Review Board
#review204323 --- On Aug. 3, 2018, 10 p.m., Clay B. wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59620/ > ------

Re: Review Request 59620: This review board request is for an action to provide a Git action for Oozie

2018-08-24 Thread András Piros via Review Board
.org/r/59620/#review206974 --- On Aug. 3, 2018, 10 p.m., Clay B. wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apac

Re: Review Request 59620: This review board request is for an action to provide a Git action for Oozie

2018-08-24 Thread András Piros via Review Board
s://reviews.apache.org/r/59620/#review205636 --- On Aug. 3, 2018, 10 p.m., Clay B. wrote: > > ------- > This is an automatically generated e-mail. To reply, visit: > https:

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-24 Thread András Piros via Review Board
MRJob()`. Thanks, András Piros

Re: Review Request 68467: OOZIE-2684 Bad database schema error for WF_ACTIONS table

2018-08-24 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68467/#review207883 --- Ship it! Ship It! - András Piros On Aug. 24, 2018, 1:36 p.m

Re: Review Request 68140: OOZIE-3229 Improved filtering options in V2SLAServlet

2018-08-24 Thread András Piros via Review Board
to be placed to the end of the previous line webapp/src/main/webapp/console/sla/css/oozie-sla.css Line 45 (original), 45 (patched) <https://reviews.apache.org/r/68140/#comment291494> Did you test that on a pseudo-distributed Oozie? webapp/src/main/webapp/console/sla/js/oozie-sla.js Line

Re: Review Request 68140: OOZIE-3229 Improved filtering options in V2SLAServlet

2018-08-24 Thread András Piros via Review Board
/reviews.apache.org/r/68140/#comment291123> Can be `final` core/src/main/java/org/apache/oozie/executor/jpa/sla/SLASummaryGetForFilterJPAExecutor.java Lines 55-70 (patched) <https://reviews.apache.org/r/68140/#comment291124> Can be `static` - András Piros On Aug. 23, 2

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-24 Thread András Piros via Review Board
ectly from `ActionExecutorTestCase#startWorkflowAndFailChildMRJob()`. Thanks, András Piros

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-24 Thread András Piros via Review Board
s://reviews.apache.org/r/68237/#review207853 ------- On Aug. 23, 2018, 6:36 p.m., András Piros wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-23 Thread András Piros via Review Board
#submit()` - apparently no YARN child application is created. Please advise what's the best way to advance, maybe call `JobClient#submitJob()` directly from `ActionExecutorTestCase#startWorkflowAndFailChildMRJob()`. Thanks, András Piros

Re: Review Request 68482: OOZIE 3331 - SparkOptionsSplitter inconsistency

2018-08-23 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68482/#review207813 --- Ship it! Ship It! - András Piros On Aug. 23, 2018, 7:04 a.m

Re: Review Request 68411: OOZIE-3264 - Flaky test TestCoordMaterializeTransitionXCommand#testLastOnlyMaterialization

2018-08-22 Thread András Piros via Review Board
es 540-542 (patched) <https://reviews.apache.org/r/68411/#comment291249> Why do we need this at all? Why not rely on `tearDown()` instead? - András Piros On Aug. 17, 2018, 1:36 p.m., Andras Salamon wrote: > > --- > Thi

Re: Review Request 68467: OOZIE-2684 Bad database schema error for WF_ACTIONS table

2018-08-22 Thread András Piros via Review Board
67/#comment291246> Would assert with `String` constants instead of existing `enum` values. tools/src/main/java/org/apache/oozie/tools/OozieDBCLI.java Line 762 (original), 753 (patched) <https://reviews.apache.org/r/68467/#comment291247> Nice :) - Andr

Re: Review Request 68438: OOZIE 3330 - [spark-action] Remove double quotes inside plain option values

2018-08-21 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68438/#review207658 --- Ship it! Ship It! - András Piros On Aug. 21, 2018, 10:18

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-13 Thread András Piros via Review Board
from `ActionExecutorTestCase#startWorkflowAndFailChildMRJob()`. Thanks, András Piros

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-13 Thread András Piros via Review Board
what's the best way to advance, maybe call `JobClient#submitJob()` directly from `ActionExecutorTestCase#startWorkflowAndFailChildMRJob()`. Thanks, András Piros

Re: Review Request 67885: POC: OOZIE-3160 PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting

2018-08-10 Thread András Piros via Review Board
281> Dead code. core/src/test/java/org/apache/oozie/service/TestCallableQueueService.java Lines 1075 (patched) <https://reviews.apache.org/r/67885/#comment290286> Better use `taskCount / 3`. - András Piros On Aug. 6, 2018, 3:28 p.m., Peter Bacsko wrote: > > --

Re: Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-10 Thread András Piros via Review Board
from `ActionExecutorTestCase#startWorkflowAndFailChildMRJob()`. Thanks, András Piros

Re: Review Request 67999: Parsing sharelib timestamps is not threadsafe

2018-08-09 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67999/#review207018 --- Ship it! Ship It! - András Piros On Aug. 9, 2018, 8:11 a.m

Re: Review Request 68255: OOZIE 3314 - Remove findbugs-filter.xml and convert its contents to annotations

2018-08-08 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68255/#review206973 --- Ship it! Ship It! - András Piros On Aug. 8, 2018, 9:15 a.m

Re: Review Request 68255: OOZIE 3314 - Remove findbugs-filter.xml and convert its contents to annotations

2018-08-07 Thread András Piros via Review Board
710-711 (patched) <https://reviews.apache.org/r/68255/#comment290120> Any other way to refactor? - András Piros On Aug. 7, 2018, 12:54 p.m., Andras Salamon wrote: > > --- > This is an automatically generated

Review Request 68237: OOZIE-3298 OYA: external ID is not filled properly and failing MR job is treated as SUCCEEDED

2018-08-06 Thread András Piros via Review Board
using `OozieClient#submit()` - apparently no YARN child application is created. Please advise what's the best way to advance, maybe call `JobClient#submitJob()` directly from `ActionExecutorTestCase#startWorkflowAndFailChildMRJob()`. Thanks, András Piros

Re: Review Request 68180: OOZIE-3315 Datelist Java Main example fails

2018-08-06 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68180/#review206881 --- Ship it! Ship It! - András Piros On Aug. 6, 2018, 12:21 p.m

Re: Review Request 68140: OOZIE-3229 Improved filtering options in V2SLAServlet

2018-08-06 Thread András Piros via Review Board
atched) <https://reviews.apache.org/r/68140/#comment290003> Any chance to restructure? Too many `if-then-else` without providing readable code. webapp/src/main/webapp/console/sla/js/oozie-sla.js Lines 30-35 (original), 30-54 (patched) <https://reviews.ap

Re: Review Request 68180: OOZIE-3315 Datelist Java Main example fails

2018-08-06 Thread András Piros via Review Board
ws.apache.org/r/68180/#comment289981> Please use telling assertion error messages. - András Piros On Aug. 6, 2018, 8:57 a.m., Daniel Becker wrote: > > --- > This is an automatically generated e-mail. To reply, visit: >

Re: Review Request 68180: OOZIE-3315 Datelist Java Main example fails

2018-08-03 Thread András Piros via Review Board
atched) <https://reviews.apache.org/r/68180/#comment289927> Apache 2.0 license header missing. examples/src/test/java/org/apache/oozie/example/TestDateList.java Lines 27 (patched) <https://reviews.apache.org/r/68180/#comment289926> Neat :) - András Piros On Aug. 3, 2018,

Re: Review Request 68102: OOZIE-3193 Applications are not killed when submitted via subworkflow

2018-08-01 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68102/#review206741 --- Ship it! Ship It! - András Piros On Aug. 1, 2018, 1:44 p.m

Re: Review Request 68102: OOZIE-3193 Applications are not killed when submitted via subworkflow

2018-08-01 Thread András Piros via Review Board
an be `final`. - András Piros On Aug. 1, 2018, 9:59 a.m., Kinga Marton wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 68102: OOZIE-3193 Applications are not killed when submitted via subworkflow

2018-08-01 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68102/#review206740 --- Ship it! Ship It! - András Piros On Aug. 1, 2018, 9:59 a.m

Re: Review Request 67999: Parsing sharelib timestamps is not threadsafe

2018-07-31 Thread András Piros via Review Board
/TestShareLibService.java Lines 1052 (patched) <https://reviews.apache.org/r/67999/#comment289729> Nice catch! - András Piros On July 20, 2018, 11 a.m., Denes Bodo wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: Review Request 68008: OOZIE-2942 [examples] Fix Findbugs warnings

2018-07-31 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68008/#review206650 --- Ship it! Ship It! - András Piros On July 22, 2018, 1:16 p.m

Re: Review Request 67834: OOZIE-2829 Improve sharelib upload to accept multiple source folders

2018-07-30 Thread András Piros via Review Board
69 (original), 103 (patched) <https://reviews.apache.org/r/67834/#comment289609> Please provide more context to the assertion error message. - András Piros On July 25, 2018, 8:48 a.m., Kinga Marton wrote: > > --- > This is an automa

Re: Review Request 68102: OOZIE-3193 Applications are not killed when submitted via subworkflow

2018-07-30 Thread András Piros via Review Board
static class SubWorkflowActionRunningPredicate implements Predicate`. core/src/test/java/org/apache/oozie/action/oozie/TestSubWorkflowActionExecutor.java Lines 708-712 (patched) <https://reviews.apache.org/r/68102/#comment289601> Please use latest schema version `1.0`. - András Pi

Re: Review Request 67834: OOZIE-2829 Improve sharelib upload to accept multiple source folders

2018-07-19 Thread András Piros via Review Board
> On July 6, 2018, 1:40 p.m., András Piros wrote: > > tools/src/main/java/org/apache/oozie/tools/OozieSharelibCLI.java > > Lines 88 (patched) > > <https://reviews.apache.org/r/67834/diff/2/?file=2053414#file2053414line88> > > > > Problem is we

Re: Review Request 67834: OOZIE-2829 Improve sharelib upload to accept multiple source folders

2018-07-06 Thread András Piros via Review Board
ment288708> `message` missing. tools/src/test/java/org/apache/oozie/tools/diag/IntegrationTestOozieSharelibCLI.java Lines 147 (patched) <https://reviews.apache.org/r/67834/#comment288709> Nice `message` :) - András Piros On July 6, 2018, 8:36 a.m., Kinga Marton wrote: > > ---

Re: Review Request 66656: Exclusion pattern for sharelib.

2018-07-03 Thread András Piros via Review Board
eaning. - András Piros On July 3, 2018, 1:30 p.m., Mate Juhasz wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Re: Review Request 66656: Exclusion pattern for sharelib.

2018-07-03 Thread András Piros via Review Board
> On June 20, 2018, 10:56 a.m., András Piros wrote: > > core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutorLibAddition.java > > Lines 433-441 (patched) > > <https://reviews.apache.org/r/66656/diff/3/?file=2042344#file2042344line433>

Re: Review Request 66656: Exclusion pattern for sharelib.

2018-07-03 Thread András Piros via Review Board
> On June 20, 2018, 10:56 a.m., András Piros wrote: > > core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutorLibAddition.java > > Lines 433-441 (patched) > > <https://reviews.apache.org/r/66656/diff/3/?file=2042344#file2042344line433>

Re: Review Request 67766: OOZIE-2955 Fix Findbugs warnings related to reliance on default encoding in oozie-client

2018-07-02 Thread András Piros via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67766/#review205634 --- Ship it! Ship It! - András Piros On July 2, 2018, 8:06 a.m

  1   2   3   4   >