You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2010/02/12 20:06:28 UTC

[jira] Updated: (PIG-1234) Unable to create input slice for har:// files

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

Pradeep Kamath updated PIG-1234:
--------------------------------

    Fix Version/s: 0.7.0

> Unable to create input slice for har:// files
> ---------------------------------------------
>
>                 Key: PIG-1234
>                 URL: https://issues.apache.org/jira/browse/PIG-1234
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Tsz Wo (Nicholas), SZE
>             Fix For: 0.7.0
>
>
> Tried to load har:// files
> {noformat}
> grunt> a = LOAD 'har://hdfs-namenode/user/tsz/t20.har/t20' USING PigStorage('\n') AS (line);
> grunt> dump 
> {noformat}
> but pig says
> {noformat}
> 2010-02-10 18:42:20,750 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2118:
>  Unable to create input slice for: har://hdfs-namenode/user/tsz/t20.har/t20
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.