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

Carl Steinbach commented on HIVE-2831:
--------------------------------------

Running the 'dfs' command on 0.20 produces the following output:

{noformat}
hive> dfs -rmr ../build/test_dboutput_db;
Deleted file:/data/users/sdong/www/open-source-hive3/build/test_dboutput_db
{noformat}

But on 0.23 the output of FsShell commands has changed slightly:
{noformat}
hive> dfs -rmr ../build/test_dboutput_db;
Deleted ../build/test_dboutput_db
{noformat}

This difference is causing test failures in TestConbribCliDriver.dboutput and 
TestCliDriver.input45

                
> TestContribCliDriver.dboutput and TestCliDriver.input45 fail on 0.23
> --------------------------------------------------------------------
>
>                 Key: HIVE-2831
>                 URL: https://issues.apache.org/jira/browse/HIVE-2831
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to