Re: Problems connecting form Spark

2018-03-06 Thread William Berkeley
In each case the problem is that some part of your application can't find the leader master of the Kudu cluster: org.apache.kudu.client.NoLeaderFoundException: Master config (*172.17.0.43:7077 *) has no leader. org.apache.kudu.client.NoLeaderFoundException: Master config

Re: Problems connecting form Spark

2018-03-05 Thread Mac Noland
Any chance you can try spark2-shell with Kudu 1.6 and then re-try your tests? spark-shell --packages org.apache.kudu:kudu-spark2_2.11:1.6.0 On Fri, Mar 2, 2018 at 5:02 AM, Saúl Nogueras wrote: > I cannot properly connect to Kudu from Spark, error says “Kudu master has > no

Problems connecting form Spark

2018-03-02 Thread Saúl Nogueras
I cannot properly connect to Kudu from Spark, error says “Kudu master has no leader” - CDH 5.14 - Kudu 1.6 - Spark 1.6.0 standalone and 2.2.0 When I use Impala in HUE to create and query kudu tables, it works flawlessly. However, connecting from Spark throws some errors I cannot