You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Sharad Agarwal (JIRA)" <ji...@apache.org> on 2015/02/17 12:58:12 UTC

[jira] [Commented] (LENS-212) Queries for local/cluster storage tables are errorring out

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

Sharad Agarwal commented on LENS-212:
-------------------------------------

when i created /tmp/lensreports/hdfsout directory in the hdfs before firing the query, it succeeds

> Queries for local/cluster storage tables are errorring out
> ----------------------------------------------------------
>
>                 Key: LENS-212
>                 URL: https://issues.apache.org/jira/browse/LENS-212
>             Project: Apache Lens
>          Issue Type: Bug
>          Components: examples
>            Reporter: Aniruddha Gangopadhyay
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 2.1
>
>
> On executing the following query using len-cli (running lens using docker): 
> query execute select * from local_fact1
> I am getting the following exception:
> Query failed with errorCode:1 with errorMessage: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask cause:Stage-0(MOVE):Stage-0: has failed! Stage-0(MOVE):Stage-0: has failed! Stage-0(MOVE):Stage-0: has failed! Stage-0(MOVE):Stage-0: has failed! 
> Corresponding error logs from hive.log :
> Failed with exception Unable to rename: hdfs://a1cf79816353:9000/tmp/hive-root/hive_2015-01-20_10-35-
> 19_557_1696101339865196124-1/-ext-10000 to: /tmp/lensreports/hdfsout/d9ee6634-ca74-4344-87d4-47e1111ddf59
> org.apache.hadoop.hive.ql.metadata.HiveException: Unable to rename: hdfs://a1cf79816353:9000/tmp/hive-root/hive_2015-01-20_10-35-19_557_1696101339865196124-1/-ext-10000 to: /tmp/l
> ensreports/hdfsout/d9ee6634-ca74-4344-87d4-47e1111ddf59
>         at org.apache.hadoop.hive.ql.exec.MoveTask.moveFile(MoveTask.java:99)
>         at org.apache.hadoop.hive.ql.exec.MoveTask.execute(MoveTask.java:198)
>         at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:173)
>         at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:85)
>         at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1491)
>         at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1250)
>         at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1062)
>         at org.apache.hadoop.hive.ql.Driver.run(Driver.java:885)
>         at org.apache.hadoop.hive.ql.Driver.run(Driver.java:880)
>         at org.apache.hive.service.cli.operation.SQLOperation.runInternal(SQLOperation.java:158)
>         at org.apache.hive.service.cli.operation.SQLOperation.access$000(SQLOperation.java:76)
>         at org.apache.hive.service.cli.operation.SQLOperation$1$1.run(SQLOperation.java:215)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.security.auth.Subject.doAs(Subject.java:415)
>         at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1614)
>         at org.apache.hadoop.hive.shims.HadoopShimsSecure.doAs(HadoopShimsSecure.java:500)
>         at org.apache.hive.service.cli.operation.SQLOperation$1.run(SQLOperation.java:224)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:745)
> This issue is with the HDFSStorage only, tables created with DBStorage are working fine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)