[ https://issues.apache.org/jira/browse/HIVE-18965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16401493#comment-16401493 ]
Hive QA commented on HIVE-18965: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12914770/HIVE-18965.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/9656/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/9656/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-9656/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Tests exited with: ExecutionException: java.util.concurrent.ExecutionException: org.apache.hive.ptest.execution.ssh.SSHExecutionException: RSyncResult [localFile=/data/hiveptest/logs/PreCommit-HIVE-Build-9656/succeeded/250_UTBatch_itests__qtest_4_tests, remoteFile=/home/hiveptest/35.224.46.125-hiveptest-0/logs/, getExitCode()=11, getException()=null, getUser()=hiveptest, getHost()=35.224.46.125, getInstance()=0]: 'Warning: Permanently added '35.224.46.125' (ECDSA) to the list of known hosts. receiving incremental file list ./ TEST-250_UTBatch_itests__qtest_4_tests-TEST-org.apache.hadoop.hive.cli.TestBeeLineDriver.xml 0 0% 0.00kB/s 0:00:00 115,004 100% 3.23MB/s 0:00:00 (xfr#1, to-chk=11/13) TEST-250_UTBatch_itests__qtest_4_tests-TEST-org.apache.hadoop.hive.cli.TestMiniDruidCliDriver.xml 0 0% 0.00kB/s 0:00:00 113,423 100% 1.57MB/s 0:00:00 (xfr#2, to-chk=10/13) TEST-250_UTBatch_itests__qtest_4_tests-TEST-org.apache.hadoop.hive.cli.TestTezPerfCliDriver.xml 0 0% 0.00kB/s 0:00:00 124,090 100% 1.44MB/s 0:00:00 (xfr#3, to-chk=9/13) TEST-250_UTBatch_itests__qtest_4_tests-TEST-org.apache.hive.TestDummy.xml 0 0% 0.00kB/s 0:00:00 112,821 100% 1020.16kB/s 0:00:00 (xfr#4, to-chk=8/13) maven-test.txt 0 0% 0.00kB/s 0:00:00 57,221 100% 508.00kB/s 0:00:00 (xfr#5, to-chk=7/13) logs/ logs/derby.log 0 0% 0.00kB/s 0:00:00 39,600 100% 339.23kB/s 0:00:00 (xfr#6, to-chk=4/13) logs/derby.log-04d7332b-5e7b-40cf-8452-e3362714328c 0 0% 0.00kB/s 0:00:00 1,152 100% 9.87kB/s 0:00:00 (xfr#7, to-chk=3/13) logs/hive.log 0 0% 0.00kB/s 0:00:00 46,235,648 30% 44.09MB/s 0:00:02 rsync: write failed on "/data/hiveptest/logs/PreCommit-HIVE-Build-9656/succeeded/250_UTBatch_itests__qtest_4_tests/logs/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.1] Warning: Permanently added '35.224.46.125' (ECDSA) to the list of known hosts. receiving incremental file list logs/ logs/hive.log 0 0% 0.00kB/s 0:00:00 rsync: write failed on "/data/hiveptest/logs/PreCommit-HIVE-Build-9656/succeeded/250_UTBatch_itests__qtest_4_tests/logs/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.1] Warning: Permanently added '35.224.46.125' (ECDSA) to the list of known hosts. receiving incremental file list logs/ logs/hive.log 0 0% 0.00kB/s 0:00:00 rsync: write failed on "/data/hiveptest/logs/PreCommit-HIVE-Build-9656/succeeded/250_UTBatch_itests__qtest_4_tests/logs/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.1] Warning: Permanently added '35.224.46.125' (ECDSA) to the list of known hosts. receiving incremental file list logs/ logs/hive.log 0 0% 0.00kB/s 0:00:00 rsync: write failed on "/data/hiveptest/logs/PreCommit-HIVE-Build-9656/succeeded/250_UTBatch_itests__qtest_4_tests/logs/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.1] Warning: Permanently added '35.224.46.125' (ECDSA) to the list of known hosts. receiving incremental file list logs/ logs/hive.log 0 0% 0.00kB/s 0:00:00 rsync: write failed on "/data/hiveptest/logs/PreCommit-HIVE-Build-9656/succeeded/250_UTBatch_itests__qtest_4_tests/logs/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.1] ' {noformat} This message is automatically generated. ATTACHMENT ID: 12914770 - PreCommit-HIVE-Build > HIVE-17990 didn't update derby SQL scripts > ------------------------------------------ > > Key: HIVE-18965 > URL: https://issues.apache.org/jira/browse/HIVE-18965 > Project: Hive > Issue Type: Bug > Components: Metastore > Affects Versions: 3.0.0 > Reporter: Alan Gates > Assignee: Alan Gates > Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-18965.patch > > > Owing to HIVE-18775, there are currently two copies of the derby installation > and upgrade script. HIVE-17990 only updated the one in standalone-metastore. > The one in metastore needs to be updated as well. -- This message was sent by Atlassian JIRA (v7.6.3#76005)