apache pig - Pig is storing the data in Temporary Directory instead of actual directory -


below pig command ( local mode) saving file in temporary directory in expecting same stored in actual directory. thoughts?

store c '/user/hue/pigbasic1' using pigstorage('*');  hadoop fs -cat /user/hue/pigbasic1/_temporary/0/task_local1045577955_0002_r_000000/part-r-00000; 

thanks in advance


Comments

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -