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/09/06 15:10:22 UTC

[jira] [Commented] (HIVE-14404) Allow delimiterfordsv to use multiple-character delimiters

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

Hive QA commented on HIVE-14404:
--------------------------------



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

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 10443 tests executed
*Failed tests:*
{noformat}
TestBeeLineWithArgs - did not produce a TEST-*.xml file
TestHiveCli - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestCliDriver.org.apache.hadoop.hive.cli.TestCliDriver
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_join_part_col_char]
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[acid_bucket_pruning]
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3]
org.apache.hive.jdbc.TestJdbcWithMiniHS2.testAddJarConstructorUnCaching
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1112/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1112/console
Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-1112/

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: 7 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12827184 - PreCommit-HIVE-MASTER-Build

> Allow delimiterfordsv to use multiple-character delimiters
> ----------------------------------------------------------
>
>                 Key: HIVE-14404
>                 URL: https://issues.apache.org/jira/browse/HIVE-14404
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Stephen Measmer
>            Assignee: Marta Kuczora
>         Attachments: HIVE-14404.2.patch, HIVE-14404.3.patch, HIVE-14404.4.patch, HIVE-14404.patch
>
>
> HIVE-5871 allows for reading multiple character delimiters.  Would like the ability to use outputformat=dsv and define multiple character delimiters.  Today  delimiterfordsv only uses on character even if multiple are passes.
> For example:
> when I use:
> beeline>!set outputformat dsv
> beeline>!set delimiterfordsv "^-^"
>  I get:
> 111201081253106275^31-Oct-2011 00:00:00^Text^201605232823^2016051968232151^201605232823_2016051968232151_00000_0_1 
> Would like it to be:
> 111201081253106275^-^31-Oct-2011 00:00:00^-^Text^-^201605232823^-^2016051968232151^-^201605232823_2016051968232151_00000_0_1 



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