You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (JIRA)" <ji...@apache.org> on 2014/10/15 03:29:33 UTC

[jira] [Updated] (HIVE-8251) An error occurred when trying to close the Operator running your custom script.

     [ https://issues.apache.org/jira/browse/HIVE-8251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navis updated HIVE-8251:
------------------------
    Attachment: HIVE-8251.1.patch.txt

> An error occurred when trying to close the Operator running your custom script.
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-8251
>                 URL: https://issues.apache.org/jira/browse/HIVE-8251
>             Project: Hive
>          Issue Type: Bug
>          Components: Contrib, Query Processor
>    Affects Versions: 0.12.0
>         Environment: MapR distribution
>            Reporter: someshwar kale
>         Attachments: HIVE-8251.1.patch.txt
>
>
> We are trying to plugin custom map reduce to our hive , but facing the error as below-
> java.lang.RuntimeException: Hive Runtime Error while closing operators
>         at org.apache.hadoop.hive.ql.exec.mr.ExecMapper.close(ExecMapper.java:240)
>         at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:57)
>         at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:418)
>         at org.apache.hadoop.mapred.MapTask.run(MapTask.java:349)
>         at org.apache.hadoop.mapred.Child$4.run(Child.java:270)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.security.auth.Subject.doAs(Subject.java:396)
>         at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1127)
>         at org.apache.hadoop.mapred.Child.main(Child.java:264)
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: [Error 20003]: An error occurred when trying to close the Operator running your custom script.
>         at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:514)
>         at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:613)
>         at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:613)
>         at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:613)
>         at org.apache.hadoop.hive.ql.exec.mr.ExecMapper.close(ExecMapper.java:207)
>         ... 8 more
> FAILED: Execution Error, return code 20003 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. An error occurred when trying to close the Operator running your custom script.



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