Re: kudu configuration issue

2016-10-27 Thread Adar Dembo
(dropping issues@kudu; that list is just for e-mails generated by our JIRA bug tracker) To change the data directories, you'll need to change the value of --fs_data_dirs in /etc/kudu/{master,tserver}.gflagfile. Adding it to /etc/default/kudu-master the way you did will have no effect. Make sure

Re: kudu configuration issue

2016-10-27 Thread Dinesh Bhat
Hi Chun-fu, You should see a filesystem laid out with subdirectories like ’tablet-meta’, ‘data’, ‘consensus-meta’, etc when you ls -l on the specified path. Typically, the top-level-dir is specified as arg: "—fs_data_dirs=/home/myname/kudu" and internally kudu figures out the filesystem

Apache Hadoop Decision Makers Contacts

2016-10-27 Thread Louise Thompson
Hello there, If you are in the market to target *Apache Hadoop Leads*, then we are happy to inform you of our recent Apache Hadoop users email list release with all business details for businesses of all size, across a variety of industries. Data Fields we provide: Name, Title, Email, Phone

Re: kudu configuration issue

2016-10-27 Thread Suzanne McIntosh
Hi, It looks the form for /etc/kudu/conf/master.gflagfile is: * --fs_data_dirs=/home/myname/kudu/data* but in /etc/default/kudu-master the form is: *export FLAGS_data_dir=/home/myname/kudu/data* (to create an env variable). On Thu, Oct 27, 2016 at 5:44 AM, Yang, Chun-Fu (Eric,HPSW-BTO-R) <

Apache Hadoop Decision Makers Contacts

2016-10-27 Thread Earlene Hoban
Hello there, If you are in the market to target *Apache Hadoop Leads*, then we are happy to inform you of our recent Apache Hadoop users email list release with all business details for businesses of all size, across a variety of industries. Data Fields we provide: Name, Title, Email, Phone

kudu configuration issue

2016-10-27 Thread Yang, Chun-Fu (Eric,HPSW-BTO-R)
Hi, I just installed kudu on Ubuntu 14.04.1 x86_64 system. After installation, kudu-master and kudu-tserver services started and can access the web ui. Afther that,I stop the service and configured --fs_data_dirs=/home/myname/kudu/data in /etc/default/kudu-master Then when I start