<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: PIG Store Command not working in local mode in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113258#M38436</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/11938/kumarvaibhav1992.html" nodeid="11938"&gt;@Vaibhav Kumar&lt;/A&gt;&lt;P&gt;here's my result&lt;/P&gt;&lt;P&gt;my home directory looks like so&lt;/P&gt;&lt;PRE&gt;root@u1201:~# ls -ltra
total 8440
-rw-r--r--  1 root      root        140 Apr 19  2012 .profile
-rw-r--r--  1 root      root       3106 Apr 19  2012 .bashrc
-rw-r--r--  1 root      root    8491533 Nov 18  2015 apache-maven-3.3.9-bin.tar.gz
drwxr-xr-x  4 zookeeper users      4096 Dec 16  2015 hdp_manual_install_rpm_helper_files-2.3.4.0.3485
-rw-r--r--  1 root      root      85490 Dec 21  2015 hdp_manual_install_rpm_helper_files-2.3.4.0.3485.tar.gz
drwxr-xr-x  2 root      root       4096 May 10 19:20 .oracle_jre_usage
-rw-------  1 root      root       1024 May 10 19:20 .rnd
drw-------  2 root      root       4096 May 10 19:35 .ssh
-rw-------  1 root      root       1675 May 11 15:22 ec2-keypair
-rw-rw-r--  1 vagrant   vagrant     196 Aug 14 22:28 mydata.csv
-rw-r--r--  1 root      root        167 Aug 21 17:22 6836-mydata.tar.gz
drwxr-xr-x 26 root      root       4096 Aug 22 12:59 ..
-rw-------  1 root      root       4306 Aug 22 14:02 .bash_history
-rw-r--r--  1 root      root       1510 Aug 22 14:05 pig_1471874665243.log
-rw-r--r--  1 root      root        286 Aug 22 14:06 .pig_history
drwx------  5 root      root       4096 Aug 22 14:07 .
&lt;/PRE&gt;&lt;P&gt;enter Pig Tez local mode using&lt;/P&gt;&lt;PRE&gt;pig -x tez_local&lt;/PRE&gt;&lt;P&gt;you will get the grunt shell&lt;/P&gt;&lt;PRE&gt;WARNING: Use "yarn jar" to launch YARN applications.
16/08/22 14:08:13 INFO pig.ExecTypeProvider: Trying ExecType : LOCAL
16/08/22 14:08:13 INFO pig.ExecTypeProvider: Trying ExecType : MAPREDUCE
16/08/22 14:08:13 INFO pig.ExecTypeProvider: Trying ExecType : TEZ_LOCAL
16/08/22 14:08:13 INFO pig.ExecTypeProvider: Picked TEZ_LOCAL as the ExecType
2016-08-22 14:08:13,754 [main] INFO  org.apache.pig.Main - Apache Pig version 0.15.0.2.4.2.0-258 (rexported) compiled Apr 25 2016, 06:41:45
2016-08-22 14:08:13,755 [main] INFO  org.apache.pig.Main - Logging error messages to: /root/pig_1471874893753.log
2016-08-22 14:08:13,789 [main] INFO  org.apache.pig.impl.util.Utils - Default bootup file /root/.pigbootup not found
2016-08-22 14:08:13,941 [main] INFO  org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: file:///
2016-08-22 14:08:14,203 [main] INFO  org.apache.pig.PigServer - Pig Script ID for the session: PIG-default-d9d3ca17-ae1d-42ec-b984-d38db00b1f0f
2016-08-22 14:08:14,737 [main] INFO  org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl - Timeline service address: &lt;A href="http://u1202.ambari.apache.org:8188/ws/v1/timeline/" target="_blank"&gt;http://u1202.ambari.apache.org:8188/ws/v1/timeline/&lt;/A&gt;
2016-08-22 14:08:15,456 [main] INFO  org.apache.pig.backend.hadoop.ATSService - Created ATS Hook
&lt;/PRE&gt;&lt;P&gt;now start entering your script&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; CASE1 = load 'mydata.csv' using PigStorage(',');
grunt&amp;gt; store CASE1 into 'outputdir' using PigStorage(',');
&lt;/PRE&gt;&lt;P&gt;the result of that is&lt;/P&gt;&lt;PRE&gt;Input(s):
Successfully read 10 records from: "file:///root/mydata.csv"
Output(s):
Successfully stored 10 records in: "file:///root/outputdir"
&lt;/PRE&gt;&lt;P&gt;now I can list the directory from grunt shell&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; fs -ls
Found 15 items
-rw-------   1 root      root          4306 2016-08-22 14:02 .bash_history
-rw-r--r--   1 root      root          3106 2012-04-19 09:15 .bashrc
drwxr-xr-x   - root      root          4096 2016-05-10 19:20 .oracle_jre_usage
-rw-r--r--   1 root      root           394 2016-08-22 14:10 .pig_history
-rw-r--r--   1 root      root           140 2012-04-19 09:15 .profile
-rw-------   1 root      root          1024 2016-05-10 19:20 .rnd
drw-------   - root      root          4096 2016-05-10 19:35 .ssh
-rw-r--r--   1 root      root           167 2016-08-21 17:22 6836-mydata.tar.gz
-rw-r--r--   1 root      root       8491533 2015-11-18 07:42 apache-maven-3.3.9-bin.tar.gz
-rw-------   1 root      root          1675 2016-05-11 15:22 ec2-keypair
drwxr-xr-x   - zookeeper users         4096 2015-12-16 08:35 hdp_manual_install_rpm_helper_files-2.3.4.0.3485
-rw-r--r--   1 root      root         85490 2015-12-21 16:45 hdp_manual_install_rpm_helper_files-2.3.4.0.3485.tar.gz
-rw-rw-r--   1 vagrant   vagrant        196 2016-08-14 22:28 mydata.csv
drwxr-xr-x   - root      root          4096 2016-08-22 14:10 outputdir
-rw-r--r--   1 root      root          1510 2016-08-22 14:05 pig_1471874665243.log
&lt;/PRE&gt;&lt;P&gt;notice the outputdir and mydata.csv are both listed, this is inside your home directory, let's do ls on the outputdir&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; fs -ls outputdir
Found 2 items
-rw-r--r--   1 root root          0 2016-08-22 14:10 outputdir/_SUCCESS
-rw-r--r--   1 root root        196 2016-08-22 14:10 outputdir/part-v000-o000-r-00000
&lt;/PRE&gt;&lt;P&gt;let's look inside the result file&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; fs -cat outputdir/part-v000-o000-r-00000
cmte_id,cand_id
C00458844,P60006723
C00458844,P60006723
C00458846,P60006723
C00458847,P60006723
C00458848,P60006723
C00458846,P60006723
C00458846,P60006723
C00458856,P60006723
C00458852,P60006723
&lt;/PRE&gt;&lt;P&gt;and for the sake of it let's cat the input file&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; fs -cat mydata.csv
cmte_id,cand_id
C00458844,P60006723
C00458844,P60006723
C00458846,P60006723
C00458847,P60006723
C00458848,P60006723
C00458846,P60006723
C00458846,P60006723
C00458856,P60006723
C00458852,P60006723
&lt;/PRE&gt;</description>
    <pubDate>Mon, 22 Aug 2016 21:10:06 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-08-22T21:10:06Z</dc:date>
    <item>
      <title>PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113250#M38428</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm doing a normal load to a  relation and storing the result on local i.e My Desktop .but  running the below command throws me some error 6000.While running the same thing on mapreduce  stores the results properly to the HDFS path.Is it that we cannot store anything to local and  just read operations are possible in it.??&lt;/P&gt;&lt;PRE&gt;    STORE Relation_name INTO '/home/vaibhav/Desktop'&lt;/PRE&gt;
&lt;P&gt;    2016-08-21 00:52:44,693 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 6000: 
    &amp;lt;line 9, column 0&amp;gt; Output Location Validation Failed for: '/home/vaibhav/Desktop More info to follow:1

    2016-08-21 00:52:44,694 [main] WARN  org.apache.pig.tools.grunt.Grunt - There is no log file to write to.
    2016-08-21 00:52:44,694 [main] ERROR org.apache.pig.tools.grunt.Grunt     Org.apache.pig.impl.logicalLayer.FrontendException: &lt;/P&gt;&lt;P&gt;    ERROR 1002: Unable to store alias CASE1&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 02:24:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113250#M38428</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2016-08-21T02:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113251#M38429</link>
      <description>&lt;P&gt;Can you do ls command on the output directory in Grunt shell? I wonder if Desktop with upper case exists. &lt;/P&gt;&lt;PRE&gt;fs -ls&lt;/PRE&gt;</description>
      <pubDate>Sun, 21 Aug 2016 03:25:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113251#M38429</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-08-21T03:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113252#M38430</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Yes the path is correct . I can see in the logs that it is not even able to read the records from the files While using Store operation in localmode&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 03:29:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113252#M38430</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2016-08-21T03:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113253#M38431</link>
      <description>&lt;P&gt;Please paste sample dataset and script I'll test&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 06:34:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113253#M38431</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-08-21T06:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113254#M38432</link>
      <description>&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/6836-mydata.tar.gz"&gt;&lt;/A&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/6836-mydata.tar.gz"&gt;&lt;/A&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;&lt;/A&gt;&lt;P&gt;i added the dataset in attachment.&lt;/P&gt;&lt;P&gt;PFB the script i have used:&lt;/P&gt;&lt;P&gt;    CASE1 = LOAD '/home/vaibhav/Desktop/mydata.csv' USING PigStorage(',') as (cmte_id:chararray,cand_id:chararray)&lt;/P&gt;&lt;P&gt;    STORE CASE1  INTO 'media/vaibhav' USING  PigStorage(',')&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 00:22:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113254#M38432</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2016-08-22T00:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113255#M38433</link>
      <description>&lt;P&gt;'media/vaibhav'&lt;/P&gt;&lt;P&gt;That does not look right&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 01:46:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113255#M38433</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-08-22T01:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113256#M38434</link>
      <description>&lt;P&gt;I tried with my desktop path also but it didn't worked&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 11:38:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113256#M38434</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2016-08-22T11:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113257#M38435</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/11938/kumarvaibhav1992.html" nodeid="11938"&gt;@Vaibhav Kumar&lt;/A&gt;, could you please try the file:/// prefix in pig -x local mode. &lt;/P&gt;&lt;PRE&gt;STORE Relation_name INTO 'file:///home/vaibhav/Desktop/Output' using PigStorage(',')&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Aug 2016 20:25:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113257#M38435</guid>
      <dc:creator>arunak</dc:creator>
      <dc:date>2016-08-22T20:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113258#M38436</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11938/kumarvaibhav1992.html" nodeid="11938"&gt;@Vaibhav Kumar&lt;/A&gt;&lt;P&gt;here's my result&lt;/P&gt;&lt;P&gt;my home directory looks like so&lt;/P&gt;&lt;PRE&gt;root@u1201:~# ls -ltra
total 8440
-rw-r--r--  1 root      root        140 Apr 19  2012 .profile
-rw-r--r--  1 root      root       3106 Apr 19  2012 .bashrc
-rw-r--r--  1 root      root    8491533 Nov 18  2015 apache-maven-3.3.9-bin.tar.gz
drwxr-xr-x  4 zookeeper users      4096 Dec 16  2015 hdp_manual_install_rpm_helper_files-2.3.4.0.3485
-rw-r--r--  1 root      root      85490 Dec 21  2015 hdp_manual_install_rpm_helper_files-2.3.4.0.3485.tar.gz
drwxr-xr-x  2 root      root       4096 May 10 19:20 .oracle_jre_usage
-rw-------  1 root      root       1024 May 10 19:20 .rnd
drw-------  2 root      root       4096 May 10 19:35 .ssh
-rw-------  1 root      root       1675 May 11 15:22 ec2-keypair
-rw-rw-r--  1 vagrant   vagrant     196 Aug 14 22:28 mydata.csv
-rw-r--r--  1 root      root        167 Aug 21 17:22 6836-mydata.tar.gz
drwxr-xr-x 26 root      root       4096 Aug 22 12:59 ..
-rw-------  1 root      root       4306 Aug 22 14:02 .bash_history
-rw-r--r--  1 root      root       1510 Aug 22 14:05 pig_1471874665243.log
-rw-r--r--  1 root      root        286 Aug 22 14:06 .pig_history
drwx------  5 root      root       4096 Aug 22 14:07 .
&lt;/PRE&gt;&lt;P&gt;enter Pig Tez local mode using&lt;/P&gt;&lt;PRE&gt;pig -x tez_local&lt;/PRE&gt;&lt;P&gt;you will get the grunt shell&lt;/P&gt;&lt;PRE&gt;WARNING: Use "yarn jar" to launch YARN applications.
16/08/22 14:08:13 INFO pig.ExecTypeProvider: Trying ExecType : LOCAL
16/08/22 14:08:13 INFO pig.ExecTypeProvider: Trying ExecType : MAPREDUCE
16/08/22 14:08:13 INFO pig.ExecTypeProvider: Trying ExecType : TEZ_LOCAL
16/08/22 14:08:13 INFO pig.ExecTypeProvider: Picked TEZ_LOCAL as the ExecType
2016-08-22 14:08:13,754 [main] INFO  org.apache.pig.Main - Apache Pig version 0.15.0.2.4.2.0-258 (rexported) compiled Apr 25 2016, 06:41:45
2016-08-22 14:08:13,755 [main] INFO  org.apache.pig.Main - Logging error messages to: /root/pig_1471874893753.log
2016-08-22 14:08:13,789 [main] INFO  org.apache.pig.impl.util.Utils - Default bootup file /root/.pigbootup not found
2016-08-22 14:08:13,941 [main] INFO  org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: file:///
2016-08-22 14:08:14,203 [main] INFO  org.apache.pig.PigServer - Pig Script ID for the session: PIG-default-d9d3ca17-ae1d-42ec-b984-d38db00b1f0f
2016-08-22 14:08:14,737 [main] INFO  org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl - Timeline service address: &lt;A href="http://u1202.ambari.apache.org:8188/ws/v1/timeline/" target="_blank"&gt;http://u1202.ambari.apache.org:8188/ws/v1/timeline/&lt;/A&gt;
2016-08-22 14:08:15,456 [main] INFO  org.apache.pig.backend.hadoop.ATSService - Created ATS Hook
&lt;/PRE&gt;&lt;P&gt;now start entering your script&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; CASE1 = load 'mydata.csv' using PigStorage(',');
grunt&amp;gt; store CASE1 into 'outputdir' using PigStorage(',');
&lt;/PRE&gt;&lt;P&gt;the result of that is&lt;/P&gt;&lt;PRE&gt;Input(s):
Successfully read 10 records from: "file:///root/mydata.csv"
Output(s):
Successfully stored 10 records in: "file:///root/outputdir"
&lt;/PRE&gt;&lt;P&gt;now I can list the directory from grunt shell&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; fs -ls
Found 15 items
-rw-------   1 root      root          4306 2016-08-22 14:02 .bash_history
-rw-r--r--   1 root      root          3106 2012-04-19 09:15 .bashrc
drwxr-xr-x   - root      root          4096 2016-05-10 19:20 .oracle_jre_usage
-rw-r--r--   1 root      root           394 2016-08-22 14:10 .pig_history
-rw-r--r--   1 root      root           140 2012-04-19 09:15 .profile
-rw-------   1 root      root          1024 2016-05-10 19:20 .rnd
drw-------   - root      root          4096 2016-05-10 19:35 .ssh
-rw-r--r--   1 root      root           167 2016-08-21 17:22 6836-mydata.tar.gz
-rw-r--r--   1 root      root       8491533 2015-11-18 07:42 apache-maven-3.3.9-bin.tar.gz
-rw-------   1 root      root          1675 2016-05-11 15:22 ec2-keypair
drwxr-xr-x   - zookeeper users         4096 2015-12-16 08:35 hdp_manual_install_rpm_helper_files-2.3.4.0.3485
-rw-r--r--   1 root      root         85490 2015-12-21 16:45 hdp_manual_install_rpm_helper_files-2.3.4.0.3485.tar.gz
-rw-rw-r--   1 vagrant   vagrant        196 2016-08-14 22:28 mydata.csv
drwxr-xr-x   - root      root          4096 2016-08-22 14:10 outputdir
-rw-r--r--   1 root      root          1510 2016-08-22 14:05 pig_1471874665243.log
&lt;/PRE&gt;&lt;P&gt;notice the outputdir and mydata.csv are both listed, this is inside your home directory, let's do ls on the outputdir&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; fs -ls outputdir
Found 2 items
-rw-r--r--   1 root root          0 2016-08-22 14:10 outputdir/_SUCCESS
-rw-r--r--   1 root root        196 2016-08-22 14:10 outputdir/part-v000-o000-r-00000
&lt;/PRE&gt;&lt;P&gt;let's look inside the result file&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; fs -cat outputdir/part-v000-o000-r-00000
cmte_id,cand_id
C00458844,P60006723
C00458844,P60006723
C00458846,P60006723
C00458847,P60006723
C00458848,P60006723
C00458846,P60006723
C00458846,P60006723
C00458856,P60006723
C00458852,P60006723
&lt;/PRE&gt;&lt;P&gt;and for the sake of it let's cat the input file&lt;/P&gt;&lt;PRE&gt;grunt&amp;gt; fs -cat mydata.csv
cmte_id,cand_id
C00458844,P60006723
C00458844,P60006723
C00458846,P60006723
C00458847,P60006723
C00458848,P60006723
C00458846,P60006723
C00458846,P60006723
C00458856,P60006723
C00458852,P60006723
&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Aug 2016 21:10:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113258#M38436</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-08-22T21:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113259#M38437</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;, guess its a problem with the relative vs absolute path. My observation is that in local mode, all store commands targeted towards the present working directory works fine, but for absolute paths, it requires &lt;EM&gt;&lt;STRONG&gt;file:///&lt;/STRONG&gt;&lt;/EM&gt; prefix. &lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 21:40:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113259#M38437</guid>
      <dc:creator>arunak</dc:creator>
      <dc:date>2016-08-22T21:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: PIG Store Command not working in local mode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113260#M38438</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;  &lt;A rel="user" href="https://community.cloudera.com/users/10529/akeezhadath.html" nodeid="10529"&gt;@Arun A K &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for giving your time to solve the problem!!! Kudos
&lt;A rel="user" href="https://community.cloudera.com/users/10529/akeezhadath.html" nodeid="10529"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The problem got solved ,actually i was not having 777  Permissions on whatever was there on desktop ,so i followed the following steps:&lt;/P&gt;&lt;P&gt;    $sudo chmod -R 777 /home/vaibhav/Desktop
    Then format namenode ( Only if this does not harm you anyway) and re-start your daemons and followed the same steps     to store the data and the directory got created on dektop.&lt;/P&gt;&lt;P&gt;
&lt;A rel="user" href="https://community.cloudera.com/users/10529/akeezhadath.html" nodeid="10529"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 01:53:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PIG-Store-Command-not-working-in-local-mode/m-p/113260#M38438</guid>
      <dc:creator>kumarvaibhav199</dc:creator>
      <dc:date>2016-08-23T01:53:53Z</dc:date>
    </item>
  </channel>
</rss>

