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
1 answer

Apache Giraph on Cloudera VM - ClassNotFoundException

I am new to Hadoop/Giraph and Java. As part of a task, I downloaded Cloudera Quickstart VM and Giraph on top of it. I am using this book named "Practical Graph Analytics with Apache Giraph; Authors: Shaposhnik, Roman, Martella, Claudio, Logothetis,…
user9068137
0
votes
0 answers

Hive action failing with SLF4J error : SLF4J: Class path contains multiple SLF4J bindings

I am trying to create a simple workflow with a hive action. I'm using Cloudera Quickstart VM (CDH 5.12). The following are the components of my workflow: 1) top_n_products.hql create table instacart.top_n as ( select * from ( select row_number()…
0
votes
1 answer

Freeing space Cloudera-QuickStart VM- Cent OS

I ran a MR job that filled up a bit of space while testing. It Almost 20 GB space has been taken by running the Job. I have deleted a number of hive tables and hdfs files. But, I still run into errors such as failing the parcel directory…
0
votes
1 answer

Not able to connect to Hue web UI from Cloudera Manager

I have installed Cloudera Express on Google cloud platform vm instance using Cloudera Manager.All the web services are running but web UI links of all services (Hue, Hbase, Spark etc.) are not loading.I can't reach the login page also .It gives the…
0
votes
1 answer

ERROR 2997: Encountered IOException. Directory part1 does not exist

I am having a problem in executing a script in Apache Pig. I have 3 files namely movies.csv, ratings.csv, tags.csv. First I want to load "movies.csv", then load "ratings.csv" and join both tables. But I am encountering an error in loading of the…
user8380178
0
votes
1 answer

Running spark in docker showing - site can't be reached

I am new in docker, running a cloudera quickstart in docker using the port 8888. docker run --hostname=quickstart.cloudera --privileged=true -t -i -p 8888:8888 -p 8800:8800 -p 7180:7180 cloudera/quickstart /usr/bin/docker-quickstart I need to run…
Ajoe
  • 1,397
  • 4
  • 19
  • 48
0
votes
1 answer

Running Cloudera Quickstart CDH VM on Hyper-V

The Cloudera quickstart CDH VM can be downloaded as a Virtual Box, KVM, VMWare or Docker Image but I only have Hyper-V available. Is it possible to run this under Hyper-V?
gimpy
  • 1,129
  • 2
  • 13
  • 27
0
votes
1 answer

Connec to Hive from Apache Spark

I have a simple program that I'm running on Standalone Cloudera VM. I have created a managed table in Hive , which I want to read in Apache spark, but the initial connection to hive is not being established. Please advise. I'm running this program…
Dave
  • 962
  • 5
  • 19
  • 44
0
votes
0 answers

CDH Installation Issues On Centos 7.3

I have created Virtual Machine using Hyper V manager and wanted to install cloudera 5.11 on the VM. I followed the steps mentioned in cloudera website.But whenever I check the status of cloudera-scm-server its active in exited state. Can someone…
0
votes
1 answer

spark shell not responding from Terminal in cloudera VM Box

When i tried to use spark-shell for the first time. The spark shell is not responding.This is what i got, [root@quickstart cloudera]# spark-shell WARNING: User-defined SPARK_HOME (/opt/cloudera/parcels/CDH-5.8.0-1.cdh5.8.0.p0.42/lib/spark)…
0
votes
1 answer

Cloudera Cluster Deployment bootstrap failed error on EC2 using Director

I have successfully deployed Cloudera Director and Cloudera Manager on EC2. I can access both director and manager instances from browser and can do ssh to those instances. Cloudera Manager server and agent is running fine and checked it by running…
0
votes
1 answer

Getting UnsupportedClassVersionError while running Scala jar file using spark2-submit in Cloudera VM

I'm trying to run a Scala project from here involving Azure Event hub in a Cloudera VM installed locally with a single node. I'm using CDH 5.10. I built the jar file using sbt 0.13.15 which uses Openjdk 1.8.0. Also Oracle Jdk 1.8 is installed in my…
0
votes
0 answers

Unable to Run Hadoop Jar on Cloudera VM

I've been given a Cloudera VM to use with learning Hadoop. I created a basic wordcount program in java and exported it to a jar file. I've tried to run the jar file but I'm getting this: INFO client.RMProxy: Connecting to ResourceManager at…
ebbBliss
  • 173
  • 1
  • 13
0
votes
0 answers

Correct driver to connect to Cloudera VM 5.10(CDH 5.10) hue hive interface sample database from client interface

I am trying to make a connection to Cloudera VM 5.10(CDH 5.10) hue hive interface sample database to test the right driver using dbVisualizer tool (https://www.dbvis.com/download) I checked CDH 5.10 has hive version 1.1, I got this information from…
0
votes
0 answers

Failed to start HDFS service in Cloudera VM

When I am trying to start the HDFS, I am getting error: Service did not start successfully; not all of the required roles started: only 0/2 roles started. Reasons : Service has only 0 NameNode roles running instead of minimum required 1. How…
Raj
  • 1
  • 1