-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7744/
-----------------------------------------------------------
Review request for oozie.
Description
-------
At first the patch will be committed to /branches/hcat-intre. When we will feel
comfortable for HCat integration, we will apply the patches into trunk.
uri-template for HCat
<uri-template>
hcat://[HcatServer:Port]/db/table/?datestamp=$YEAR$MONTH$DAY$HOUR;region=us</uri-template>
This utility class parses HCat URI, does error checking,and store
information(server, db, table, partitions)
This addresses bug OOZIE-1036.
https://issues.apache.org/jira/browse/OOZIE-1036
Diffs
-----
trunk/core/src/main/java/org/apache/oozie/util/HCatURI.java PRE-CREATION
trunk/core/src/test/java/org/apache/oozie/util/TestHCatURI.java PRE-CREATION
Diff: https://reviews.apache.org/r/7744/diff/
Testing
-------
Thanks,
Ryota Egashira