----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7744/#review12810 -----------------------------------------------------------
trunk/core/src/main/java/org/apache/oozie/util/HCatURI.java <https://reviews.apache.org/r/7744/#comment27425> consider to use split() trunk/core/src/main/java/org/apache/oozie/util/HCatURI.java <https://reviews.apache.org/r/7744/#comment27424> revisit this with String split method - Mohammad Islam On Oct. 25, 2012, 10:18 p.m., Ryota Egashira wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/7744/ > ----------------------------------------------------------- > > (Updated Oct. 25, 2012, 10:18 p.m.) > > > 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 > >
