[
https://issues.apache.org/jira/browse/HIVE-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033167#comment-14033167
]
Hive QA commented on HIVE-6694:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12650606/HIVE-6694.2.patch
{color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 5612 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parquet_columnar
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_optimization
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas
org.apache.hadoop.hive.ql.TestMTQueries.testMTQueries1
org.apache.hadoop.hive.ql.exec.tez.TestTezTask.testSubmit
org.apache.hive.hcatalog.pig.TestHCatLoader.testReadDataPrimitiveTypes
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/485/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/485/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-485/
Messages:
{noformat}
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: 8 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12650606
> Beeline should provide a way to execute shell command as Hive CLI does
> ----------------------------------------------------------------------
>
> Key: HIVE-6694
> URL: https://issues.apache.org/jira/browse/HIVE-6694
> Project: Hive
> Issue Type: Improvement
> Components: CLI, Clients
> Affects Versions: 0.11.0, 0.12.0, 0.13.0
> Reporter: Xuefu Zhang
> Assignee: Xuefu Zhang
> Fix For: 0.14.0
>
> Attachments: HIVE-6694.1.patch, HIVE-6694.1.patch, HIVE-6694.2.patch,
> HIVE-6694.patch
>
>
> Hive CLI allows a user to execute a shell command using ! notation. For
> instance, !cat myfile.txt. Being able to execute shell command may be
> important for some users. As a replacement, however, Beeline provides no such
> capability, possibly because ! notation is reserved for SQLLine commands.
> It's possible to provide this using a slightly syntactic variation such as
> !sh cat myfilie.txt.
--
This message was sent by Atlassian JIRA
(v6.2#6252)