[ https://issues.apache.org/jira/browse/HIVE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232989#comment-13232989 ]
Carl Steinbach commented on HIVE-2878: -------------------------------------- On Hadoop 0.20 the 'dfs -count' command outputs a fully qualified file location: {noformat} dfs -count /build/ql/test/data/warehouse/hbpartition; 1 3 23380 hdfs://localhost.localdomain:37780/tmp/hbsort/cf {noformat} But on 0.23 the file location is not qualified: {noformat} dfs -count /build/ql/test/data/warehouse/hbpartition; 1 3 24792 /tmp/hbsort/cf {noformat} This is a causing a test failure in TestHBaseMinimrCliDriver.hbase_bulk.m > TestHBaseMinimrCliDriver hbase_bulk.m fails on 0.23 > --------------------------------------------------- > > Key: HIVE-2878 > URL: https://issues.apache.org/jira/browse/HIVE-2878 > 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