unsubscribe
On Sun, Mar 15, 2020 at 10:05 PM s shiv wrote:
> I am facing error in loading data into pig as it points error "unexpected
> character" at a location of my input file that is actually empty
>
--
*kind regards,*
*Geert Van Landeghem *
Big Data Consultan
Hello all,
is there a way to specify a parameter file when executing EXPLAIN in a grunt
shell?
I tried with bin/pig -x local -m propertyfile -e 'explain -script explain.pig'
but properties file is not used resulting in "undefined parameter" error.
--
kind regards,
Van Landeghem Geert
You can also use ambrose to monitor execution of your pig script at runtime.
Remark: from pig-0.11 on.
It show you the DAG of MR jobs and which are currently being executed. As long
as pig-ambrose is connected to the execution of your script (workflow) you can
replay the workflow.
--
kind reg
have developed?
--
kind regards,
Geert Van Landeghem
Prashant,
Have a look at Hue
Kind regards
Geert
On Wednesday, January 18, 2012, Prashant Kommireddi
wrote:
> Is there anything out there that allows you to issue Pig queries/scripts
> through a browser/UI?
>
> Thanks,
> Prashant
>
--
--
*
kind regards,
Van Landeghem Geert*
Managing Direct
hello,
is it possible to pass values to a store (or load) function?
e.g.
%declare JOBID 'JOB-2011-11-15-001';
STORE metrics
INTO 'metrics'
USING com.innovation.serp.pig.lily.LilySearchMetricsStorer($JOBID);
executing this gives following error: ERROR
org.apache.pig.tools.grunt.Grunt -