Member since
01-20-2014
578
Posts
102
Kudos Received
94
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5717 | 10-28-2015 10:28 PM | |
2708 | 10-10-2015 08:30 PM | |
4735 | 10-10-2015 08:02 PM | |
3537 | 10-07-2015 02:38 PM | |
2325 | 10-06-2015 01:24 AM |
09-02-2014
02:12 AM
1 Kudo
I forgot to add to my earlier note, you can also try using Apache Whirr to provision clusters on AWS http://blog.cloudera.com/blog/2012/10/set-up-a-hadoophbase-cluster-on-ec2-in-about-an-hour/
... View more
09-01-2014
11:13 PM
1 Kudo
It is likely that Cloudera Manager still has the file open and is writing to it though you have deleted the file itself. Try restarting the service and check if the file is written to $ sudo service cloudera-scm-server restart
... View more
09-01-2014
04:14 PM
The Cloudera Manager and CDH installation can be automated though it would require a bit of programming from your side: Read about Path B installation in this link: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Installation-Guide/cm5ig_install_cm_cdh.html Then you can use the Cloudera Manager API to add hosts, services and roles to your cluster http://cloudera.github.io/cm_api/
... View more
09-01-2014
04:09 PM
You had mentioned you want to see the schema, so the describe command is how it is done. If you want to see the entire contents of the table, you can type this on the hbase shell: > scan 'table-name'
... View more
08-31-2014
08:33 PM
Please refer to http://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/HadoopStreaming.html which shows the correct usage. Use -file for each file to be copied across. For example, try: $ /usr/lib/hadoop/bin/hadoop jar /usr/lib/hadoop-mapreduce/hadoop-streaming-2.3.0-cdh5.1.0.jar -file /tmp/mapper.py -file /tmp/reducer.py -mapper /tmp/mapper.py -reducer /tmp/reducer.py -input gutenberg/4300.txt -output output Edit: hyperlink and space char in command
... View more
08-31-2014
03:24 PM
Please start a new thread and detail all the steps you took till the problem occurs.
... View more
08-29-2014
08:56 PM
The bottom of the stack trace says "Caused by: java.io.IOException: Cannot run program "/tmp/mapper.py": error=2, No such file or directory". How many nodes are there in this cluster? Have you copied the mapper.py program to all the nodes? It also needs to be executable (chmod 755 mapper.py)
... View more
08-28-2014
06:09 PM
You cannot upgrade just HBase to a newer release. Rather you should wait for the next major or minor release of CDH and upgrade to that. Please subscribe to the announcement forum in this website. Just today CDH 5.1.2 and CM 5.1.2 was released
... View more
08-28-2014
03:22 AM
If you run CM and CDH, CM must be upgraded first because an older CM release cannot manage a newer CDH release. Please upgrade CM as well.
... View more
- « Previous
- Next »