Member since
09-14-2016
116
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5411 | 08-01-2017 08:04 AM |
06-21-2024
02:41 AM
1 Kudo
@stigahuang wrote: Looks like there're no places to control the max JVM heap size of impalads in Cloudera Manager. (Only one for the catalogd) How can we set JAVA_TOOL_OPTIONS for impalads (coordinators)? In CM 7.6.7, there is a configuration option called "impalad_embedded_jvm_heapsize". Not sure when it was added. impalad_embedded_jvm_heapsize: Maximum size in bytes for the Java Process heap memory. Passed to Java -Xmx.
... View more
09-14-2017
06:57 AM
Per documentation, you should be using the refresh command after modifying an impala table in the way that you have described (modifying the HDFS directly). The refresh command has been documented in the following link: https://www.cloudera.com/documentation/enterprise/5-10-x/topics/impala_refresh.html You should execute a refresh command after removing the file from the HDFS. You do not need to execute the refresh command if you are adding a new partition in Impala, it is only needed if you are doing it via Hive or HDFS.
... View more
08-15-2017
06:55 AM
Thanks Lars. Shannon
... View more
08-11-2017
08:05 PM
Thanks, i will give it a try, i can create my final tables to have it converted to timestamp. Shannon
... View more
08-01-2017
08:04 AM
Thanks i was doing something for short term, worked.
... View more
07-25-2017
01:45 PM
2 Kudos
@ponypony No, it will not support. The below doc refers to CDH 5.11.x, also it refers to the features from relational databases or Hive are not available in Impala. In which Indexing is one among them https://www.cloudera.com/documentation/enterprise/5-11-x/topics/impala_faq.html#faq_features__faq_unsupported
... View more