> On July 3, 2015, 7:15 p.m., Jaydeep Vishwakarma wrote: > > core/src/main/java/org/apache/oozie/command/SchemaCheckXCommand.java, line > > 149 > > <https://reviews.apache.org/r/35472/diff/1/?file=984843#file984843line149> > > > > Are you facing any issue when you pass schema information for other db > > servers?
Ya, MySQL and Postgres don't want this. If I recall correctly, that caused them to filter out everything and return no tables. > On July 3, 2015, 7:15 p.m., Jaydeep Vishwakarma wrote: > > core/src/main/java/org/apache/oozie/command/SchemaCheckXCommand.java, line > > 205 > > <https://reviews.apache.org/r/35472/diff/1/?file=984843#file984843line205> > > > > column definition mismatch will not create any problem. I've seen odd issues come up when the default value for a column in the database was wrong. For example, the pause time was automatically being set whenever a Coordinator job was submitted because the default value for the column was incorrect. This caused all coordinators to immediatly pause right after submission. - Robert ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35472/#review90339 ----------------------------------------------------------- On June 15, 2015, 9:03 p.m., Robert Kanter wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35472/ > ----------------------------------------------------------- > > (Updated June 15, 2015, 9:03 p.m.) > > > Review request for oozie. > > > Bugs: OOZIE-2245 > https://issues.apache.org/jira/browse/OOZIE-2245 > > > Repository: oozie-git > > > Description > ------- > > See > https://issues.apache.org/jira/browse/OOZIE-2245?focusedCommentId=14555005&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14555005 > > > Diffs > ----- > > core/src/main/java/org/apache/oozie/command/SchemaCheckXCommand.java > PRE-CREATION > core/src/main/java/org/apache/oozie/service/SchemaCheckerService.java > PRE-CREATION > core/src/main/resources/oozie-default.xml 8960073 > > Diff: https://reviews.apache.org/r/35472/diff/ > > > Testing > ------- > > > Thanks, > > Robert Kanter > >
