Top "Cloudera" questions

Cloudera Inc.

YARN Application exited with exitCode: -1000 Not able to initialize user directories

I am getting: Application application_1427711869990_0001 failed 2 times due to AM Container for appattempt_1427711869990_0001_000002 exited with exitCode: -1000 due to: Not …

cloudera yarn
Accessing HBase running in VM with a client on host system

I try to write some data to hbase with a client program HBase @ Hadoop runs in a preconfigured VM from …

hadoop hbase virtualbox cloudera
Cloudera Hadoop Class file for org.apache.hadoop.classification.InterfaceAudience not found

Here is the error I get when trying to compile this WordCount.java file. $javac -classpath /usr/lib/hadoop/hadoop-common-2.0.0…

compilation hadoop javac cloudera word-count
Issue in connecting kafka from outside

I am using hortonwork Sandbox for kafka server trying to connect kafka from eclipse with java code . Use this configuration …

hadoop cloudera apache-kafka hortonworks-data-platform
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. …

hadoop hive cloudera impala
How do you get WordCount.java to compile on Cloudera 4?

I'm trying to compile a simple WordCount.java map-reduce example on a linux (CentOS) installation of Cloudera 4. I keep hitting …

java hadoop javac cloudera word-count
Multi-node Hadoop cluster with Docker

I am in planning phase of a multi-node Hadoop cluster in a Docker based environment. So it should be based …

hadoop docker hdfs cluster-computing cloudera
Is there a way to show partitions on Cloudera impala?

Normally, I can do show partitions <table> in hive. But when it is a parquet table, hive does …

cloudera impala
HBase Error - assignment of -ROOT- failure

I've just installed hadoop and hbase from cloudera (3) but when I try to go to http://localhost:60010 it just sits …

database nosql hadoop hbase cloudera
Implement CREATE AS SELECT in Impala

Pls help me on how to implement CREATE TABLE AS SELECT For simple create table t1 as select * from t2; …

cloudera impala