Re: oozie with mysql issue

2013-11-05 Thread Virag Kothari
Hi Bowen, The compression property oozie.output.compression.codec' is in oozie-default.xml You can set the value to 'NONE' or blank string to disable compression. However this might not fix the issue you are facing. OpenJPA is complaining that Binaryblob is not serializable even though all its

[jira] [Created] (OOZIE-1603) cannot submit job to oozie on mysql

2013-11-05 Thread Bowen Zhang (JIRA)
Bowen Zhang created OOZIE-1603: -- Summary: cannot submit job to oozie on mysql Key: OOZIE-1603 URL: https://issues.apache.org/jira/browse/OOZIE-1603 Project: Oozie Issue Type: Bug Affects

Re: oozie with mysql issue

2013-11-05 Thread bowen zhang
Bug-1603 filed. Will try to test it on postgresql as well. Bowen On Tuesday, November 5, 2013 9:56 AM, Virag Kothari vi...@yahoo-inc.com wrote: Hi Bowen, The compression property oozie.output.compression.codec' is in oozie-default.xml You can set the value to 'NONE' or blank string to

Review Request 15242: OOZIE-1598 specify email content type in email action

2013-11-05 Thread Purshotam Shah
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15242/ --- Review request for oozie. Bugs: OOZIE-1598

Re: Review Request 14741: Setup sharelib using script and pickup latest(honor ship.launcher) and remove DFS dependency at startup.

2013-11-05 Thread Virag Kothari
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14741/#review28196 --- minor comments

Re: Review Request 14741: Setup sharelib using script and pickup latest(honor ship.launcher) and remove DFS dependency at startup.

2013-11-05 Thread Robert Kanter
On Nov. 5, 2013, 6:54 p.m., Virag Kothari wrote: http://svn.apache.org/repos/asf/oozie/trunk/core/src/main/java/org/apache/oozie/service/ShareLibService.java, line 252 https://reviews.apache.org/r/14741/diff/6/?file=376492#file376492line252 it might happen that this property was

Re: oozie with mysql issue

2013-11-05 Thread bowen zhang
Postgresql works fine. I guess this is just an issue with mysql. On Tuesday, November 5, 2013 10:07 AM, bowen zhang bowenzhang...@yahoo.com wrote: Bug-1603 filed. Will try to test it on postgresql as well. Bowen On Tuesday, November 5, 2013 9:56 AM, Virag Kothari vi...@yahoo-inc.com

Re: Review Request 14741: Setup sharelib using script and pickup latest(honor ship.launcher) and remove DFS dependency at startup.

2013-11-05 Thread Rohini Palaniswamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14741/#review28053 ---

[jira] [Created] (OOZIE-1604) java-opts and java-opt not added to Application Master property in uber mode

2013-11-05 Thread Ryota Egashira (JIRA)
Ryota Egashira created OOZIE-1604: - Summary: java-opts and java-opt not added to Application Master property in uber mode Key: OOZIE-1604 URL: https://issues.apache.org/jira/browse/OOZIE-1604

Re: oozie with mysql issue

2013-11-05 Thread Virag Kothari
Thanks for testing with Postgresql. The ORM for mysql was overriding one of the annotation for wf_instance field, so the strategy annotation wasn't picked up. So, I am removing that field setting from orm file and adding to persistence xml which will fix the issue. Will put a patch soon. On

[jira] [Updated] (OOZIE-1603) cannot submit job to oozie on mysql

2013-11-05 Thread Virag Kothari (JIRA)
[ https://issues.apache.org/jira/browse/OOZIE-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virag Kothari updated OOZIE-1603: - Attachment: OOZIE-1603.patch cannot submit job to oozie on mysql