[ https://issues.apache.org/jira/browse/HIVE-15294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15761947#comment-15761947 ]
Hive QA commented on HIVE-15294: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12843929/HIVE-15294.4.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2634/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2634/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2634/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Tests exited with: NonZeroExitCodeException Command 'bash /data/hiveptest/working/scratch/source-prep.sh' failed with exit status 1 and output '+ date '+%Y-%m-%d %T.%3N' 2016-12-19 18:38:56.618 + [[ -n /usr/lib/jvm/java-8-openjdk-amd64 ]] + export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 + JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 + export PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games + PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games + export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m ' + ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m ' + export 'MAVEN_OPTS=-Xmx1g ' + MAVEN_OPTS='-Xmx1g ' + cd /data/hiveptest/working/ + tee /data/hiveptest/logs/PreCommit-HIVE-Build-2634/source-prep.txt + [[ false == \t\r\u\e ]] + mkdir -p maven ivy + [[ git = \s\v\n ]] + [[ git = \g\i\t ]] + [[ -z master ]] + [[ -d apache-github-source-source ]] + [[ ! -d apache-github-source-source/.git ]] + [[ ! -d apache-github-source-source ]] + date '+%Y-%m-%d %T.%3N' 2016-12-19 18:38:56.620 + cd apache-github-source-source + git fetch origin + git reset --hard HEAD HEAD is now at 24577b6 HIVE-15437: avro tables join fails when - tbl join tbl_postfix (Yongzhi Chen, reviewed by Chaoyu Tang) + git clean -f -d + git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. + git reset --hard origin/master HEAD is now at 24577b6 HIVE-15437: avro tables join fails when - tbl join tbl_postfix (Yongzhi Chen, reviewed by Chaoyu Tang) + git merge --ff-only origin/master Already up-to-date. + date '+%Y-%m-%d %T.%3N' 2016-12-19 18:38:57.794 + patchCommandPath=/data/hiveptest/working/scratch/smart-apply-patch.sh + patchFilePath=/data/hiveptest/working/scratch/build.patch + [[ -f /data/hiveptest/working/scratch/build.patch ]] + chmod +x /data/hiveptest/working/scratch/smart-apply-patch.sh + /data/hiveptest/working/scratch/smart-apply-patch.sh /data/hiveptest/working/scratch/build.patch Going to apply patch with: patch -p1 patching file hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/DbNotificationListener.java patching file itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/TestDbNotificationListener.java patching file metastore/if/hive_metastore.thrift patching file metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java patching file metastore/src/java/org/apache/hadoop/hive/metastore/events/InsertEvent.java patching file metastore/src/java/org/apache/hadoop/hive/metastore/messaging/MessageFactory.java patching file metastore/src/java/org/apache/hadoop/hive/metastore/messaging/json/JSONInsertMessage.java patching file metastore/src/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageFactory.java patching file ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java patching file shims/common/src/main/java/org/apache/hadoop/fs/ProxyLocalFileSystem.java + [[ maven == \m\a\v\e\n ]] + rm -rf /data/hiveptest/working/maven/org/apache/hive + mvn -B clean install -DskipTests -T 4 -q -Dmaven.repo.local=/data/hiveptest/working/maven ANTLR Parser Generator Version 3.5.2 Output file /data/hiveptest/working/apache-github-source-source/metastore/target/generated-sources/antlr3/org/apache/hadoop/hive/metastore/parser/FilterParser.java does not exist: must build /data/hiveptest/working/apache-github-source-source/metastore/src/java/org/apache/hadoop/hive/metastore/parser/Filter.g org/apache/hadoop/hive/metastore/parser/Filter.g [ERROR] COMPILATION ERROR : [ERROR] /data/hiveptest/working/apache-github-source-source/metastore/src/java/org/apache/hadoop/hive/metastore/events/InsertEvent.java:[70,19] cannot find symbol symbol: method isSetFilesAddedChecksum() location: variable insertData of type org.apache.hadoop.hive.metastore.api.InsertEventRequestData [ERROR] /data/hiveptest/working/apache-github-source-source/metastore/src/java/org/apache/hadoop/hive/metastore/events/InsertEvent.java:[71,33] cannot find symbol symbol: method getFilesAddedChecksum() location: variable insertData of type org.apache.hadoop.hive.metastore.api.InsertEventRequestData [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hive-metastore: Compilation failure: Compilation failure: [ERROR] /data/hiveptest/working/apache-github-source-source/metastore/src/java/org/apache/hadoop/hive/metastore/events/InsertEvent.java:[70,19] cannot find symbol [ERROR] symbol: method isSetFilesAddedChecksum() [ERROR] location: variable insertData of type org.apache.hadoop.hive.metastore.api.InsertEventRequestData [ERROR] /data/hiveptest/working/apache-github-source-source/metastore/src/java/org/apache/hadoop/hive/metastore/events/InsertEvent.java:[71,33] cannot find symbol [ERROR] symbol: method getFilesAddedChecksum() [ERROR] location: variable insertData of type org.apache.hadoop.hive.metastore.api.InsertEventRequestData [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :hive-metastore + exit 1 ' {noformat} This message is automatically generated. ATTACHMENT ID: 12843929 - PreCommit-HIVE-Build > Capture additional metadata to replicate a simple insert at destination > ----------------------------------------------------------------------- > > Key: HIVE-15294 > URL: https://issues.apache.org/jira/browse/HIVE-15294 > Project: Hive > Issue Type: Sub-task > Components: repl > Reporter: Vaibhav Gumashta > Assignee: Vaibhav Gumashta > Attachments: HIVE-15294.1.patch, HIVE-15294.2.patch, > HIVE-15294.3.patch, HIVE-15294.4.patch, HIVE-15294.4.patch > > > For replicating inserts like {{INSERT INTO ... SELECT ... FROM}}, we will > need to capture the newly added files in the notification message to be able > to replicate the event at destination. -- This message was sent by Atlassian JIRA (v6.3.4#6332)