Member since
02-10-2018
21
Posts
0
Kudos Received
0
Solutions
03-14-2018
04:05 PM
Thanks you very much for your prompt reply. I am able to run map reduce with 300 GB usage. I think i need to look some other parameter. your hint may help me. currently i can not run it but will do it soon.
... View more
03-14-2018
03:48 PM
screen-shot-2018-03-14-at-84702-am.png If you see i am able to run 3 TEZ job. but when i run 3 mapred job in hive.execution.engine=mr in hive. it is accepting one at a time despite enough space.
... View more
03-14-2018
03:40 PM
screen-shot-2018-03-14-at-83913-am.png See th attached file it is inheriting all the resource and it is 100%.
... View more
03-13-2018
10:14 PM
default queue accepting one mr job for hive while tez accepting more than one. default execution engine is Tez. in this case default queue running 3 different query parallely in 3 different session. While i set hive.execution.engine=mr in this case i am able to open multiple hive session but default queue run only one query at a time. My cluster is big and already tried multiple small job parallely for Tez. but setting hive.execution.engine=mr run only one job at a time in default queue.
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
-
Apache Tez