You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "balaswamy vaddeman (JIRA)" <ji...@apache.org> on 2016/02/09 08:36:18 UTC

[jira] [Created] (PIG-4799) reserved word dump submits two jobs

balaswamy vaddeman created PIG-4799:
---------------------------------------

             Summary: reserved word dump submits two jobs
                 Key: PIG-4799
                 URL: https://issues.apache.org/jira/browse/PIG-4799
             Project: Pig
          Issue Type: Bug
          Components: piggybank
    Affects Versions: 0.15.0
            Reporter: balaswamy vaddeman
            Priority: Minor


Below are steps fro recreating the issue.
1). take sample numbers in a file.
cat >numbers.txt
12
11
111
21
111
21
ctrl+z

2). upload numbers file to a folder

hdfs dfs -put numbers.txt /user/hdfs/numbers

3). Run below pig latin script 

dump = load '/user/hdfs/numbers';
dump dump;

You will see two jobs are submitted after running above code.




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