I created another variable hive.job.name and set it from sql script and works.
Thanks,
Robert
On Monday, August 25, 2014 5:40 PM, Grandl Robert wrote:
Hi guys,
I am still struggling with finding a way to specify a job name in the hive
query and propagate that name in Tez dag. For examp
Hi guys,
I am still struggling with finding a way to specify a job name in the hive
query and propagate that name in Tez dag. For example my hive script is named
query55.
Do you know a way I can pass this name to be available in Tez dag ?
Navis suggested to look at hive.query.id. I tried in my
In GenTezProcContext, you can find "new
TezWork(conf.getVar(HiveConf.ConfVars.HIVEQUERYID))" part. And the final
name is name + ":" + (++counter);
Thanks,
Navis
2014-07-10 12:43 GMT+09:00 Grandl Robert :
> Hi guys,
>
> I am trying to identify a DAG in Tez with a different id, based on job
> nam
Hi guys,
I am trying to identify a DAG in Tez with a different id, based on job
name(for e.g. query55.sql from hive-testbench) + input size.
So my new identifier should be for example query55_2048MB. It seems that a DAG
in tez, already takes a name which comes from a jobPlan.getName()
passed
Hi guys,
I am trying to identify a DAG in Tez with a different id, based on job name(for
e.g. query55.sql from hive-testbench) + input size.
So my new identifier should be for example query55_2048MB. It seems that a DAG
in tez, already takes a name which comes from a jobPlan.getName() passed