Member since
05-16-2016
270
Posts
18
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1678 | 07-23-2016 11:36 AM | |
2978 | 07-23-2016 11:35 AM | |
1523 | 06-05-2016 10:41 AM | |
1123 | 06-05-2016 10:37 AM |
07-04-2017
11:05 AM
@prsinghThank you. I have done that and now my job is being submitted to a queue that is not pre-empted . But I would also like to set priority of the job. I tried setting SET mapred.job.priority in hive query itself in the editor but even then these are submitted with NORMAL priority as I see through hadoop job -list
... View more
07-04-2017
11:05 AM
@Shashank Chandhok: Thank you. I have done that and now my job is being submitted to a queue that is not pre-empted . But I would also like to set priority of the job. I tried setting SET mapred.job.priority in hive query itself in the editor but even then these are submitted with NORMAL priority as I see through hadoop job -list
... View more
07-04-2017
06:07 AM
One of my workflows in oozie is very important and I would always like it to be allocated the reesources it needs before anything else. This workflow has a sqoop job and hive queries. What do I need to do to assign VERY_HIGH priority to this workflow . A direction would be appreciated. I have tried looking it up but still pretty clueless about "how" to do it
... View more
Labels:
- Labels:
-
Apache Oozie
06-15-2017
06:45 AM
My script looks like this: INSERT OVERWRITE DIRECTORY '/user/xyz/reports/oos_table_sales/${DATE}'
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
SELECT * FROM outputs.oos_table_sale; FOR $DATE, I would like current_date() to be used automatically. I have tried using function current_date but it is being taken as a string.How do I use value of current_date returned as value for ${DATE}
... View more
Labels:
- Labels:
-
Apache Hive
06-05-2017
10:26 AM
I have streaming JSON data and based on value of a key in JSOn , I need to decide what location I put that JSON content in. Could I get some directions for this please. I have 4 different values for a key and so the JSON needs to be placed in 4 diff. locations
... View more
Labels:
- Labels:
-
Apache NiFi
06-02-2017
10:37 AM
Also, I was looking at the attributes of those in queue> path restlistener.remote.source.host filename restlistener.remote.user.dn uuid Why do I not see http.request.url here ? @Pierre Villard
... View more
06-02-2017
10:16 AM
and how do I exactly know what the attribute is called? for ex. http.request.url ?
... View more
06-02-2017
10:09 AM
@Pierre Villard
... View more
06-02-2017
10:05 AM
Oh, that sounds very nice. Could I find more examples on using RouteOnAttribute ? I looked at the usage and there is not much explanation there.
... View more