Hi, Updating the children pom parent versions is one of the annoying things above maven. The good news is:
1) There is a plan to remove this requirement ( http://jira.codehaus.org/browse/MNG-624) 2) There is a command to do this automatically: http://mojo.codehaus.org/versions-maven-plugin/set-mojo.html 3) This works easy enough for me in Flume find . -name pom.xml | xargs perl -i -pe 's@0.12.0-SNAPSHOT@0.13.0-SNAPSHOT@g' Brock On Sun, Sep 8, 2013 at 1:22 AM, Carl Steinbach <cwsteinb...@gmail.com>wrote: > I committed a patch on trunk and branch-0.12 that fixes this issue. All I > had to do was > update the Hive version number in eight separate pom files located in > various hcatalog > subdirectories. Switching to Maven is going to make this easier, right? > > > On Sat, Sep 7, 2013 at 2:55 PM, Edward Capriolo <edlinuxg...@gmail.com > >wrote: > > > I am trying to accomplish this ticket... > > > > https://issues.apache.org/jira/browse/HIVE-5087 > > > > [edward@jackintosh branch-0.12]$ ant clean package > > /home/edward/Documents/java/branch-0.12/build.xml:168: The following > error > > occurred while executing this line: > > /home/edward/Documents/java/branch-0.12/hcatalog/build.xml:68: The > > following error occurred while executing this line: > > > > > /home/edward/Documents/java/branch-0.12/hcatalog/build-support/ant/deploy.xml:81: > > The following error occurred while executing this line: > > > > > /home/edward/Documents/java/branch-0.12/hcatalog/build-support/ant/deploy.xml:57: > > The following error occurred while executing this line: > > > > > /home/edward/Documents/java/branch-0.12/hcatalog/build-support/ant/deploy.xml:48: > > Error installing artifact 'org.apache.hive:hive-shims:jar': Error > > installing artifact: File > > > > > /home/edward/Documents/java/branch-0.12/build/shims/hive-shims-0.12.0-SNAPSHOT.jar > > does not exist > > > > Total time: 2 minutes 9 seconds > > > > > > Neither trunk nor 12 branch and complete ant clean package...test needs > > package > > > > > > On Fri, Sep 6, 2013 at 9:55 PM, Hari Subramaniyan < > > hsubramani...@hortonworks.com> wrote: > > > > > HIVE-5199(Custom SerDe containing a nonSettable complex data type row > > > object inspector throws cast exception with HIVE 0.11) is not committed > > > yet, but needs to go in for hive 0.12. > > > > > > Thanks > > > Hari > > > > > > > > > On Fri, Sep 6, 2013 at 5:29 PM, Thejas Nair <the...@hortonworks.com> > > > wrote: > > > > > > > As discussed in earlier thread, I will go ahead and create a branch > > > > for hive 0.12 release. I will do that in another hour. > > > > > > > > Please reply to this thread if there are any jiras that are not > > > > committed yet, that you feel should be included in hive 0.12. Please > > > > include only jiras that are being actively worked on (or that you are > > > > willing to actively work on), and those that are likely to able to > get > > > > to a committable state in another week or so. I would like to get > 0.12 > > > > into a stabilizing phase in two weeks, which would mean freezing the > > > > branch at that point to checkin only any blocker bug fixes. > > > > > > > > Thanks, > > > > Thejas > > > > > > > > -- > > > > CONFIDENTIALITY NOTICE > > > > NOTICE: This message is intended for the use of the individual or > > entity > > > to > > > > which it is addressed and may contain information that is > confidential, > > > > privileged and exempt from disclosure under applicable law. If the > > reader > > > > of this message is not the intended recipient, you are hereby > notified > > > that > > > > any printing, copying, dissemination, distribution, disclosure or > > > > forwarding of this communication is strictly prohibited. If you have > > > > received this communication in error, please contact the sender > > > immediately > > > > and delete it from your system. Thank You. > > > > > > > > > > -- > > > CONFIDENTIALITY NOTICE > > > NOTICE: This message is intended for the use of the individual or > entity > > to > > > which it is addressed and may contain information that is confidential, > > > privileged and exempt from disclosure under applicable law. If the > reader > > > of this message is not the intended recipient, you are hereby notified > > that > > > any printing, copying, dissemination, distribution, disclosure or > > > forwarding of this communication is strictly prohibited. If you have > > > received this communication in error, please contact the sender > > immediately > > > and delete it from your system. Thank You. > > > > > > -- Apache MRUnit - Unit testing MapReduce - http://mrunit.apache.org