Cloudera Inc. is a Palo Alto-based enterprise software company which provides Apache Hadoop-based software and services.
0
votes
0answers
12 views
Hadoop JobRunner do not launch job
I started recently with Hadoop, and some problems came up at the very first moment, I've been able to work out with them thus far, but there is one that I have not been able to overcome with. The ...
0
votes
2answers
16 views
Sqoop import failed, UnsupportedClassVersionError
I was trying to import table from MySQL to HDFS using sqoop.
The commandline used is,
sqoop import --connect jdbc:mysql://192.168.10.452/qw_key_test --username qw -P --split-by qw_id -m 10 ...
0
votes
0answers
8 views
Require Details about edge node in cluster
Can Some one explain me the architecture of Edge node in hadoop . I am able to find only the definition on the internet. I have some queries
1) Does the edge node a part of the cluster (What ...
0
votes
0answers
12 views
httpclient.RestS3Service 404 error when distcp-ing
I couldn't run a distcp from S3 to HDFS on a newly installed CDH4 system on EC2. I also couldn't -ls a S3 directory from it.
ubuntu@ip-10-145-227-232:~$ hadoop distcp ...
-3
votes
0answers
28 views
How does MPP compare with MapReduce for a columnar database, i.e. (Redshift vs Impala) [closed]
Redshift & Impala are both very attractive solutions to large scale log analysis. But they are based on different approach, e.g. Massively Parallel Processing vs MapReduce.
What would be the ...
0
votes
1answer
35 views
split function does not work in Cloudera Impala
I keep getting an AnalysisException that says "split unknown" when I try to use the split function in Cloudera Impala. It seems to be a valid function listed on the built-in functions page. For ...
-3
votes
1answer
33 views
Oozie Workflow tutorial [closed]
Does anyone of you have any tutorial on oozie to learn and anything you have that I can look into and what purposes it is being used in an Enterprise? I know the overview but need in depth. Thanks!
0
votes
0answers
11 views
Is it OK to shut down CDH's cluster manager while hosts are still running?
I followed the tutorial here:
http://blog.cloudera.com/blog/2013/03/how-to-create-a-cdh-cluster-on-amazon-ec2-via-cloudera-manager/
to create a cluster of 2 nodes. As far as I understand, the ...
0
votes
1answer
153 views
Cloudera's CDH4 WordCount hadoop tutorial - issues
I am following this tutorial:
http://www.cloudera.com/content/cloudera-content/cloudera-docs/HadoopTutorial/CDH4/Hadoop-Tutorial/ht_topic_5_2.html
It says the following:
javac -cp classpath -d ...
0
votes
1answer
34 views
error creating oozie database schema
I'm trying to setup oozie (cdh4) using RPM on RHEL5. When I run the command to setup schemas in mysql database using sudo -u oozie /usr/lib/oozie/bin/ooziedb.sh create -run it gives me an error ...
-1
votes
0answers
38 views
Cloudera Hadoop warnings [closed]
I have installed a preconfigure cloudera VM that is running on Ubuntu 12.04.2 and its CDH 4.2.0. I am trying to run the WordCount example and having some problems. On running the application
$ ...
0
votes
0answers
92 views
Creating Hive Metastore Database Tables Error
I'm running through the Cloudera Manager (free edition) and I reached the point where the wizard is creating the Hive Metastore Database.
This error is shown and halts the configuration process.
...
0
votes
0answers
8 views
Cloudera Navigator Performance evaluation
I wanted to know about the performance analysis of cloudera Navigator based on below aspects:
1) can i add multiple Cloudera Navigator server installed in a cluster for load balancing.
2) Is there any ...
0
votes
0answers
15 views
Cloudera Impala build error: undefined reference to boost function
I am building Cloudera Impala on Ubuntu 12.04 and have run into the following errors
[ 95%] Building CXX object be/src/service/CMakeFiles/fesupport.dir/fe-support.cc.o
...
1
vote
1answer
110 views
Running shell script through oozie
I'm trying to execute a shell script through oozie but I'm having some issues.
I have a property file like this (import.properties):
startIndex=2000
chunkSize=2000
The idea is, in every single ...
0
votes
1answer
33 views
Using Sqoop incremental import as chunk-wise
Is it really possible to import chunk-wise data through sqoop incremental import?
Say I have a table with rowid 1,2,3..... N (here N is 100) and now I want to import it as chunk. Like
1st import: ...
0
votes
2answers
55 views
How to confirm hive mode of running in CDH 4.2? - local or remote
In my cluster, that uses CDH 4.2, I see two different hive-site.xml files.
1. hive-site.xml file that is in the hive conf directory.
2. hive-site.xml file that I can view from the WebUI of CDH 4.2
My ...
0
votes
1answer
43 views
Cloudera Impala Queries failing
I am trying to get Impala set up on our cluster but when I try to select count(*) from our table I get the following error.
Query: select count(*) from events
ERROR: AnalysisException: Failed to ...
0
votes
0answers
108 views
Cloudera Manager Embedded PostgreSQL Hive Metastore Server OutOfMemoryError Issue
I'm using:
Cloudera Manager Free Edition: 4.5.1
Cloudera Hadoop Distro: CDH 4.2.0-1.cdh4.2.0.p0.10 (Parcel)
Hive Metastore with cloudera manager embedded PostgreSQL database.
My cloudera manager is ...
0
votes
1answer
55 views
HBase master stops with “Connetion Refused” Error
This is happening in pseudo-distributed as well as distributed mode.
When I try to start HBase, initially all the 3 services - master, region and quorumpeer start. However within a minute, the master ...
0
votes
1answer
59 views
Hbase Dependency Issue: NoClassDefFoundError RegionCoprocessorHost
I am trying to resolve the following error:
13/05/05 19:49:04 INFO handler.OpenRegionHandler: Opening of region {NAME => '-ROOT-,,0', STARTKEY => '', ENDKEY => '', ENCODED => 70236052,} ...
-1
votes
0answers
64 views
Cloudera Quick Start VM Issue with HIVE
When I try to run Hive metastore service I get the below error. In cloudera quick start VM I have not done any changes. Any hint or suggestion would be great help in addressing this issue.
Thanks!
...
1
vote
1answer
51 views
hdfs - ls: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException:
I am trying to use the below to list my dirs in hdfs...
ubuntu@ubuntu:~$ hadoop fs -ls hdfs://127.0.0.1:50075/
ls: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException:
...
0
votes
1answer
82 views
distcp from s3 to hadoop - file not found
I am getting the below error about a file not found. Well...the file exists. I am a newbie with distcp. I am using cloudera FYI.
...
0
votes
0answers
44 views
Cloudera Manager installer 3.7 trying to install Cloudera manager server 4.5
I am trying to install CDH3U5 on our cluster which has RHEL 5.5, using Cloudera Manager 3.7.x. However the installation fails because of the following error -
Error Downloading Packages:
...
1
vote
2answers
78 views
Eclipse Map and Reduce Plugin & Hadoop Tutorial
I'm brand new to Hadoop and I'm following this Yahoo Tutorial (http://developer.yahoo.com/hadoop/tutorial/). I'm currently trying to configure eclipse and the map and reduce plugin to connect to the ...
0
votes
2answers
76 views
Where are the hadoop-examples* and hadoop-test* jars in cdh4.2?
I am looking for the jar files to be able to run the hadoop jobs associated with the examples and test jars. In the past they were under /usr/lib/hadoop, but apparently no longer. Pointers ...
1
vote
1answer
57 views
unable to determine zookeeper ensemble health
I setup a 3 node Zookeeper cdh4 ensemble on RHEL 5.5 machines. I have started the service by running zkServer.sh on each of the nodes. ZooKeeper instance is running on all the nodes, but how do I know ...
0
votes
0answers
129 views
oozie job submission fails with check your configuration for mapreduce.framework.name and the correspond server addresses
2013-04-29 14:47:28,686 WARN ActionStartXCommand:542 - USER[oozie] GROUP[-] TOKEN[] APP[map-reduce-wf] JOB[0000000-130429144458254-oozie-oozi-W] ACTION[0000000-130429144458254-oozie-oozi-W@mr-node] ...
1
vote
1answer
59 views
Hive cdh4 thrift setup throws NoSuchFieldError: METASTORE THRIFT RETRIES
I setup Hive cdh4 on RHEL 5 with remote metastore using mysql. I created a database, in mysql, with the same name as in hive-site.xml. I started up metastore server and hive server, but whenever I try ...
0
votes
0answers
61 views
Oozie job submission fails
I am trying to submit an example map reduce oozie job and all the properties are configured properly with regards to the path and name node and jobtracker port etc.I validated the workflow.xml too . ...
0
votes
1answer
84 views
Hive doesn't show tables when started from another directory
I installed Hive cdh4 on RHEL. Whenever I start Hive from a directory, it creates metastore_db dir in it and a derby.log file. Is it a normal behaviour? Moreover, when I create a table, starting Hive ...
0
votes
0answers
23 views
Where does cloudera cdh 4.x install jre and the java src?
I am looking for the various jar's associated with the java6 as well as the src.zip.
I know the binaries are installed to /usr/bin.
In addition, where is the default HADOOP_CONFIGURATION ("conf") ...
0
votes
1answer
86 views
how to use external jars in Cloudera hadoop?
i have a cloudera hadoop version 4 installed on my cluster.
It comes packaged with google protobuffer jar version 2.4.
in my application code i use protobuffer classes compiled with protobuffer ...
1
vote
1answer
93 views
Pig Join in Cloudera VM
I try to perform a simple join in apache pig. The datasets that I use are from http://www.dtic.upf.edu/~ocelma/MusicRecommendationDataset/lastfm-1K.html
This is what I do in the pig shell:
profiles ...
0
votes
0answers
50 views
Cloudera Manager Installer fails to run on CentOS 6.2 32bit
Though CentOS 6.2 32bit is on the list of supported operating systems, Cloudera manager installer fails to start saying "cannot execute binary file"
It seems this installer doesn't support 32bit ...
0
votes
1answer
27 views
Actual processing time of hadoop job
My cluster is currently occupied by a job A that takes long time and has VERY_LOW priority.
I started another job B yesterday while A was already running and I think it should have ran quite fast.
...
0
votes
1answer
286 views
Cloudera manager installation failed on ubuntu 12.0.4LTS
I tried installing the latest cloudera manager on ubuntu and when i install the cluser on psuedo distributed mode I get the below error and can someone advise me what to do
I did already try the ...
0
votes
1answer
71 views
How adding hosts in CDH4
I have five server that free CDH4 install on them and services work very well. Today I want to add two hosts but it's failed.
this is log.
Refreshing package metadata...
BEGIN sudo apt-get update
...
0
votes
0answers
23 views
Metadata mismatch error while trying to install CDH 4.2
I am trying to install CDH 4.2 on RHEL 6.2. I am following Cloudera's manual for the same and have tried using the Yum installation option as well as using Cloudera Manager. For both, I keep getting ...
0
votes
1answer
98 views
Hadoop installation - Datanode running, but not showing in JPS
I have installed CDH3U5 on a 2 node cluster. Everything seems to run fine such as all the services, web UI, MR jobs, HDFS shell commands. However, interestingly, when I started the datanode service, ...
0
votes
1answer
105 views
After installing Hadoop via Cloudera Manager 4.5 HDFS only points to the local filesystem
After install Cloudera Manager 4.5 I find that it's not configured to point to the correct default filesystem. If I run haddop fs -ls / from one of the tasktracker/datanode boxes I just get the local ...
0
votes
1answer
92 views
AWS EC2 - Cloudera Manager- Stopping instances
I have setup the hadoop cluster on Amazon EC2 using cloudera manager. Cloudera manager created two instances and all is working as expected. I am trying to stop the cloudera created instances through ...
0
votes
1answer
179 views
Oozie + Sqoop: JDBC Driver Jar Location
I have a 6 node cloudera based hadoop cluster and I'm trying to connect to an oracle database from a sqoop action in oozie.
I have copied my ojdbc6.jar into the sqoop lib location (which for me ...
0
votes
1answer
79 views
BindException in Hadoop on EC2
I'm trying to setup a Hadoop cluster (CDH4) on EC2 instances. The namenode keeps crashing, when I try to format it. This is the error I get.
2013-04-12 05:37:16,995 FATAL ...
-1
votes
1answer
77 views
sqoop think you are using a jre instead of a jdk
I am using Cloudera Hadoop on a Centos 6.2 x86_64 virtualmachine. I am trying to import a table from a MySQL database into HDFS through Sqoop. I copied the ODBC driver in to the sqoop lib folder:
ln ...
0
votes
1answer
67 views
Hadoop streaming api - limit number of mappers on a per job basis
I have a job running on a small hadoop cluster that I want to limit the number of mappers it spawns per datanode. When I use the -Dmapred.map.tasks=12, it still spawns 17 mappers for some reason. ...
5
votes
1answer
134 views
Hadoop streaming to python using mongo-hadoop
I'm trying to get map-reduce functionality with python using mongo-hadoop. Hadoop is working, hadoop streaming is working with python and the mongo-hadoop adaptor is working. However, the mongo-hadoop ...
1
vote
0answers
83 views
s3distcp fails on CDH 4.2
I am trying to run s3distcp as to merge a lot of small (200-600KB) files from S3 to HDFS.
I am running Hadoop on CDH 4.2 over Ubuntu.
To be specific:
Hadoop 2.0.0-cdh4.2.0
Subversion ...
0
votes
0answers
193 views
Installing CDH 4.5 on Ubuntu 12.10
Has anyone successfully installed CDH 4.5 on Quantal? I've tried editing the lsb-release file to emulate Precise but the installation of cloudera-manager-installer.bin fails with a "Package ...