Re: [Coordinators] Timezone handling during job materialization

2017-04-28 Thread Alejandro Abdelnur
In the beginning there was only UTC, because some users used GMT+/-N we added that config. Still it has to be a GMT time (with no DST changes). If you want to deal with DST changes, there are coord EL functions for that, it can get complicated. I.e., to process every day at the same time, taking

Re: [ANNOUNCE] New Oozie PMC Chair - Robert Kanter

2015-10-13 Thread Alejandro Abdelnur
Robert, congratulations!! On Tue, Oct 13, 2015 at 8:50 PM, Aravindakshan Srinivasan < s_arav...@yahoo.com.invalid> wrote: > Congratulations Robert! Great news. Regards,Aravind > From: Mohammad Islam > To: Oozie ; User > Sent: Wednesday, October 7, 2015 12:25 AM > Subject: [ANNOUNCE] Ne

Re: db upgrade in 4.1 release

2014-08-26 Thread Alejandro Abdelnur
AFAIK we do migrate between major versions, that was the initial motivation of the db tool. On Tue, Aug 26, 2014 at 2:24 PM, bowen zhang < bowenzhang...@yahoo.com.invalid> wrote: > Hi guys, > If I recall correctly, we don't generally have DB upgrade within a major > version of oozie. Can anyone

Re: Any idea why Jenkins is going crazy?

2014-08-22 Thread Alejandro Abdelnur
there have been issues going on with build machines hosted by y! for the last couple of days. they are being fixed Alejandro (phone typing) > On Aug 22, 2014, at 16:58, Robert Kanter wrote: > > The find-patches job > seems > t

Re: oozie doesn't support unicode in app_path

2014-08-13 Thread Alejandro Abdelnur
"nvarchar" or "ntext". Is there a > way for openJPA to not map "String" into "Varchar" during table creation? > If not, we need to do some specila handling for sql server in oozieDBCLI. > > > > On Tuesday, August 12, 2014 6:39 AM, Alejandro

Re: oozie doesn't support unicode in app_path

2014-08-12 Thread Alejandro Abdelnur
ode=hdfs://localhost:9000 > jobTracker=localhost:8032 > queueName=default > examplesRoot=examples > > oozie.wf.application.path=${nameNode}/user/${user.name > }/${examplesRoot}/apps/map-reduce文 > outputDir=map-reduce > > > > On Friday, August 8, 2014 6:55 PM, Alejandro Abdelnur

Re: oozie doesn't support unicode in app_path

2014-08-08 Thread Alejandro Abdelnur
hey bowen, it would help to know exactly where do you see issues, a simple wf showing the issue would be great Alejandro (phone typing) > On Aug 8, 2014, at 18:12, bowen zhang wrote: > > Hi guys, > I recently discovered a hole in oozie implementation where oozie breaks when > having hdfs app_

[jira] [Commented] (OOZIE-1966) Re-format oozie codebase

2014-08-08 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090913#comment-14090913 ] Alejandro Abdelnur commented on OOZIE-1966: --- [~shwethags], headers is OK

[jira] [Commented] (OOZIE-1966) Re-format oozie codebase

2014-08-07 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090390#comment-14090390 ] Alejandro Abdelnur commented on OOZIE-1966: --- please do not do this. it

[jira] [Commented] (OOZIE-1961) Remove requireJavaVersion from enforcer rules

2014-08-05 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14086586#comment-14086586 ] Alejandro Abdelnur commented on OOZIE-1961: --- we don't need it anymor

Re: Welcome new Oozie Committer - Shwetha GS

2014-07-22 Thread Alejandro Abdelnur
Congrats, well deserved. On Tue, Jul 22, 2014 at 2:34 PM, Robert Kanter wrote: > Congrats! > > > On Tue, Jul 22, 2014 at 1:59 PM, Purshotam Shah < > purus...@yahoo-inc.com.invalid> wrote: > > > Congrats Shwetha! > > > > > > Puru. > > > > On 7/22/14, 1:56 PM, "Mona Chitnis" > wrote: > > > > >Co

[jira] [Commented] (OOZIE-1876) use pom properties rather than specific version numbers in the pom files of hbaselibs, hcataloglibs, sharelib, etc

2014-07-10 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14057799#comment-14057799 ] Alejandro Abdelnur commented on OOZIE-1876: --- I'm afraid this will bre

[jira] [Commented] (OOZIE-1917) Authentication secret should be random by default and needs to coordinate with HA

2014-07-07 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053906#comment-14053906 ] Alejandro Abdelnur commented on OOZIE-1917: --- I think this should be taken

Re: Welcoming new Oozie PMC member Rohini Palaniswamy

2014-07-01 Thread Alejandro Abdelnur
Welcome Rohini, well deserved! On Tue, Jul 1, 2014 at 3:41 PM, Mona Chitnis wrote: > Hello Oozie community, > > > It's my pleasure to announce that Rohini Palaniswamy became the newest > addition to the Oozie PMC. > Rohini has been strongly contributing to Oozie and providing expert > guidance.

[jira] [Commented] (OOZIE-1879) Workflow Rerun causes error depending on the order of forked nodes

2014-06-16 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033104#comment-14033104 ] Alejandro Abdelnur commented on OOZIE-1879: --- +1 LGTM. One minor NI

[jira] [Commented] (OOZIE-1877) Setting to fail oozie server startup in case of sharelib misconfiguration

2014-06-13 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030934#comment-14030934 ] Alejandro Abdelnur commented on OOZIE-1877: --- IMO, Oozie should be spinnin

Re: Welcoming Bowen Zhang as Oozie committer

2014-06-12 Thread Alejandro Abdelnur
Congrats Bowen, well deserved! On Thu, Jun 12, 2014 at 10:16 AM, Robert Kanter wrote: > It is my pleasure to announce that Oozie PMC has invited Bowen to become > anOozie committer and he has accepted our invitation. > Bowen has already made several contributions to Oozie and we are sure > many

[jira] [Commented] (OOZIE-1879) Workflow Rerun causes error depending on the order of forked nodes

2014-06-11 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14028856#comment-14028856 ] Alejandro Abdelnur commented on OOZIE-1879: --- Oofff, this is an obscure

[jira] [Commented] (OOZIE-1388) Add a admin servlet to show thread stack trace and CPU usage per thread

2014-06-11 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14028501#comment-14028501 ] Alejandro Abdelnur commented on OOZIE-1388: --- That is OK. Now, is his ser

[jira] [Commented] (OOZIE-1388) Add a admin servlet to show thread stack trace and CPU usage per thread

2014-06-11 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14027909#comment-14027909 ] Alejandro Abdelnur commented on OOZIE-1388: --- Codehale metrics has some serv

Re: What are the plans for an Oozie 4.1.0 release?

2014-05-16 Thread Alejandro Abdelnur
the fact that other projects stay un the minor version to 'allow' incompat changes whenever they want, well it is a matter of those projects and their communities. i'm proud that oozie has a great track of record in that front, including among (yes among, not only between) major versions. and

Re: Instrumentation

2014-05-05 Thread Alejandro Abdelnur
+1, I've used codehale metrics in my last few projects (Llama is one of them) and I love it. I'd suggest the following, lets create a new Instrumentation class delegates to metrics, then people can chose to upgrade. In Oozie 5 we can swap the default instrumentation in the oozie-default.xml to me

Re: [IMPORTANT] Deleting old releases from ASF mirroring system (OOZIE-1628)

2014-04-08 Thread Alejandro Abdelnur
+1 On Tue, Apr 8, 2014 at 9:51 AM, Robert Kanter wrote: > That should be "[O] 4.0.1" not "[O] 4.1.1" > > > > On Mon, Apr 7, 2014 at 5:56 PM, Robert Kanter > wrote: > > > Hi, > > > > As per OOZIE-1628 , > ASF > > wants us to delete old versions

Re: Oozie 4.0.1 binary release

2014-03-31 Thread Alejandro Abdelnur
on't think I have the time > to figure out and do the binary releases/publish to maven. Perhaps someone > else can take this up? Also, whoever does this should create a cwiki page > to document the process. > > > -Robert > > > On Mon, Mar 31, 2014 at 11:31 AM, Alejandro

Re: Oozie 4.0.1 binary release

2014-03-31 Thread Alejandro Abdelnur
and we should get oozie jars in the maven repo thx Alejandro (phone typing) > On Mar 31, 2014, at 11:23, Mohammad Islam wrote: > > Hi Robert, > Thanks for the running the process! > > Since we just voted for Oozie 4.0.1 source release, we can plan for the > binary release in a separate proce

Re: [VOTE] Release Oozie 4.0.1 (candidate 1)

2014-03-28 Thread Alejandro Abdelnur
+1 downloaded release artifacts, verified MD5 and signature, run RAT check, verified release log, built, configured with hadoop 1.1.1, run a few examples. Thanks. On Thu, Mar 27, 2014 at 8:27 AM, Alan Gates wrote: > You're definitely allowed to vote even though you made the RC. > > Alan. > >

Re: Oozie 4.0.1 release

2014-03-07 Thread Alejandro Abdelnur
but so far only one user > has reported (and fixed) this bug so we can keep it for the the next > release. > > Are we using hadoop version 2.2.0 or 2.3.0? In Yahoo, we currently haven¹t > tested with 2.3 so 2.2 would be a safer bet. > > ‹ > Mona > > On 3/6/14, 5:54 PM,

Re: doing a oozie 4.0.1 release using hadoop 2.1.0-beta as the hadoop-2 version

2014-03-06 Thread Alejandro Abdelnur
for >>> OOZIE-1551. However, I haven't had a chance to try it yet and there were >>> some test failures (mostly Pig action related). I don't have time to look >>> into the failures now, but I uploaded the patch and listed the failed >>> tests >

Re: Obscure problem with SchedulerService that causes tasks to not be rescheduled

2014-02-24 Thread Alejandro Abdelnur
[me off at the moment, just seen this and wanted to quickly point out something about java errors] http://stackoverflow.com/questions/11017304/catching-java-errors see accepted response thx Alejandro (phone typing) > On Feb 24, 2014, at 10:43, Virag Kothari wrote: > > The coord materializat

Re: Dynamic parallel tasks in Oozie

2014-02-20 Thread Alejandro Abdelnur
This is what I refer as sharding, it can be seen as a special type of fork/join where all shards are doing the same actions on different datasets and the number of shards depends on the number of datasets. A while ago I've rewritten the workflow lib, cleanning it up a bit and adding this capabilit

[jira] [Commented] (OOZIE-1608) Update Curator to 2.4.0 when its available to fix security hole

2014-02-10 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13896974#comment-13896974 ] Alejandro Abdelnur commented on OOZIE-1608: --- +1 > Update Curator to 2.4

[jira] [Commented] (OOZIE-1651) Oozie should mask the signature secret in the configuration output

2014-01-02 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13860627#comment-13860627 ] Alejandro Abdelnur commented on OOZIE-1651: --- ok, +1. > Oozie should m

[jira] [Commented] (OOZIE-1651) Oozie should mask the signature secret in the configuration output

2014-01-02 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13860613#comment-13860613 ] Alejandro Abdelnur commented on OOZIE-1651: --- sorry, I've meant a set

[jira] [Commented] (OOZIE-1651) Oozie should mask the signature secret in the configuration output

2014-01-02 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13860402#comment-13860402 ] Alejandro Abdelnur commented on OOZIE-1651: --- making the masking pos

[jira] [Commented] (OOZIE-1643) Oozie doesn't parse Hadoop Job Id from the Hive action

2014-01-02 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13860403#comment-13860403 ] Alejandro Abdelnur commented on OOZIE-1643: --- +1 > Oozie doesn't

[jira] [Commented] (OOZIE-1655) Change oozie.service.JPAService.validate.db.connection to true

2014-01-02 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13860401#comment-13860401 ] Alejandro Abdelnur commented on OOZIE-1655: --- +1 >

Re: [ANNOUNCE] Oozie source repo has moved to GIT

2013-12-26 Thread Alejandro Abdelnur
I've forgot to mention 'master' branch is the new 'trunk' On Thu, Dec 26, 2013 at 8:49 AM, Alejandro Abdelnur wrote: > Oozie developers, > > The move from SVN to GIT is complete. > > I've already updated the jenkins jobs to work out of the GIT repo.

[ANNOUNCE] Oozie source repo has moved to GIT

2013-12-26 Thread Alejandro Abdelnur
Oozie developers, The move from SVN to GIT is complete. I've already updated the jenkins jobs to work out of the GIT repo. Only the Apache Oozie website remains in Subversion: https://svn.apache.org/repos/asf/oozie/site/trunk I still need to update the site and wiki pages where SVN is being

IMPORTANT: transitioning to Git

2013-12-24 Thread Alejandro Abdelnur
Please hold off on commits to SVN, we are finalizing thing to move to Git. once the swap is completed we can continue working from the Git repo. Please wait for follow up email. Thanks and Happy Holidays. Alejandro (phone typing)

Re: Review Request 14220: OOZIE-1548: OozieDBCLI changes to convert clob to blob and remove the discriminator column

2013-12-23 Thread Alejandro Abdelnur
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14220/#review30840 --- Ship it! Ship It! - Alejandro Abdelnur On Dec. 15, 2013, 6:10

[jira] [Commented] (OOZIE-1633) Test failures related to sharelib when running against Hadoop 2

2013-12-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839572#comment-13839572 ] Alejandro Abdelnur commented on OOZIE-1633: --- +1 pending jenkins &g

[jira] [Commented] (OOZIE-1631) Tools module should have a direct dependency on mockito

2013-12-03 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13838403#comment-13838403 ] Alejandro Abdelnur commented on OOZIE-1631: --- +1 > Tools module should

[jira] [Commented] (OOZIE-1491) Make sure HA works with a secure ZooKeeper

2013-12-02 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837091#comment-13837091 ] Alejandro Abdelnur commented on OOZIE-1491: --- LGTM +1 > Make sure HA wor

[jira] [Assigned] (OOZIE-1552) Bring Windows shell script functionality and structure in line with trunk

2013-12-02 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur reassigned OOZIE-1552: - Assignee: Ostap (was: David Wannemacher) done > Bring Windows shell scr

[jira] [Commented] (OOZIE-1575) Add functionality to submit sqoop jobs through http on oozie server side

2013-11-25 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13832157#comment-13832157 ] Alejandro Abdelnur commented on OOZIE-1575: --- The {{oozie}} script does

[jira] [Updated] (OOZIE-1575) Add functionality to submit sqoop jobs through http on oozie server side

2013-11-25 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur updated OOZIE-1575: -- Summary: Add functionality to submit sqoop jobs through http on oozie server side

[jira] [Updated] (OOZIE-1575) Add functionality to summit sqoop jobs through http on oozie server side

2013-11-25 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur updated OOZIE-1575: -- Summary: Add functionality to summit sqoop jobs through http on oozie server side

[HEADS UP] Oozie change from SVN to GIT may happen soon, INFRA-5279

2013-11-18 Thread Alejandro Abdelnur
-- Alejandro

[jira] [Commented] (OOZIE-1550) Create a safeguard to kill errant recursive workflows before they bring down oozie

2013-11-14 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13822831#comment-13822831 ] Alejandro Abdelnur commented on OOZIE-1550: --- +1 after jenkins > C

[jira] [Commented] (OOZIE-1550) Create a safeguard to kill errant recursive workflows before they bring down oozie

2013-11-13 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13821783#comment-13821783 ] Alejandro Abdelnur commented on OOZIE-1550: --- Looks good, +1 after the follo

[jira] [Commented] (OOZIE-1606) Update Curator to 2.3.0 and fix some misc minor ZK related things

2013-11-13 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13821779#comment-13821779 ] Alejandro Abdelnur commented on OOZIE-1606: --- +1 > Update Curator to 2.

[jira] [Commented] (OOZIE-1565) OOZIE-1481 should only affect v2 of the API, not v1

2013-10-28 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806996#comment-13806996 ] Alejandro Abdelnur commented on OOZIE-1565: --- +1 > OOZIE-1481 shou

[jira] [Commented] (OOZIE-1597) Cleanup database before every test

2013-10-28 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806990#comment-13806990 ] Alejandro Abdelnur commented on OOZIE-1597: --- +1 LGTM > Cleanup database

[jira] [Commented] (OOZIE-1589) TestZKLocksService is flakey

2013-10-28 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806986#comment-13806986 ] Alejandro Abdelnur commented on OOZIE-1589: --- +1 > TestZKLocksService is

[jira] [Commented] (OOZIE-1596) TestOozieMySqlDBCLI.testCreateMysql fails when tests are executed in a different order

2013-10-28 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806984#comment-13806984 ] Alejandro Abdelnur commented on OOZIE-1596: ---

[jira] [Commented] (OOZIE-1541) Typo in Oozie HA admin -servers command in documentation

2013-10-28 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806983#comment-13806983 ] Alejandro Abdelnur commented on OOZIE-1541: --- +1 > Typo in Oozie H

[jira] [Commented] (OOZIE-1582) Bump up Tomcat version to 6.0.37

2013-10-18 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799348#comment-13799348 ] Alejandro Abdelnur commented on OOZIE-1582: --- +1 > Bump up Tomcat ver

[jira] [Commented] (OOZIE-1460) Implement and Document security for HA

2013-10-10 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792107#comment-13792107 ] Alejandro Abdelnur commented on OOZIE-1460: --- +1 pending jenkins. > Im

[jira] [Commented] (OOZIE-1460) Implement and Document security for HA

2013-10-10 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792026#comment-13792026 ] Alejandro Abdelnur commented on OOZIE-1460: --- A few minor things: A

[jira] [Commented] (OOZIE-1560) Log messages should have a way of identifying which server they came from when using HA

2013-10-09 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790666#comment-13790666 ] Alejandro Abdelnur commented on OOZIE-1560: --- one NIT, the patch is usin

[jira] [Commented] (OOZIE-1460) Implement and Document security for HA

2013-10-09 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790658#comment-13790658 ] Alejandro Abdelnur commented on OOZIE-1460: --- The following is already be

[jira] [Commented] (OOZIE-1563) colt jar includes GPL licence

2013-10-08 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789858#comment-13789858 ] Alejandro Abdelnur commented on OOZIE-1563: --- +1 pending jenkins > c

[jira] [Commented] (OOZIE-1564) Metadata for dead Oozie servers should remain in ZK

2013-10-03 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13785620#comment-13785620 ] Alejandro Abdelnur commented on OOZIE-1564: --- if we solve OOZIE-1561, the

[jira] [Commented] (OOZIE-1561) When using Oozie HA, the logs should also be HA

2013-10-02 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13784321#comment-13784321 ] Alejandro Abdelnur commented on OOZIE-1561: --- I was thinking that we sh

[jira] [Commented] (OOZIE-1561) When using Oozie HA, the logs should also be HA

2013-10-01 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13783491#comment-13783491 ] Alejandro Abdelnur commented on OOZIE-1561: --- I wonder if making the logs H

Re: issue after OOZIE-1461

2013-09-30 Thread Alejandro Abdelnur
he cluster, >> nor can users submit jobs to oozie as parsing workflow.xml will fail. What >> is being made worse with Oozie copying the sharelib jars during startup or >> before submitting the first job? Even if the admin has to run >> oozie-setup.sh before starting Oozie, HD

Re: issue after OOZIE-1461

2013-09-27 Thread Alejandro Abdelnur
> > > Oozie won't start if HDFS is not running. > > > > > >Why would this be a issue? If sharelib is in hdfs and that is not > > > accessible all the jobs would anyway fail and things are not going to > > work. > > > > > > Regards,

[jira] [Commented] (OOZIE-1557) TestFsActionExecutor.testChmodWithGlob fails against Hadoop 2.1.x-beta

2013-09-27 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13780085#comment-13780085 ] Alejandro Abdelnur commented on OOZIE-1557: ---

Re: issue after OOZIE-1461

2013-09-27 Thread Alejandro Abdelnur
commands can be optionally made to accept a configuration > parameter so the hadoop conf's are not required in oozie's class path. > > Thanks, > Virag > > On 9/26/13 1:54 PM, "Alejandro Abdelnur" wrote: > >> Unless I'm missing something, is

Re: issue after OOZIE-1461

2013-09-26 Thread Alejandro Abdelnur
Unless I'm missing something, is not just a missing hadoop conf issue, now Oozie won't start if HDFS is not running. This does not seem right. If we can sort this out i would prefer the previous manual update fo the sharelib via oozie-setup.sh thanks. On Thu, Sep 26, 2013 at 1:22 PM, Virag K

Re: doing a oozie 4.0.1 release using hadoop 2.1.0-beta as the hadoop-2 version

2013-09-23 Thread Alejandro Abdelnur
ditional that needs to be done than adding the version in Versions > >> tab? > >> > > > >> > > Regards, > >> > > Rohini > >> > > > >> > > > >> > > On Wed, Sep 4, 2013 at 11:27 AM, Robert Kanter > >> >

[jira] [Commented] (OOZIE-1546) TestMapReduceActionExecutorUberJar.testMapReduceWithUberJarEnabled fails

2013-09-23 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13774815#comment-13774815 ] Alejandro Abdelnur commented on OOZIE-1546: ---

[jira] [Commented] (OOZIE-1540) When oozie.zookeeper.oozie.id is not specified, its using a space instead of the hostname

2013-09-17 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769706#comment-13769706 ] Alejandro Abdelnur commented on OOZIE-1540: --- +1 pending jen

Oozie PM chair change, new chair Mohammad Islam

2013-09-16 Thread Alejandro Abdelnur
First of all, my apologies for the delay getting the word out. Last month, Oozie PMC has voted Mohammad Islam as the new Oozie PMC chair. Join me congratulating Mohammad on his new post. Cheers. Alejandro. PS: Mohammad, you'll have to update the ASF LDAP and pages to reflect the changes. Please

[jira] [Commented] (OOZIE-1518) Copy action sharelib jars from hdfs

2013-09-09 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762104#comment-13762104 ] Alejandro Abdelnur commented on OOZIE-1518: --- bq. Admin puts sharelib dir

[jira] [Updated] (OOZIE-1490) Remove unix OS enforcement from build

2013-09-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur updated OOZIE-1490: -- Summary: Remove unix OS enforcement from build (was: Remove unix OS enforcement

[jira] [Commented] (OOZIE-1490) Remove unix OS enforcement

2013-09-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758075#comment-13758075 ] Alejandro Abdelnur commented on OOZIE-1490: --- +1 > Remo

doing a oozie 4.0.1 release using hadoop 2.1.0-beta as the hadoop-2 version

2013-09-04 Thread Alejandro Abdelnur
I think we should do a new Oozie release using Hadoop 2.1.0-beta, this will help users and developers to start playing with Hadoop 2 . thx. -- Alejandro

[jira] [Commented] (OOZIE-1490) Remove unix OS enforcement and parametrize hadoop versions

2013-09-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757561#comment-13757561 ] Alejandro Abdelnur commented on OOZIE-1490: --- David, a POM

[jira] [Comment Edited] (OOZIE-1490) Remove unix OS enforcement and parametrize hadoop versions

2013-09-04 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757561#comment-13757561 ] Alejandro Abdelnur edited comment on OOZIE-1490 at 9/4/13 8:3

[jira] [Assigned] (OOZIE-1489) Support building and running Oozie on Windows

2013-09-03 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur reassigned OOZIE-1489: - Assignee: David Wannemacher assigning to [~dwann] (just added you as contributor

Re: Review Request 13612: [OOZIE-1499] Update only necessary columns and consolidate JPA Executors

2013-08-29 Thread Alejandro Abdelnur
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13612/#review25761 --- - Alejandro Abdelnur On Aug. 26, 2013, 11:10 p.m., Ryota Egashira

Re: Review Request 13612: [OOZIE-1499] Update only necessary columns and consolidate JPA Executors

2013-08-29 Thread Alejandro Abdelnur
properties -JPA executor starts em.merge(wf); //it should update only changed properties -JPA executor ends - Alejandro Abdelnur On Aug. 26, 2013, 11:10 p.m., Ryota Egashira wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 13612: [OOZIE-1499] Update only necessary columns and consolidate JPA Executors

2013-08-29 Thread Alejandro Abdelnur
properties -JPA executor starts em.merge(wf); //it should update only changed properties -JPA executor ends - Alejandro Abdelnur On Aug. 26, 2013, 11:10 p.m., Ryota Egashira wrote: > > --- > This is an automatically generated e-mail.

Re: postgres jar in oozie.war

2013-08-19 Thread Alejandro Abdelnur
the current jar works with both postgresql 8 & 9 thx On Mon, Aug 19, 2013 at 2:01 PM, bowen zhang wrote: > Hi oozie developers, > I recently discovered that oozie.war is always packaged with postgresql 9 > jars after build. What if the customers want to run postgres 8 jars during > the setup pr

Re: [VOTE] Release Oozie 4.0.0 (RC1)

2013-08-15 Thread Alejandro Abdelnur
------ > *From:* Alejandro Abdelnur > *To:* "u...@oozie.apache.org" > *Cc:* "dev@oozie.apache.org" ; Mona Chitnis < > m...@apache.org> > *Sent:* Thursday, 15 August 2013 2:43 PM > *Subject:* Re: [VOTE] Release Oozie 4.0.0 (RC1) >

Re: [VOTE] Release Oozie 4.0.0 (RC1)

2013-08-15 Thread Alejandro Abdelnur
I think we need to do a new RC without the workflow generator (as we did before in the 3.x series). On Wed, Aug 14, 2013 at 1:12 PM, Ryota Egashira wrote: > +1 to RC1 (my previous email was vote for candidate 0, my bad) > > Thanks > Ryota > > On 8/14/13 1:00 PM, "Virag Kothari" wrote: > > >+1 >

[jira] [Commented] (OOZIE-1448) A CoordActionUpdateXCommand gets queued for all workflows even if they were not launched by a coordinator

2013-08-09 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13735007#comment-13735007 ] Alejandro Abdelnur commented on OOZIE-1448: --- +1 LGTM. Still there is

Re: Job Recoverability

2013-08-08 Thread Alejandro Abdelnur
t purpose it was introduced? > > > >>I thought having START_MANUAL is a way to distinguish between > Oozie > > > >> suspending job due to transient error and a user manually suspending > > the > > > >> job. > > > >>

[jira] [Commented] (OOZIE-1448) A CoordActionUpdateXCommand gets queued for all workflows even if they were not launched by a coordinator

2013-08-08 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13733937#comment-13733937 ] Alejandro Abdelnur commented on OOZIE-1448: --- wouldn't make sense t

[jira] [Commented] (OOZIE-1443) forkjoin validation should not allow a fork to go to the same node multiple times

2013-08-08 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13733929#comment-13733929 ] Alejandro Abdelnur commented on OOZIE-1443: --- +1 > f

Re: Job Recoverability

2013-08-07 Thread Alejandro Abdelnur
[joining the party a bit late] I just add an offline call with RobertK who brought me up to speed. By design, Oozie will retry starting a workflow action ONLY if it couldn't start the WF action before. If Oozie started the WF action successfully, the WF action state goes into RUNNING, and from th

[jira] [Commented] (OOZIE-1403) forkjoin validation blocks some valid cases involving decision nodes

2013-08-07 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732706#comment-13732706 ] Alejandro Abdelnur commented on OOZIE-1403: --- LGTM

[jira] [Commented] (OOZIE-1448) A CoordActionUpdateXCommand gets queued for all workflows even if they were not launched by a coordinator

2013-08-07 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732704#comment-13732704 ] Alejandro Abdelnur commented on OOZIE-1448: --- +1 after rerunning tests

[jira] [Commented] (OOZIE-1449) Coordinator Workflow parent relationship is broken for purge service

2013-08-07 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732702#comment-13732702 ] Alejandro Abdelnur commented on OOZIE-1449: --- LGTM

[jira] [Commented] (OOZIE-1458) If a Credentials type is not defined, Oozie should say something

2013-08-07 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732696#comment-13732696 ] Alejandro Abdelnur commented on OOZIE-1458: --- +1 &g

[jira] [Commented] (OOZIE-1490) Remove unix OS enforcement and parametrize hadoop versions

2013-08-07 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13732609#comment-13732609 ] Alejandro Abdelnur commented on OOZIE-1490: --- David, parameterizing the vers

Re: Review Request 11922: OOZIE-615: Support high availability for the Oozie service

2013-08-07 Thread Alejandro Abdelnur
esting? is so, can we make it package private? - Alejandro Abdelnur On Aug. 6, 2013, 9:04 p.m., Robert Kanter wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http

Re: Review Request 11922: OOZIE-615: Support high availability for the Oozie service

2013-08-01 Thread Alejandro Abdelnur
(in the tool help too) Cannot comment directly on ZKUtils.java because it is not being loaded by RB. here is the comment for it: it seems methods in this class are not thread safe, shouldn't they be? Overall patch looks good, very nice that it takes a 200K patch (3000 lines of code incl

[jira] [Commented] (OOZIE-1471) Support glob in FS action and prepare blocks

2013-07-29 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13723183#comment-13723183 ] Alejandro Abdelnur commented on OOZIE-1471: --- sound

  1   2   3   4   5   6   >