Member since
07-01-2015
460
Posts
78
Kudos Received
43
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1360 | 11-26-2019 11:47 PM | |
1309 | 11-25-2019 11:44 AM | |
9517 | 08-07-2019 12:48 AM | |
2193 | 04-17-2019 03:09 AM | |
3520 | 02-18-2019 12:23 AM |
01-29-2018
11:15 AM
The Spark bindings for Kudu 1.5 and below would only scan the leader. Starting in Kudu 1.6, the Spark bindings will have an option to specify scans from the closest replica. This was filed as KUDU-1454 and the change was merged as commit 9f26c9d15 and commit 3abca98c5
... View more
01-29-2018
11:00 AM
No, it's actually the opposite: Tables with bounded range partitions defined with upper/lower bounds can have partitions added to it. Tables with unbounded range partitions defined with a single value cannot be extended in today's Kudu. From the range partitioning docs: "The second example [with upper/lower bounds specified] is more flexible than the first [with a split defined], because it allows range partitions for future years to be added to the table. In the first example, all writes for times after 2016-01-01 will fall into the last partition, so the partition may eventually become too large for a single tablet server to handle."
... View more
01-09-2018
11:59 PM
Hi I solve this issue by just retry the step again, and it works. I think i made some mistake in generate and signing certificate, thanks for your help Tomas
... View more
12-09-2017
06:51 AM
hello everyone. i had solved the problem. the cause is MySql database encoding, run the following command solved the problem "alter database hive character set latin1" . dropping the "hive" database and regenerate "hive" database. Thanks !.
... View more
12-08-2017
05:29 AM
You will need to shade the guava that you use in your application. There is no way to replace the guava that is part of CDH with a later release, it will break a number of things. What it looked like from the previous message is that they did not shade it correctly. Wilfred
... View more
12-06-2017
05:57 AM
Try the solution from this post http://community.cloudera.com/t5/Advanced-Analytics-Apache-Spark/ClassNotFoundException-org-apache-htrace-Trace-exception-in/td-p/29200
... View more
12-02-2017
03:40 AM
Read in Cloudera documentation that starting from version 5.10, they supporting wildcard ssl cert.
... View more
12-01-2017
07:52 AM
Thanks for the reply and information. We do have Resource Pools set up now...but more by function. However...from what you are saying (and from the few things I have seen), the only way for us to get what we want is to create resource pools per project/customer. I forgot about the Impala stuff....about them not being included. Thanks for mentioning that too. thank you!
... View more
11-28-2017
10:31 PM
Hi, As I am trying to install streamset beside via cloudera director, I am trying to have all my nodes on Centos 7.3. But I could not see a parcel for centos in streamst repository. So if I point my config file to the following adrees, do you think I will have a problem? "https://archives.streamsets.com/datacollector/latest/parcel/" What do you suggest? as I would like to have all my machines with the same image, should I go with other options like RHEL 7? I really appriciate your response. Regards Armen
... View more
11-26-2017
05:26 PM
Thanks for the reply, after I rebooted the OS, the mysql will not start again.
... View more