Fwd: Unable to Initialize catalog manager

2018-07-05 Thread Sangeeta Gulia
Hi Team, I am facing an issue in starting kudu. It is s cluster of 8 nodes where i have added hadoop-master, slave2 and slave3 to --master addresses Below is the error log i get when i start my kudu server: E0705 11:32:20.674165 8250 master.cc:183] Master@0.0.0.0:7051: Unable to init master

Re: Unable to Initialize catalog manager

2018-07-05 Thread William Berkeley
You need the follow the directions at http://kudu.apache.org/docs/administration.html#migrate_to_multi_master to migrate from 1 to 3 masters. It's not sufficient just to start up the new masters and change the master_addresses flag. -Will On Thu, Jul 5, 2018 at 7:10 PM Sangeeta Gulia wrote: >

Unable to Initialize catalog manager

2018-07-05 Thread Sangeeta Gulia
Hi Team, I am facing an issue in starting kudu. It is s cluster of 8 nodes where i have added hadoop-master-slave2 and slave3 to --master addresses Below is the error log i get when i start my kudu server: E0705 11:32:20.674165 8250 master.cc:183] Master@0.0.0.0:7051: Unable to init master

Re: spark on kudu performance!

2018-07-05 Thread Todd Lipcon
On Mon, Jun 11, 2018 at 5:52 AM, fengba...@uce.cn wrote: > Hi: > > I use kudu official website development documents, use > spark analysis kudu data(kudu's version is 1.6.0): > > the official code is : > *val df = sqlContext.read.options(Map("kudu.master" -> > "kudu.master:7051","kudu.table"

Re: Adding a new kudu master

2018-07-05 Thread Todd Lipcon
On Mon, Jul 2, 2018 at 4:36 AM, Sergejs Andrejevs wrote: > Hi there, > > > > I am very glad Kudu is evolving so rapidly. Thanks for your contributions! > > > > I have faced with a challenge: > > I need to upgrade (reinstall) prod servers, where 3 Kudu masters are > running. What would be the