[ https://issues.apache.org/jira/browse/HIVE-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802273#comment-13802273 ]
Owen O'Malley commented on HIVE-5610: ------------------------------------- I just tried it out and the roll forward script errors out because: {code} ql/src/test/org/apache/hadoop/hive/ql/security/TestDefaultHiveMetastoreAuthorizationProvider.java {code} isn't found. After I commented that out and tried to use: {code} % mvn package {code} I get a failure at: {code} [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (generate-version-annotation) on project hive-common: An Ant BuildException has occured: exec returned: 1 [ERROR] around Ant part ...<exec executable="bash" failonerror="true">... @ 4:46 in /Users/owen/work/code/hive/common/target/antrun/build-main.xml [ERROR] -> [Help 1] {code} and tracking that down, it is because the saveVersion.sh depends on md5sum. I'll work around that next. :) > Merge maven branch into trunk > ----------------------------- > > Key: HIVE-5610 > URL: https://issues.apache.org/jira/browse/HIVE-5610 > Project: Hive > Issue Type: Sub-task > Reporter: Brock Noland > Assignee: Brock Noland > > With HIVE-5566 nearing completion we will be nearly ready to merge the maven > branch to trunk. The following tasks will be done post-merge: > * HIVE-5611 - Add assembly (i.e.) tar creation to pom > * HIVE-5612 - Add ability to re-generate generated code stored in source > control > The merge process will be as follows: > 1) svn merge ^/hive/branches/maven > 2) Commit result > 3) Modify the following line in maven-rollforward.sh: > {noformat} > mv $source $target > {noformat} > to > {noformat} > svn mv $source $target > {noformat} > 4) Execute maven-rollfward.sh > 5) Commit result > 6) Update trunk-mr1.properties and trunk-mr2.properties on the ptesting host, > adding the following: > {noformat} > mavenEnvOpts = -Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128 > testCasePropertyName = test > buildTool = maven > unitTests.directories = ./ > {noformat} -- This message was sent by Atlassian JIRA (v6.1#6144)