Member since
07-16-2018
6
Posts
2
Kudos Received
0
Solutions
08-13-2018
07:09 AM
assigning resources under resources tab will be per host. We need to limit cpu at impala cluster level. And we are not using static pools we are using dynamic pools cpu.shares will not be helpful i believe.
... View more
08-09-2018
03:35 PM
Also we have set --num-scanner-threads to 52 assuming 1 thread per core. We have 28 core cpu with hyper threading enabled.
... View more
08-09-2018
03:22 PM
2 Kudos
How do we control the number of cores used by impala. Currently we are running yarn and impala work load but impala queries are cpu intensive and ends up using most of the available cpu cores on the system.
... View more
Labels:
- Labels:
-
Apache Impala
08-09-2018
03:16 PM
Hi, We have a 32 node impala cluster where each node is both an executor and a coordinator. We wanted to dedicate 6 nodes as co-ordinators and the rest as executors. We created two config groups and set is_executor=false for coordinators and is_coordinator=false for executors and we restarted the impala service. We deleted a table and tried to recreate it we got an error saying the table already exist. We would like to know how to refresh the metadata on all the nodes.
... View more
Labels:
- Labels:
-
Apache Impala