[
https://issues.apache.org/jira/browse/HIVE-15333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733659#comment-15733659
]
Sushanth Sowmyan commented on HIVE-15333:
-----------------------------------------
Actually, looking at the test failures, I see:
https://builds.apache.org/job/PreCommit-HIVE-Build/2479/testReport/org.apache.hadoop.hive.cli/TestBlobstoreCliDriver/org_apache_hadoop_hive_cli_TestBlobstoreCliDriver/
{noformat}
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class
org.apache.hadoop.fs.ProxyLocalFileSystem not found
at
org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2195)
at
org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2638)
at
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2651)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:92)
{noformat}
So at least one of those tests does seem related. Could you please check to see
if any references to ProxyLocalFileSystem are being missed?
> Add a FetchTask to REPL DUMP plan for reading dump uri, last repl id as
> ResultSet
> ---------------------------------------------------------------------------------
>
> Key: HIVE-15333
> URL: https://issues.apache.org/jira/browse/HIVE-15333
> Project: Hive
> Issue Type: Sub-task
> Components: repl
> Reporter: Vaibhav Gumashta
> Assignee: Vaibhav Gumashta
> Attachments: HIVE-15333.1.patch, HIVE-15333.2.patch,
> HIVE-15333.3.patch, HIVE-15333.4.patch
>
>
> We're writing the return values to a file, but we don't add FetchTask while
> planning.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)