Github user zuotingbing commented on the issue:

    https://github.com/apache/spark/pull/17858
  
    yes i tried the same thing in Hive, got the same error:
    `2017-05-08T13:48:04,634 ERROR exec.Task (:()) - Failed with exception 
Unable to move source 
hdfs://nameservice/hive/test_table1/test_hive_2017-05-08_13-47-40_660_5235248825413690559-1/-ext-10000
 to destination hdfs://nameservice/hive/test_table1
    org.apache.hadoop.hive.ql.metadata.HiveException: Unable to move source 
hdfs://nameservice/hive/test_table1/test_hive_2017-05-08_13-47-40_660_5235248825413690559-1/-ext-10000
 to destination hdfs://nameservice/hive/test_table1
        at org.apache.hadoop.hive.ql.metadata.Hive.moveFile(Hive.java:2959)
        at org.apache.hadoop.hive.ql.metadata.Hive.replaceFiles(Hive.java:3198)
        at org.apache.hadoop.hive.ql.metadata.Hive.loadTable(Hive.java:1805)
        at org.apache.hadoop.hive.ql.exec.MoveTask.execute(MoveTask.java:355)
        at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:197)
        at 
org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:100)
        at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1917)
        at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1586)
        at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1331)
        at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1092)
        at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1080)
        at 
org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:232)
        at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:183)
        at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:399)
        at 
org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:776)
        at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:714)
        at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:641)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
    Caused by: java.io.FileNotFoundException: File 
hdfs://nameservice/hive/test_table1/test_hive_2017-05-08_13-47-40_660_5235248825413690559-1/-ext-10000
 does not exist.
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.listStatusInternal(DistributedFileSystem.java:697)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.access$600(DistributedFileSystem.java:105)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem$15.doCall(DistributedFileSystem.java:755)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem$15.doCall(DistributedFileSystem.java:751)
        at 
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:751)
        at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1485)
        at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1525)
        at org.apache.hadoop.hive.ql.metadata.Hive.moveFile(Hive.java:2896)
        ... 22 more
    
    2017-05-08T13:48:04,635 ERROR ql.Driver (:()) - FAILED: Execution Error, 
return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Unable to move 
source 
hdfs://nameservice/hive/test_table1/test_hive_2017-05-08_13-47-40_660_5235248825413690559-1/-ext-10000
 to destination hdfs://nameservice/hive/test_table1`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to