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

[email protected] commented on OOZIE-809:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4697/#review6839
-----------------------------------------------------------


Swetha,

The Schema class is dead code from Oozie 1, Oozie 2 & 3 use OpenJPA for DB 
access. So this change may have to be done in Oozie JPA configuration for mysql.

Also, we'll have to see verify how this change affects the ooziedb migration 
command. 

thxs


- Alejandro


On 2012-04-11 09:45:02, shwethags wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4697/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-04-11 09:45:02)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  When working with large number of inputs and outputs, there is data 
truncation error in the following fields - COORD_ACTIONS.action_xml, 
COORD_ACTIONS.missing_dependencies, COORD_ACTIONS.run_conf, WF_JOBS.conf.
bq.  
bq.  In general, all TEXT fields should be changed to MEDIUMTEXT in MySQL
bq.  
bq.  
bq.  This addresses bug OOZIE-809.
bq.      https://issues.apache.org/jira/browse/OOZIE-809
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/src/main/java/org/apache/oozie/util/db/Schema.java 1324665 
bq.  
bq.  Diff: https://reviews.apache.org/r/4697/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  shwethags
bq.  
bq.


                
> MySQL TEXT columns should be MEDIUMTEXT
> ---------------------------------------
>
>                 Key: OOZIE-809
>                 URL: https://issues.apache.org/jira/browse/OOZIE-809
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Shwetha G S
>
> When working with large number of inputs and outputs, there is data 
> truncation error in the following fields - COORD_ACTIONS.action_xml, 
> COORD_ACTIONS.missing_dependencies, COORD_ACTIONS.run_conf, WF_JOBS.conf.
> In general, all TEXT fields should be changed to MEDIUMTEXT in MySQL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to