Apache Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs. The salient property of Pig programs is that their structure is amenable to substantial parallelization, ...
0
votes
1answer
16 views
PigServer.java in local mode tries to use chmod command
Good day!
I try to use PigServer.java. Here is my code:
PigServer pigServer = new PigServer(ExecType.LOCAL);
final Map<String, String> predefinedParams = getPredefinedParams();
...
1
vote
1answer
25 views
Pig Batch mode: how to set logging level to hide INFO log messages?
Using Apache Pig version 0.10.1.21 (rexported). When I execute a pig script, there are a lots of INFO logging lines which looks like that:
2013-05-18 14:30:12,810 [Thread-28] INFO ...
0
votes
1answer
26 views
Apache Pig: How to use LoadCaster to convert Writable objects to Pig types?
Can we load a sequence file of Writable KEY,VALUE pairs and convert the KEY,VALUE pairs to pig data types using the LoadCaster interface to convert the raw byte array's to pig data types?
If so, is ...
-2
votes
0answers
17 views
Mapreduce development environment and developing udfs, lookups [closed]
Can you please provide me a documentation or tutorial to setup development environment for developing Mapreduce jobs using Java? Also environment for developing udf for pig/hive, hbase and lookups ...
-2
votes
0answers
15 views
Client programs and Mapreduce jobs and queries [closed]
Can you please tell me how to write client programs for hadoop ecosystem and also how the pig/hive queries, hbase and MR jobs are automated in enterprise, any documentation or tutorial? Thanks!
1
vote
4answers
39 views
Apache Pig: Easier way to filter by a bunch of values from the same field
Say I want select a subset of data by their values of from the same field. Right now I have to do something like this
TestLocationsResults = FILTER SalesData by (StoreId =='17'
or StoreId =='85'
or ...
1
vote
1answer
28 views
How to write the following in Pig latin
I have to find a name given the first letter is 'P' and the last letter is 'l'.
In sql, we would give it as 'P%%l'.
In pig latin commands, how can this be given.
1
vote
1answer
19 views
Filter by AVG using Apache Pig
I have a file "error_data.txt" as below:
10474 3.0 2013-05-01 7
10474 94.0 2013-05-01 3
10538 72.0 2013-05-01 15
11001 95.0 2013-05-01 248
13113 78.0 2013-05-01 18
13116 ...
0
votes
1answer
44 views
Where can I learn to use Pig without having to set up Hadoop
My goal is to learn Pig in order to enhance my resume for machine learning/statistical analysis jobs. I am not really interested in all of the nitty gritty Hadoop details at the moment (although I ...
0
votes
1answer
23 views
Load HBase records from PIG conditionally
Is there a way to load records from HBase into a pig relation based on the value of a particular column in HBase? Thank You
1
vote
1answer
44 views
Apache Pig: Can we convert a custom Writable object to Pig format?
We have a SequenceFile of custom Writable Values objects, the object essentially equate to a complex bag data type in Pig.
Is there a convenient way that we can write a custom function to convert the ...
0
votes
1answer
20 views
Use parameter values in Pig foreach
Is it possible to use parameter values in a Pig foreach generate?
Maybe something like this:
*%default TODAYS_DATE `date +%Y/%m/%d`;
A = foreach lines generate line2, id, $TODAYS_DATE as line2, ...
0
votes
1answer
25 views
Apache Pig - ERROR 6007: Unable to check name
I'm trying to run the bare bones basic script in the Pig tutorial (http://pig.apache.org/docs/r0.11.1/start.html#pig-scripts) that looks like this:
/* myscript.pig
My script is simple.
It includes ...
0
votes
2answers
36 views
Is there an apache pig equivalent of “SHOW TABLES”?
I have a Hadoop data store I'm accessing in Pig and not a lot of documentation on it, plus I'm new to Pig, so I am looking for the Pig equivalent of "SHOW TABLES". When I have a connection to a MySQL ...
0
votes
0answers
27 views
How to display the filename using pig-latin?
I have two log files like file1 & file2
pd_name pd_id sales time
nut 0123 354 01/01/2013 04:37:15
cloth 2345 678 01/01/2013 11:37:15
nut 0123 500 01/01/2013 ...
0
votes
2answers
44 views
Pig local mode, group or join = java.lang.OutOfMemoryError: Java heap space
Using Apache Pig version 0.10.1.21 (rexported),
CentOS release 6.3 (Final), jdk1.6.0_31 (The Hortonworks Sandbox v1.2 on Virtualbox, with 3.5 GB RAM)
$ cat data.txt
11,11,22
33,34,35
47,0,21
33,6,51
...
0
votes
1answer
59 views
pig to hadoop issue: Server IPC version 7 cannot communicate with client version 4
I am trying to get pig started and failing:
$ pig
2013-05-10 18:03:22,972 [main] INFO org.apache.pig.Main - Apache Pig version 0.11.1 (r1459641) compiled Mar 22 2013, 02:13:53
2013-05-10 ...
0
votes
0answers
38 views
Converting single tuple with multiple bags into multiple tuples in Pig
I have a line like the following:
evnt=redeem&lid=1030023&upt=1679&pid=000000000001076056,000000000001072654,000000000001067925&ppt=996,246,366&qty=1,1,1
I am interested in ...
0
votes
0answers
44 views
Cannot register pig UDF jar
I'm having problems with a particular UDF jar and have so far been unable to figure out where to begin. I have a way of testing the jar from the command line and it works. If I REGISTER the jar in a ...
0
votes
0answers
24 views
Run PigUnit test on Windows env
I'm using Windows 7 as development env and Linux on production (so, my hadoop/pig is deployed only on linux). Now I wish to use PigUnit for unit-testing on Windows.
Just for fun, I wrote simple ...
1
vote
2answers
38 views
Pig Load How to mix scalar and map datatypes?
Using Apache Pig version 0.10.1.21 (rexported)
Content of data sample file:
AtomicNumber,ElementName,Symbol,AtomicMass,PropertyMap
46,Palladium,Pd,106.42,[P#46,N#60,Struc#Cubic]
...
1
vote
1answer
62 views
How to get array/bag of elements from Hive group by operator?
I want to group by a given field and get the output with grouped fields. Below is an example of what I am trying to achieve:-
Imagine a table named 'sample_table' with two columns as below:-
F1 F2
...
2
votes
2answers
44 views
How do I suppress the bloat of useless information when using the DUMP command while using grunt via 'pig -x local'?
I'm working with PigLatin, using grunt, and every time I 'dump' stuffs, my console gets clobbered with blah blah, blah non-info, is there a way to surpress all that?
grunt> A = LOAD 'testingData' ...
2
votes
2answers
44 views
In Pig, Flattening a bag into a single line
In my Pig script (0.9.2), my final output looks like this:
final: {email: chararray,{(name: chararray,percent: double)}}
where for every email address I have up to 3 names and scores. So, the ...
0
votes
2answers
44 views
Error 1045 on sum function in pig latin with an int
The following pig latin script:
data = load 'access_log_Jul95' using PigStorage(' ') as (ip:chararray, dash1:chararray, dash2:chararray, date:chararray, date1:chararray, getRequset:chararray, ...
0
votes
0answers
35 views
Loading Hbase Binary data into Pig
If I need to load a Hbase table with Hex values into Pig, does that require a
specific UDF? IS there any inbuilt function in Pig?
My current statement:
data = load 'hbase://data' using ...
0
votes
1answer
32 views
Unable to specify schema during storage with pig scripts
Ignore above query. Its incorrect.
I have following pig script
A = LOAD 'textinput' using PigStorage() as (a0:chararray, a1:chararray, a2:chararray, a3:chararray, a4:chararray, a5:chararray, ...
0
votes
1answer
75 views
ERROR 1066: Unable to open iterator for alias in certain fields, but works for others
I am unable to use my udf on some fields, yet I can do it on others. If I use my first field, ipAddress, the udf works as intended. However, if I change it to be date I got the 1066 error. Here is my ...
0
votes
0answers
56 views
Pig Join is returning no results
I have been stuck on this problem for over twelve hours now. I have a Pig script that is running on Amazon Web Services. Currently, I am just running my script in interactive mode. I am trying to get ...
0
votes
0answers
112 views
Pig ERROR 1066: Unable to open iterator for alias returned from UDF
I am trying to load up my own UDF in pig. I have made it into a jar using eclipse's export function. I am getting this 1606 error when running my pig script. I am not sure B = .. as I can dump A, but ...
0
votes
1answer
27 views
Pig error 1070 when doing UDF
I am trying to load up my own UDF in pig. I have made it into a jar using eclipse's export function. I am trying to run it locally so I can make sure it works before I put the jar on HDFS. When ...
3
votes
0answers
63 views
Massive multiprogramming and read-only file access
I am trying to create a dictionary-based tagger running on a Hadoop cluster using Pig. Basically, what it does, is for each document (quite large text documents, up to a few MBs) to run each word in ...
0
votes
0answers
34 views
lzo / hadoop works: jobs failing with “lzo1x_decompress_safe returned: -6”
I've build and installed lzo on a CentOS linux machine running a psuedo-distributed hadoop cluster.
When I built hadoop-lzo, I ran ant clean test jar. The test output is as follows:
test:
...
0
votes
1answer
46 views
Is the mapred process in Hadoop multi-threaded?
I've configured our hadoop cluster with mapred_map_tasks_max to 6 and as expected, I see 6 mapred processes running when kicking of PIG jobs.
I am however a bit surprised to see the CPU usage on some ...
0
votes
2answers
75 views
Pig in grunt mode
I have installed cygwin, hadoop and pig in windows. The configuration seems ok, as I can run pig scripts in batch and embedded mode.
When I try to run pig in grunt mode, something strange happens. ...
0
votes
0answers
43 views
UTF8 chars in hadoop PIG UDF functions
I am experimenting UDF for Lucene search in Hadoop PIG jobs.
I am loading local Lucene indexes thru UDF and initializing searcher object for search queries.
My indexed data is in UTF8 chars, ...
0
votes
1answer
32 views
Lucene query from Hadoop PIG jobs
I have couple of thousands of customer names, alternative names, business names etc details indexed in Lucene indexes (indexes are not stored in HDFS).
I have massive amount (>100M) of person data in ...
0
votes
1answer
33 views
How to decode a binary file which must be decoded using an external binary in one shot?
I have a large number of input files in a proprietary binary format. I need to turn them into rows for further processing. Each file must be decoded in one shot by an external binary (i.e. files must ...
-1
votes
0answers
32 views
Compute histogram of values in bag
I have a tuple:
frameNums: {cityPlusLoc: (city: chararray,gridpoint: chararray), cityPlusLocTimes:{(frameNumber: int)}}
For each row, I would like to histogram the values in the bag ...
-1
votes
0answers
25 views
ERROR 2998: Unhandled internal error. name [closed]
I logged into pig grunt shell using hdfs mode.When I tried to load the data file, I faced the the following error.
ERROR 2998: Unhandled internal error. name Can any one please help to solve this ...
1
vote
1answer
52 views
dump does not work with pigrunner
Following is my code which runs pigrunner and pigstats:
String[] args = {"abc.pig"};
PigStats stats = PigRunner.run(args,null);
System.out.println("Stats : " + stats.getReturnCode());
...
1
vote
1answer
50 views
Implementation of Apache Pig and Hadoop
I have learnt that Pig is built on top of Apache Hadoop. But I am not able to find the extra features that a bare hadoop implementation lacks that Pig has. What caused the need for a language like Pig ...
0
votes
1answer
42 views
Hadoop Pig - Optimizing Word Count
In the canonical pig wordcount example, I'm curious how folks approach optimizing the condition where grouping by word could result in a bag with many (many) elements.
For example:
A = load ...
0
votes
1answer
46 views
Handling updated records in Hadoop
Every day the 'user' table from oracle get dumped into HDFS. The dump contains only the recent changes(inserts and updates) that have been made after the previous dump. Now I wanted to load all the ...
0
votes
1answer
53 views
Pig not working in terminal
I am new to pig and i have downloaded from
http://apache.techartifact.com/mirror/pig/pig-0.10.1/
Now when i write pig in my linux terminal it displays the following message
2013-04-26 17:14:53,641 ...
0
votes
2answers
54 views
whitespace character in case of parameter substitution
I want to pass a filter statement with in my pig script using parameter substitution
For that I have tried
exec -param flt='a1==1 AND a2=2' filterscript.pig
But sadly it is throwing an ...
0
votes
0answers
36 views
How do I save a file as .pig using windows?
I just tried running a Elastic MapReduce job using a Pig script. I created the Pig script in Notepad, saved it originally as a .txt file, then manually changed the extension to .pig and uploaded. ...
0
votes
1answer
27 views
Logging output of pig scripts invoked from java
I need to execute a pig script from java and dump the console output to a file. Currently I am using the registerScript api of PigServer which invokes the pig script, however there seems to be no way ...
0
votes
1answer
28 views
Join by two slightly different keys in Pig
A mapreduce task:
Key1 in file_one is a1,a2,a3,a10,a11,a12;
Key2 in file_two is persona1, persona1, persona2, persona3, persona12,persona12,persona3, persona11, persona10.
Merge_file=JOIN file_one ...
0
votes
2answers
45 views
Passing parameters to Pig script with HDInsight
I'm using the HDInsight install of Hadoop on Windows, and trying to pass parameters to a pig script. I've used a couple of scripts on different machines, so I think it might be a Windows thing. I've ...


