Questions tagged [cloudera-quickstart-vm]

Cloudera QuickStart VM contains a single-node Apache Hadoop cluster including Cloudera Manager, example data, queries, and scripts.

Cloudera QuickStart VM contains a single-node Apache Hadoop cluster including Cloudera Manager, example data, queries, and scripts. It is free software developed by Cloudera.

195 questions
0
votes
2 answers

How to set JAVA_HOME Cloudera quickstart for Kafka and Zookeeper

I have added Kafka service to my Cloudera cluster and when i try to start it it fails with the following error Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/kafka/common/utils/KafkaThread : Unsupported major.minor…
0
votes
1 answer

Hue service error: Could not connect to quickstart.cloudera:21050

I have installed cloudera-quickstart-vm-5.13.0-0-virtualbox in virtual box. Configuration Details: CPU: 3 & Memory: 9000MB Now when I launch cloudera express from terminal using command sudo /home/cloudera/cloudera-manager --force --express Then…
Programmer
  • 398
  • 1
  • 9
  • 33
0
votes
1 answer

I am unable to execute a mapreduce job in a Hadoop cluster

$ hadoop jar /usr/lib/hadoop/hadoop-streaming-2.6.0-cdh5.13.0.jar -file mapper.py -mapper mapper.py -file reducer.py -reducer reducer.py -input /user/cloudera/test.txt -output /user/cloudera/result I am using this command to execute MapReduce…
0
votes
1 answer

Error creating database in Cloudera Impala (Virtual machine)

I have downloaded and started the cloudera virtual machine with impala. At the time of executing the database creation statement, an error related to the catalog and state-store service appeared. Perform the service update from console, however when…
Daniel Vera
  • 77
  • 1
  • 10
0
votes
1 answer

Kafka topic is not creating

I was installing kafka in Quickstart Cloudera VM using following link but when i am running below command kafka-topics --zookeeper quickstart.cloudera:2181 --create --topic test --partitions 1 --replication-factor 1 I am getting following…
0
votes
0 answers

WARN util.NativeCodeLoader: Unable to load native-hadoop library in clodera-quickstart-vm

Recently installed Cloudera-quickstart-vm, while running simple hadoop commands getting below error. I tried to check path of libraries which it is complaining for but it does not exist. Do I need to install…
Rahul
  • 1
  • 2
0
votes
0 answers

How to perform set() operations in combineByKey transformation

I am trying to aggregate the data on Order_date & order_status. I have written two combineByKey transformations. One of them works and the other one fails. Below is the data snapshot of the ordersjoined Dataframe: [Row(order_id=1,…
Ravi
  • 163
  • 1
  • 2
  • 12
0
votes
0 answers

Update JDK on Cloudera Quickstart VM

I just wanted to have a discussion and get some clarification about a problem I am trying to solve. As of now I have followed this documentation in order to update java on my Cloudera Quickstart VM from Java SE 1.7 to Java SE 1.8. My goal from…
0
votes
1 answer

hdfs dfs -ls No Display

I installed cloudera quickstart vm on docker. On HDFS Web UI five folders (benchmarks, hbase, tmp, user and var) are listed but when I use hdfs dfs -ls or hadoop fs -ls commands. It displays any directory. Any solution?
0
votes
1 answer

how to install PHP7 on cloudera quickstart?

i'm trying to install php 7 on cloudera quickstart 5.13.0, i put the same commande for centos 7 but i have this error. --> Finished Dependency Resolution Error: Package: php-common-7.0.33-2.el7.remi.x86_64 (remi-php70) Requires:…
mery
  • 1
0
votes
1 answer

Input path does not exist: hdfs://quickstart/user/hive/warehouse/products

Whilst going through the cloudera quickstart tutorial, I ran into this error: Input path does not exist: hdfs://quickstart/user/hive/warehouse/products The problem occurred whilst I was executing this spark code: val orders = order_items.map { x…
Dennis Jaheruddin
  • 21,208
  • 8
  • 66
  • 122
0
votes
1 answer

yum update failed "StopIteration" hdr = idx.next()

Just trying a routine yup update And first got this: ... Cleanup : ncurses-base-5.7-3.20090208.el6.x86_64 …
martin
  • 862
  • 9
  • 28
0
votes
1 answer

Cloudera Quick Start VM lacks Spark 2.0 or greater

In order to test and learn Spark functions, developers require Spark latest version. As the API's and methods earlier to version 2.0 are obsolete and no longer work in the newer version. This throws a bigger challenge and developers are forced to…
0
votes
1 answer

Cloudera quick start unresponsive script

I am having the following error while accessing Hue in Cloudera quick start. I have checked the connectivity and looks fine. I am hoping if anyone can direct me on how to resolve as I am a beginner to Hadoop and stacked with this issue? I appreciate…
Moh K
  • 484
  • 1
  • 4
  • 17
0
votes
1 answer

From where or How can I download Cloudera Quick start VM 5.12

In the cloudera website I can see only the Cloudera Quick start VM 5.13.But I need Quick start VM 5.12. From where or How can I download Quick start VM 5.12
kmb s
  • 17
  • 3