Created on 04-10-2017 04:21 AM - edited 09-16-2022 04:26 AM
Are there any steps to install kudu on Quickstart cloudera VM and link it to Impala to create tables?
I have installed Kudu using yum on cloudera CDH 5.8 quickstart and able to create tables using Impala. But when I query that table I get below mentioned error as
"kudu features are diabled by startup flag --disable-kudu"
Please suggest?
Created 04-10-2017 10:04 AM
Hi,
Kudu and the Kudu/Impala integration didn't become generally available until CDH5.10: https://www.cloudera.com/more/news-and-events/press-releases/2017-01-31-cloudera-announces-general-a...
Before that we released the Kudu/Impala integration as a separate beta-quality "preview release". I'd recommend using CDH5.10+ if you want to get started with Kudu
Created 04-10-2017 10:10 AM
Hi,
Is there a way to install kudu on cloudera CDH 5.8 quickstart VM? Or is there a way to install Kudu quickstart on Windows machine? I am using windows operating system and i want to try integration of flume and spark for Kudu.
Could you please tell me how to install kudu quickstart on oracle virtualbox?
Thanks
Created 04-10-2017 11:01 AM
If you try Kudu on CDH5.8 it won't be representative of the experience you will get with the officially supported release of Kudu. There were many many changes in Kudu between CDH5.8 and the general availability in CDH5.10.
Created 04-10-2017 11:14 AM
Created 04-10-2017 12:10 PM
Could you get by with the Kudu quickstart VM? I don't think it's as full-featured as the CDH quickstart VM (it may only have HDFS, Hive, Impala, and Kudu installed), but I know it's set up to use CDH 5.10.
You can find documentation for installing it here: https://kudu.apache.org/docs/quickstart.html
Created 04-10-2017 02:30 PM
Ah I understand now - sorry for the confusion. For those older versions you have to install a parallel Impala service with Kudu support via CM: https://www.cloudera.com/documentation/kudu/0-9-0/topics/kudu_impala.html . The Kudu quickstart VM that Adar mentioned will give you a more recent version of Kudu
Created 04-11-2017 01:09 AM
Created 04-11-2017 01:11 AM
Hi Adar, Thanks for your reply. I am trying the option of installing kudu quickstart VM on Windows Virtualbox. I have installed and setup Ubuntu on VirtualBox on Windows OS. I am using below link to setup Kudu.
https://kudu.apache.org/docs/quickstart.html
When i run curl command, it doesnot do/return anything.
The command is mentioned below.
curl -s https://raw.githubusercontent.com/cloudera/kudu-examples/master/demo-vm-setup/bootstrap.sh | bash
I think it is unable to establish SSL connection. Is there any workaround for the same? Or am i doing something wrong here? Please suggest
Regards Rahul
Created on 04-11-2017 06:53 AM - edited 04-11-2017 06:55 AM
Hi @Tim Armstrong and @Adar
I am able to resolve github ssl certificate issue.
I am trying to download quickstart ova file from below link but it seems like this repo is very slow. Is there any other repo from where we can download this kudu quickstart vm file.
http://cloudera-kudu-beta.s2.amazonaws.com/cloudera-quickstart-vm-5.10.0-kudu-virtualbox.ova
Thanks
Rahul