Member since
04-17-2018
10
Posts
0
Kudos Received
0
Solutions
05-13-2018
07:24 PM
@Fawze thanks for let me know dr-elephant. I will try it 122 GB in the big Data is not considered as too much, and it's depend on the logic you are doing in the map, normally the logic in the reducer which you should cosider increasing its memory. agree with you. But, I just run a simple query. Thanks
... View more
05-10-2018
08:18 PM
Dear All,
I have a case, simple query (below) reserved huge memory (122G)
select * from lyr1_raw.CI_CUSTMAST_HS;
that's not partition table & only contain 11 million records.
when I check on Yarn-Job monitoring, I found the root cause.
it consume huge memory, because when hive run that query, it need 15 Map task & create 15 container.
and per container reserved 8G.
because current memory config is like below
mapreduce.map.memory.mb=8192 #8G
mapreduce.map.java.opts=-Djava.net.preferIPv4Stack=true -Xmx6442450944 #6G
mapreduce.reduce.memory.mb=16384 #16G
mapreduce.reduce.java.opts=-Djava.net.preferIPv4Stack=true -Xmx12884901888 #12G
yarn.scheduler.minimum-allocation-mb=2048 #2G
when i change the config like below
mapreduce.map.memory.mb=1024 #1G
mapreduce.map.java.opts=-Djava.net.preferIPv4Stack=true -Xmx748m
mapreduce.reduce.memory.mb=1024 #1G
mapreduce.reduce.java.opts=-Djava.net.preferIPv4Stack=true -Xmx748m
yarn.scheduler.minimum-allocation-mb=2048 #2G
the query run with same time & only reserved 32G .
so my question is, is there any formula to config mapreduce memory?
Note: sorry for my english
Thanks
... View more
Labels:
- Labels:
-
Apache YARN
-
MapReduce
05-10-2018
07:54 PM
@alex.behmwrote: To debug wrong results, it's very helpful for us to get an Impala query profile of the query that returns wrong results. Would you be able to provide that to help us debug? Please see on this url for impala query profile. Thanks
... View more
05-10-2018
07:43 PM
@saranvisa 1) I have compare it & it is in the same location 2) actualy, value from column x in hive, show in column y in impala, please see below image for detail base on above image, we can see. value of n i p column in hive, show in am_name_senior in impala. Thanks
... View more
05-08-2018
08:44 PM
@saranvisa thanks for your answer. I have run that script & refresh [[dbname.]tablename], unfortunately, the result still same.
... View more
05-08-2018
03:18 AM
Hi All, I have one table. When I compare the query result from impala & hive, i found different value for some column. The detail is like below that is same record, but for some column the value is not same. please help me if you has any advice Note: sorry for my english Thanks
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Impala
04-18-2018
02:42 AM
Hi Gekas, Thank you very much for your answer. I will test it on UAT & will give you & community the update. Thanks
... View more
04-17-2018
09:18 PM
Hi GeKas, Thank you for your answer. about this First of all, you have to stop Navigator. do I need to stop all of Cloudera Management Service or just Navigator Audit Server & Navigator Metadata Server. Thanks
... View more
04-17-2018
06:22 AM
Hi,
currently we setup our Navigator Metadata Server Storage Dir into /var/lib/cloudera-scm-navigator
and the problems is the free space of /var partition is very low, now.
could you guys inform me, what is the correct way to move /var/lib/cloudera-scm-navigator/solr into /data1/solr
note: sorry for my english
Thanks
... View more
Labels:
- Labels:
-
Apache Solr
-
Cloudera Navigator