You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2016/12/19 22:35:58 UTC

[jira] [Commented] (HIVE-15113) SHOW CREATE TABLE on skewed table returns statement without skew definition

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

Hive QA commented on HIVE-15113:
--------------------------------



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

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 12 failed/errored test(s), 10822 tests executed
*Failed tests:*
{noformat}
TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out) (batchId=234)
TestVectorizedColumnReaderBase - did not produce a TEST-*.xml file (likely timed out) (batchId=251)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[sample2] (batchId=5)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[sample4] (batchId=15)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[sample6] (batchId=61)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[sample7] (batchId=60)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[sample9] (batchId=39)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[udf_sort_array] (batchId=59)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[transform_ppr2] (batchId=135)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[stats_based_fetch_decision] (batchId=151)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2] (batchId=93)
org.apache.hive.service.server.TestHS2HttpServer.testContextRootUrlRewrite (batchId=186)
{noformat}

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

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 12 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12843958 - PreCommit-HIVE-Build

> SHOW CREATE TABLE on skewed table returns statement without skew definition
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-15113
>                 URL: https://issues.apache.org/jira/browse/HIVE-15113
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Wojciech Meler
>            Assignee: Aihua Xu
>         Attachments: HIVE-15113.1.patch
>
>
> CREATE TABLE IF NOT EXISTS testskew (key int, value STRING)
> SKEWED BY (key) ON (1,5,6) STORED AS DIRECTORIES
> STORED AS ORC;
> SHOW CREATE TABLE testskew;
> CREATE TABLE `testskew`(
> 2	  `key` int, 
> 3	  `value` string)
> 4	ROW FORMAT SERDE 
> 5	  'org.apache.hadoop.hive.ql.io.orc.OrcSerde' 
> 6	STORED AS INPUTFORMAT 
> 7	  'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat' 
> 8	OUTPUTFORMAT 
> 9	  'org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat'
> 10	LOCATION
> 11	  'hdfs://nameservice1/user/hive/warehouse/private_wmeler.db/testskew'
> 12	TBLPROPERTIES (
> 13	  'COLUMN_STATS_ACCURATE'='true', 
> 14	  'numFiles'='4', 
> 15	  'numRows'='19', 
> 16	  'rawDataSize'='1736', 
> 17	  'totalSize'='1184', 
> 18	  'transient_lastDdlTime'='1478098814')



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)