Cloudera CDH demos - hadoop

Datastax DSE comes with well organized demos. Does Cloudera CDH5 offer something alike?

Have a look at the Cloudera Quickstart VM. It (specifically, Hue) contains some demos of using Hadoop. If you just want sample code or writeups online, rather than a live service, just look for anything on the internet. Any Hadoop-related demo will work.

The only demo that Cloudera offers is it's Cloudera Live. And it is still in beta version.

Related

Hortonworks vs Cloudera Architecture Difference

What is the main difference between HortonWorks and Cloudera ? I see both of them follow the same Architecture.
After a good research, I found that Cloudera and HortonWorks has no difference. They both follow the same Architecture. They take the raw hadoop and do some regressive testing and give an honed product for enterprises. No difference. Just two brands for the same product.
Additionally this link explains more.

Installing Hadoop tar file vs Cloudera VM on Ubuntu

I am complete beginner to Hadoop and I saw various posts on internet whics tells about installing Cloudera VM using VMWare. Recently I saw a youtube video which shows how to install hadoop on ubuntu by downloading hadoop tar file from Apache but they didn't install Cloudera VM. My Question is:
What is the difference between the two approach? Is there any benefit using one over the another?
I want to learn Hadoop by myself and looking for the best way/more adopted way to learn it.
Cloudera is "yet-another distribution of hadoop" You can think of basic Hadoop as stock android in Nexus mobile phones and Cloudera Hadoop as androids in non-nexus phone. Its basically a custom built version.
Cloudera is more of a plug-and play version meaning you can download the VM and start playing with Hadoop.
On, the other hand,Hadoop in Ubuntu is a get your hands dirty mode where you work on building your own hadoop.
Personal Opinion - I suggest setting up your own Hadoop that helps better understanding of internals of Hadoop and the Hadoop learning activities that follow.
Hope it helps. Happy Hadooping!
I spent a lot of time playing with the Cloudera software and their Quickstart VM is good, until you start trying to e.g. add nodes. It was not designed to do that but when you have invested time using it it would be nice to use it as a basis for a real system.
So the next step would be to use CDH (Cloudera's 'proper' Hadoop) or Hortonworks version HDP or maybe even MapR (I've not used it).
CDH and HDP technologies have nice GUI features over basic Hadoop and are seemingly easier to setup. HOWEVER I spent a lot of time trying to get both CDH and HDP to work unsuccesfully.
They give red lights and cryptic messages when things go wrong and add a layer of obfuscation when trying to fix things. For example in plain hadoop you can easily change the configuration files but in CDH you can't access them directly you have to discover where Cloudera hides their various options.
If would recommend using plain hadoop unless you have a big organisation, lots of people and machines.
UPDATE: I have finally got HDP to work and it is really nice. Good Ambari GUi and you can use Zeppelin Notebooks to do fancy graphics.

Ambari + HDP licensing

I'm experiencing a deployment and management of a Hadoop cluster and I found out that, for the purpose, Ambari is a very useful and convenient tool.
Now I'm trying to figure out if all the licenses of the HDP stack allow to deploy a Hadoop installation also in a production environment.
Does anyone have experience in the use of Ambari in production? Is it completely free to use also for production environment?
As an employee of Hortonworks myself, I can assure you that there is no licensing that you have to comply with to deploy Ambari, including Ambari as bundled into HDP; http://hortonworks.com/hdp/. Now... we would LOVE for you to buy a support contract! ;-)

Recommendation on multi-node hadoop cluster installation

What would be the best way of installing Hadoop 1.0 (whether it is Apache hadoop or CDH)? CDH seems to have some kind of installation manager but somehow I can't find good information on the Web after a couple of hours of searching. I only found documentation about pseudo mode installation.
Just visit Cloudera site. They have both Cloudera Manager free which is very good point to start and standalone CDH package. They also have complete set of documentation like installation guide for every version of such products.
Of course I'd recommend Cloudera blog and official Apache Hadoop site dicumentation for better understanding.
I am using Apache Hadoop not much issues except that I have to resolve any compatibility issue while using hadoop eco system components such as hive, pig, sqoop etc.
Cloudera Manager on the other side take care of most of these compatibility issues and kind of provides u a complete package with support.
Hope this helps!

installing ganglia on ubuntu

I am running a 7 node cluster with Apache Hadoop 1.0.4.
I am using it for language translation and looking out for a proper guide to install ganglia on all the cluster node.
Please let me know about any guide which will help me out.
You should try take a look at O'Reilly's book about Ganglia. There's a good topic about that over there.

Resources