You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Alejandro Abdelnur <tu...@cloudera.com> on 2012/04/11 13:13:39 UTC

Re: Review Request: OOZIE-809: MySQL TEXT columns should be MEDIUMTEXT

-----------------------------------------------------------
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:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/4697/
> -----------------------------------------------------------
> 
> (Updated 2012-04-11 09:45:02)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> 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 addresses bug OOZIE-809.
>     https://issues.apache.org/jira/browse/OOZIE-809
> 
> 
> Diffs
> -----
> 
>   trunk/core/src/main/java/org/apache/oozie/util/db/Schema.java 1324665 
> 
> Diff: https://reviews.apache.org/r/4697/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> shwethags
> 
>