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

Hive cannot create roles and show roles in cloudera?

I'm getting the error, once i given the command show roles; in the hive terminal. Kindly do help me, and i add some property in hive-site.xml. I am working in…
Vivek Harry
  • 419
  • 3
  • 11
  • 25
0
votes
2 answers

How to install Cloudera Hadoop in a PC which does not support virtualization

i like to install Cloudera Hadoop in my computer windows 7.so i download a vmware player but it doesn't work because my computer doesn't support virtualisation. Is there any solution?
rami
  • 1
0
votes
1 answer

Is it possible to use Cloudera-Quickstart VM using Vagrant

Is it possible to use the Cloudera Quickstart VM using Vagrant? If possible then how to configure the Vagrantfile?
krishna Prasad
  • 3,541
  • 1
  • 34
  • 44
0
votes
1 answer

Error while running basic Hadoop wordcount in cloudera

I am way too new to Cloudera and Hadoop. I encountered a problem while executing the following command in Cloudera Quickstart VM terminal hadoop jar hadoop-mapreduce-examples.jar wordcount /user/cloudera/input /user/cloudera/output These are the…
Sushant Pachipulusu
  • 5,499
  • 1
  • 18
  • 30
0
votes
1 answer

HIPI test run fails due to NoclassdefinitionFound

I have been trying to follow the tutorial on a cloudera VM (cdh-5.4.2) but I am getting an exception when trying to run the built jar to count the number of pixels. The build itself succeeds: [cloudera@quickstart helloWorld]$ gradle…
RUKNA
  • 21
  • 6
0
votes
1 answer

spark and cloudera vm

Can anyone tell me what would be the best way to practice Spark ? I could see majority of them pointing to install Cloudera VM. I find it pretty hard to work on it as my system has only 6GB of RAM. The process are pretty slow and annoying to me.…
Garfield
  • 396
  • 6
  • 19
0
votes
1 answer

Cloudera Issue while adding slaves, cloudera-manager-agent must have Version=5.3.0 and Build=155, exiting closing logging file descriptor

While adding slaves to the quickstart VM provided by cloudera I am getting the following error. It looks like incompatible built error but I am not sure. If so, how can I resolve it. Any suggestion will be appreciated. …
-1
votes
1 answer

Cloudera quickstart CDH 5.15 cluster is RUNNING slow

I have Cloudera quickstart CDH 5.15 cluster is very slow when i run a simple hadoop command like "hadoop fs -ls" it takes almost 20 seconds but when i try runnnig local commands like "ls" it is very fast please help me with this.
-1
votes
1 answer

import mysql data into hdfs contents file not read CCA

I want to see contents of the hdfs file which I have import mysql data using sqoop. I ran the command hadoop dfs -cat /user/cloudera/products/part-m-00000. I am getting error: cat: Zero blocklocations for /user/cloudera/products/part-m-00000. Name…
rakesh
  • 1
-1
votes
1 answer

Change Cloudera quickstart domain name

I have installed Cloudera Quick start VM in a local server and acessing it from my local machine. The domain name it is using is quickstart.cloudera . So for remote access I need to change it every time manually to my local IP address. Where can I…
Happy Coder
  • 4,255
  • 13
  • 75
  • 152
-1
votes
3 answers

Cloudera Hadoop - Daemons not running

I'm self learning Hadoop and started of with installing Cloudera QuickVM on a VMware Workstation running CENT OS. I was under the impression that Quickstart VM has most the of configurations predefined. Do I need to set up any other configurations…
Chendur
  • 1,099
  • 1
  • 11
  • 23
-1
votes
2 answers

Quickstart VM 5.5 failed to boot on VirtualBox 5.0.14

Not sure why it was so challenging to bring up Cloudera CDH 5.5 on VirtualBox 5.0.14 on my Windows 7 workstation (64-bit). My desktop is a Lenovo 30AGS01Y00 w/ 1 Intel64 CPU, 16GB RAM, and 1TB of HDD. The detail OS version: 6.1.7601 Service Pack 1…
jsung8
  • 163
  • 1
  • 1
  • 10
-2
votes
1 answer

Not able to access zeppelin 8080/8180 outside VM

This question might have answered but I am not able to solve. Need some help. Issues: Not able to see http://127.0.0.1:8080/ outside VM but able to see http://127.0.0.1:8088/ and other ports. I am using zeppelin-0.8.2 in Oracle VM.Cloudera…
-2
votes
1 answer

How to execute linux commands in the shell opened through /bin/bash

I am new to Linux stuff and would like to know how to run command while opening the shell through /bin/bash? Eg the steps that I want to perform: Step1: Run the docker exec command to start the quickstart virtual machine. $ docker exec -it…
Prashant
  • 702
  • 6
  • 21
-2
votes
2 answers

Hadoop in Cloudera path VMware

Hi I have implemented my average word count in java in cloudera vm 4.2.1 p and I have converted to Jar file and ran the command: hadoop jar averagewordlength.jar stubs.AvgWordLength shakespeare wordleng Next: I have run the Shakespeare correctly…
1 2 3
12
13