88504/how-to-load-dataset-in-pig
Hi Team,
I am new to Apache Pig. I want to load one dataset in Pig. How can I do that?
Hi@akhtar,
You can run the load command in your grunt shell. It will load the dataset in Pig as shown below.
grunt> customers = LOAD 'customers.txt' USING PigStorage(',');
COUNT is part of pig LOGS= LOAD 'log'; LOGS_GROUP= ...READ MORE
You can do this: register /local/path/to/Jar_name.jar READ MORE
Try these steps (make necessary changes): First upload ...READ MORE
U can use " import-all-tables " option ...READ MORE
The official definition of Apache Hadoop given ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
Hi, You can use ToDate() and SubtractDuration() function ...READ MORE
Hi@akhtar, You can invoke the Grunt shell in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.