[ https://issues.apache.org/jira/browse/HIVE-9500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14310066#comment-14310066 ]
Hive QA commented on HIVE-9500: ------------------------------- {color:red}Overall{color}: -1 no tests executed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12696927/HIVE-9500.3.patch Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2688/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2688/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2688/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase 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/hive-ptest/logs/PreCommit-HIVE-TRUNK-Build-2688/succeeded/TestParseNegative, remoteFile=/home/hiveptest/23.20.153.228-hiveptest-2/logs/, getExitCode()=12, getException()=null, getUser()=hiveptest, getHost()=23.20.153.228, getInstance()=2]: 'Address 23.20.153.228 maps to ec2-23-20-153-228.compute-1.amazonaws.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! receiving incremental file list ./ TEST-TestParseNegative-TEST-org.apache.hadoop.hive.ql.parse.TestParseNegative.xml 0 0% 0.00kB/s 0:00:00 8383 100% 7.99MB/s 0:00:00 (xfer#1, to-check=3/5) hive.log 0 0% 0.00kB/s 0:00:00 45350912 37% 43.25MB/s 0:00:01 91095040 74% 43.44MB/s 0:00:00 rsync: write failed on "/data/hive-ptest/logs/PreCommit-HIVE-TRUNK-Build-2688/succeeded/TestParseNegative/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(301) [receiver=3.0.6] rsync: connection unexpectedly closed (204 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [generator=3.0.6] Address 23.20.153.228 maps to ec2-23-20-153-228.compute-1.amazonaws.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! receiving incremental file list hive.log 0 0% 0.00kB/s 0:00:00 rsync: write failed on "/data/hive-ptest/logs/PreCommit-HIVE-TRUNK-Build-2688/succeeded/TestParseNegative/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(301) [receiver=3.0.6] rsync: connection unexpectedly closed (204 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [generator=3.0.6] Address 23.20.153.228 maps to ec2-23-20-153-228.compute-1.amazonaws.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! receiving incremental file list ./ hive.log 0 0% 0.00kB/s 0:00:00 rsync: write failed on "/data/hive-ptest/logs/PreCommit-HIVE-TRUNK-Build-2688/succeeded/TestParseNegative/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(301) [receiver=3.0.6] rsync: connection unexpectedly closed (204 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [generator=3.0.6] Address 23.20.153.228 maps to ec2-23-20-153-228.compute-1.amazonaws.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! receiving incremental file list ./ hive.log 0 0% 0.00kB/s 0:00:00 rsync: write failed on "/data/hive-ptest/logs/PreCommit-HIVE-TRUNK-Build-2688/succeeded/TestParseNegative/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(301) [receiver=3.0.6] rsync: connection unexpectedly closed (204 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [generator=3.0.6] Address 23.20.153.228 maps to ec2-23-20-153-228.compute-1.amazonaws.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! receiving incremental file list ./ hive.log 0 0% 0.00kB/s 0:00:00 rsync: write failed on "/data/hive-ptest/logs/PreCommit-HIVE-TRUNK-Build-2688/succeeded/TestParseNegative/hive.log": No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(301) [receiver=3.0.6] rsync: connection unexpectedly closed (204 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [generator=3.0.6] ' {noformat} This message is automatically generated. ATTACHMENT ID: 12696927 - PreCommit-HIVE-TRUNK-Build > Support nested structs over 24 levels. > -------------------------------------- > > Key: HIVE-9500 > URL: https://issues.apache.org/jira/browse/HIVE-9500 > Project: Hive > Issue Type: Improvement > Reporter: Aihua Xu > Assignee: Aihua Xu > Labels: SerDe > Fix For: 1.2.0 > > Attachments: HIVE-9500.1.patch, HIVE-9500.2.patch, HIVE-9500.3.patch > > > Customer has deeply nested avro structure and is receiving the following > error when performing queries. > 15/01/09 20:59:29 ERROR ql.Driver: FAILED: SemanticException > org.apache.hadoop.hive.serde2.SerDeException: Number of levels of nesting > supported for LazySimpleSerde is 23 Unable to work with level 24 > Currently we support up to 24 levels of nested structs when > hive.serialization.extend.nesting.levels is set to true, while the customers > have the requirement to support more than that. > It would be better to make the supported levels configurable or completely > removed (i.e., we can support any number of levels). -- This message was sent by Atlassian JIRA (v6.3.4#6332)