----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8673/ -----------------------------------------------------------
(Updated Dec. 20, 2012, 1:18 a.m.) Review request for oozie. Changes ------- EL functions complete Fix for encoding "ampersand" in the uri-template for HCat URI which fails coordinator XSD parsing otherwise Added the examples/app/hcatalog for referencing my test example Addressed minor comments by Rohini Will work on incorporating a unit test for firing up this test in minicluster itself in another JIRA Checking for applicable EL functions in URIHandler also scoped out Description ------- See https://issues.apache.org/jira/browse/OOZIE-1123 All HCatalog related EL functions separated out into another class. Changed nomenclature instead of having 'meta' WIP - URIHandler to determine EL Functions to FS and HCat URIs and throw error otherwise This addresses bug OOZIE-1123. https://issues.apache.org/jira/browse/OOZIE-1123 Diffs (updated) ----- branches/hcat-intre/core/src/main/java/org/apache/oozie/command/coord/CoordActionUpdatePushMissingDependency.java 1424233 branches/hcat-intre/core/src/main/java/org/apache/oozie/command/coord/CoordSubmitXCommand.java 1424233 branches/hcat-intre/core/src/main/java/org/apache/oozie/coord/CoordELFunctions.java 1424233 branches/hcat-intre/core/src/main/java/org/apache/oozie/coord/HCatELFunctions.java PRE-CREATION branches/hcat-intre/core/src/main/java/org/apache/oozie/util/HCatURI.java 1424233 branches/hcat-intre/core/src/main/java/org/apache/oozie/util/PartitionWrapper.java 1424233 branches/hcat-intre/core/src/main/resources/oozie-default.xml 1424233 branches/hcat-intre/core/src/test/java/org/apache/oozie/coord/TestCoordELFunctions.java 1424233 branches/hcat-intre/core/src/test/java/org/apache/oozie/coord/TestHCatELFunctions.java PRE-CREATION branches/hcat-intre/core/src/test/java/org/apache/oozie/util/TestHCatURI.java 1424233 branches/hcat-intre/examples/src/main/apps/hcatalog/README PRE-CREATION branches/hcat-intre/examples/src/main/apps/hcatalog/coordinator.xml PRE-CREATION branches/hcat-intre/examples/src/main/apps/hcatalog/id.pig PRE-CREATION branches/hcat-intre/examples/src/main/apps/hcatalog/job.properties PRE-CREATION branches/hcat-intre/examples/src/main/apps/hcatalog/workflow.xml PRE-CREATION branches/hcat-intre/pom.xml 1424233 branches/hcat-intre/sharelib/hive/pom.xml 1424233 Diff: https://reviews.apache.org/r/8673/diff/ Testing ------- unit tests added. end-to-end test will be done using Pig job Thanks, Mona Chitnis
