- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to install mahout on a cluster hadoop using CDH 5.3
Created on ‎03-06-2015 08:29 AM - edited ‎09-16-2022 08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
I have configured a cluster hadoop using cloudera.
I created a 4 nodes cluster.
and now i want to install mahout can anyone give me a step by step instruction on how to install Mahout on this cluster?
Thanks in advance
Created ‎03-06-2015 12:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, it's not something you really install. It's a library. However I think you'll find the binaries already exist on all the nodes in your cluster anyway.
Created ‎03-06-2015 08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mahout is already shipped with CDH. It's not something you really install; it's a library. Can you say any more about the problem you are facing?
Created ‎03-06-2015 11:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your answer.
I added the library mahout but when i type the command : mahout it says:
mahout_local is not set adding hadoop_conf_dir to classpath
How can i set the mahout local variable ?
Created ‎03-06-2015 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's just an env variable; you can always "export VARIABLE=VALUE" in the shell.
But this message is not an error. In fact you want to see this if you intend to run on a cluster.
Created ‎03-06-2015 11:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
to do so?
Created ‎03-06-2015 11:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In bash for example: unset VARIABLE
Created ‎03-06-2015 11:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the mahout library in slaves too ?
Created ‎03-06-2015 12:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, it's not something you really install. It's a library. However I think you'll find the binaries already exist on all the nodes in your cluster anyway.
