How to quickly install Apache kudu quickstart vm? - hadoop

After checking on kudu official website, i got some instructions to download kudu virtualbox image and install vm. But that repository is no more available.
Is there any other way to get Kudu quickstart vm?

Finally, i done it in easiest way!!!
I created ec2 instance from "Cloudera Quickstart VM" ami available in community AMIs. Cloudera quickstart vm provides many preinstalled hadoop services which can be managed using single admin panel.
Kudu is not default service available in it. But can be added with some easy steps given in this document:
Installing Apache Kudu on Cloudera’s Quickstart VM

Related

UI amberi not loading but wekan dashboard loaded when using virtualbox and hortonwork hdp

I am newbiw in hadoop env. I have installed virtual box and download hortonwrk sandbox hdp 2.6.5 to open ui amberi. The virtual vm show https://localhost:1080 and https://localhost:4200. When i open this link in broswerr, it hsow wekan dashboard. not ui amberi.
How to open ul amberi ? Need help on this matter.
First, Hortonworks Sandbox is no longer supported or maintained, so you should find another solution.
If you see a different service on either port, then you have something else running on your host or as a VM, and occupying those addresses, and it's not a Virtualbox/Hadoop/Ambari problem. Ambari is showing local addresses within the VM, not addresses for your host. You can edit the VM's port mappings to use some other host port.

Can't access ambari UI

I want to use Hadoop. Unfortunately, I cannot access the Ambari login. How do I fix this?
Looks like you have some other web server running on port 8080 for Apache + Postgres
Also, the link in the VM says 1080. Can you get there? Can you access the other UI's on the HDP quickstart dashboard? If so, then Ambari isn't the issue.

Rackspace/Vagrant: Working with a rackspace vagrant box locally

I was reading through Rackspace's article about using Vagrant with Rackspace open cloud which shows you how you can use a vagrant vm that is hosted on a Rackspace server.
I'm wondering if there's any way that I could work from a vm that is provisioned like a Rackspace server on my local machine via Vagrant. I can't seem to find a box specifically for emulating Rackspace servers and I can't find information on what base OS and basic tools rackspace cloud servers actually use so I could provision my own environment.
Is there a place where I can find a rackspace specific vagrant box or at least find out the os info?
Edit:
Correction, it is possible, but it takes a few steps:
Export (from Rackspace) the image that you want to run locally see here for more info
Download image from Cloud Files
Convert/import the vhd file into VirtualBox see this for example
At this point, you should be able to use that image with Vagrant to run a Rackspace image locally.

Using vagrant on EC2

I need to setup a web server and a database server on EC2.
It should be easy to migrate to another service provider later.
Currently, I have a web server and a database server, each running on separate EC2 micro instances with software installed there remotely.
Can we run a vagrant box on these micro instances with pre-installed and pre-configured softwares like LAMP stack and use that instead. So I will end with 2 vagrant boxes , one for web server another for database server.
Amazon provides already means to copy an instance but it is copied to another EC2 instance only probably .. If there is need to move to some other provider, it will be same process of re-installing all. So, an own virtual box installed on Amazon's virtual box is what i was looking into..
I don't know how good or bad it is.. I doubt if this will affect performance as well. Please share your views. Target is to have env prepared locally and have flexibility to deploy it on any service provider easily.
Running vagrant inside your AWS box is probably not the right solution. Have you looked into the Vagrant AWS provider?
That will allow you to setup and provision your AWS boxes with Vagrant and Puppet or Chef... if you are using Puppet or Chef to provision your servers then you will have a very portable "scripted" install for your servers that can easily be moved to another provider at a later date...
So running a virtual machine, on another virtual machine probably isn't the best. But if you want to install Vagrant on Amazon Linux you can do:
wget https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.rpm
sudo rpm -ivh vagrant_2.2.4_x86_64.rpm
The RPM is the Centos version from the downloads page here: https://www.vagrantup.com/downloads.html
But then you cannot install virtualbox to run a VM. So it doesn't actually work anyways.

Opscode Chef for Amazon EC2

I am new to opscode chef. I want to integrate opscode chef in my web application. I have created a node using the web console of opscode on Amazon EC2. Now I want to know that what to do and how to play with cookbooks and other part of chef? I am also unable to connect with the instance i have created on Amazon EC2. I am using the hosted chef server.
After working on Opscode Chef I have found an answer for my question. So, let it be share.
The full documentation is available in the Chef Wiki, which features dedicated guides for various special topics as well, e.g.:
EC2 Bootstrap Fast Start Guide
Fast Start Guide for Windows
Fast Start Guide for Ubuntu
Fast Start Guide for CentOS

Resources