[ 
https://issues.apache.org/jira/browse/HIVE-16882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553223#comment-16553223
 ] 

Hive QA commented on HIVE-16882:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12932737/HIVE-16882.8.patch

{color:red}ERROR:{color} -1 due to build exiting with an error

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/12796/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12796/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12796/

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'
2018-07-23 18:29:30.866
+ [[ -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-12796/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'
2018-07-23 18:29:30.868
+ cd apache-github-source-source
+ git fetch origin
+ git reset --hard HEAD
HEAD is now at 90d19ac HIVE-17683: Add explain locks <sql> command (Igor 
Kryvenko via Eugene Koifman)
+ git clean -f -d
Removing standalone-metastore/metastore-server/src/gen/
+ git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
+ git reset --hard origin/master
HEAD is now at 90d19ac HIVE-17683: Add explain locks <sql> command (Igor 
Kryvenko via Eugene Koifman)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2018-07-23 18:29:32.027
+ rm -rf ../yetus_PreCommit-HIVE-Build-12796
+ mkdir ../yetus_PreCommit-HIVE-Build-12796
+ git gc
+ cp -R . ../yetus_PreCommit-HIVE-Build-12796
+ mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-12796/yetus
+ 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
error: 
a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java: does 
not exist in index
error: 
a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroLazyObjectInspector.java:
 does not exist in index
error: a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerDe.java: does 
not exist in index
error: a/serde/src/java/org/apache/hadoop/hive/serde2/avro/InstanceCache.java: 
does not exist in index
error: patch failed: 
serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java:25
Falling back to three-way merge...
Applied patch to 
'serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java' with 
conflicts.
Going to apply patch with: git apply -p1
error: patch failed: 
serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java:25
Falling back to three-way merge...
Applied patch to 
'serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java' with 
conflicts.
U serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java
+ result=1
+ '[' 1 -ne 0 ']'
+ rm -rf yetus_PreCommit-HIVE-Build-12796
+ exit 1
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12932737 - PreCommit-HIVE-Build

> Improvements For Avro SerDe Package
> -----------------------------------
>
>                 Key: HIVE-16882
>                 URL: https://issues.apache.org/jira/browse/HIVE-16882
>             Project: Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>    Affects Versions: 3.0.0
>            Reporter: BELUGA BEHR
>            Assignee: BELUGA BEHR
>            Priority: Minor
>         Attachments: HIVE-16882.1.patch, HIVE-16882.2.patch, 
> HIVE-16882.3.patch, HIVE-16882.4.patch, HIVE-16882.5.patch, 
> HIVE-16882.6.patch, HIVE-16882.7.patch, HIVE-16882.8.patch
>
>
> # Use SLF4J parameter DEBUG logging
> # Use re-usable libraries where appropriate
> # Use enhanced for loops where appropriate
> # Fix several minor check-style error
> # Small performance enhancements in InstanceCache



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to