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

Cloudera manager on docker is not working

I am using cloudera quickstart vm on docker on Ubuntu 18.04LTS . While I launch the vm using run command : sudo docker run --hostname=quickstart.cloudera --privileged=true -t -i -p 8888:8888 -p 80:80 cloudera/quickstart…
Rajeev Akotkar
  • 1,377
  • 4
  • 26
  • 46
1
vote
0 answers

Unable to start Cloudera services on Cloudera Quickstart Docker

I'm trying to start up cloudera services on Cloudera's quickstart docker image (5.13.0). I downloaded the image from Cloudera's website and did the following steps as described here:…
1
vote
0 answers

Impala Daemon Not Starting in cloudera-quickstart-vm-5.10

Impala not working in cloudera-quickstart-vm-5.10 as Impala Daemon is not starting. Following is the status of the three required roles for Impala: Impala Daemon is down Impala Catalog Server has bad health & Impala StateStore has good…
DV93
  • 23
  • 5
1
vote
1 answer

Cloudera Manager isn't opening

I have an VM: cloudera-quickstart-vm-5.13.0-0-virtualbox, run now. But the Cloudera Manager's Page isn't being shown. The message: 'Attempting to connect to Cloudera Manager...' is being shown the all day. How Can I solve this problem?
1
vote
1 answer

Cloudera Execution Problem: Problem:Initial job has not accepted any resources

I'm trying to fetch some data from Cloudera's Quick Start Hadoop distribution (a Linux VM for us) on our SAP HANA database using SAP Spark Controller. Every time I trigger the job in HANA, it gets stuck and I see the following warning being logged…
1
vote
1 answer

HBase coprocessor remote debugging

How to remote debug HBase coprocessor - RegionObserver? I'm using Cloudera Quickstart. There is a question about it, but there is no information about where to put that exec command. Also I tried this instructions, but HBase doesn't start with…
Markiza
  • 444
  • 1
  • 5
  • 18
1
vote
5 answers

virtual box installation causes error while launching

The virtual machine 'cloudera-quickstart-vm-5.12.0-0-virtualbox' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\Sri Dhanasheelan\VirtualBox…
1
vote
1 answer

Unable to run HIVE queries

I have a table created using HIVE query in Cloudera VM, below is my DDL to create the table called incremental_tweets. CREATE EXTERNAL TABLE incremental_tweets ( id BIGINT, created_at STRING, source STRING, favorited BOOLEAN, retweet_count…
ANmike
  • 267
  • 3
  • 13
1
vote
2 answers

start-all.sh command not found

I have just installed Cloudera VM setup for hadoop. But when I open the command prompt and want to start all daemons for hadoop using command 'start-all.sh' , I get an error stating "bash : start-all.sh: command not found". I have tried…
Lonewolf08
  • 31
  • 1
  • 4
1
vote
0 answers

Not able to put file on HDFS

I am having CDH virtual box running on my windows 10. I am running simple talend job, which has only component to put file on HDFS (tHDFSPut) from windows to HDFS which is located in virtual box. But when I run the job the file is created on HDFS…
Vish
  • 186
  • 3
  • 17
1
vote
0 answers

Pyspark error reading file. Flume HDFS sink imports file with user=flume and permissions 644

I'm using Cloudera Quickstart VM 5.12 I have a Flume agent moving CSV files from spooldir source into HDFS sink. The operation works ok but the imported files have: User=flume Group=cloudera Permissions=-rw-r--r-- The problem starts when I use…
Taka
  • 659
  • 2
  • 10
  • 17
1
vote
1 answer

How to Update "Practical Graph Analytics with Apache Giraph" examples to run on current Cloudera Quickstart VM

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

Apache Giraph on Cloudera VM - POM for org.apache.hadoop:hadoop-core:jar:2.6.0 missing, no dependency info

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
1
vote
2 answers

Spark SQL for dividing count from two different queries

I am working on Spark SQL using Scala. I have a requirement where i need to divide the count from two queries. Query 1 - select count(1) from table_1 where flag = 'Y' Query 2 - select count(1) from table_2 where flag = 'N' Now, I need to divide…
Rathish MK
  • 11
  • 1
  • 4
1
vote
0 answers

Second tier Flume agent not binding to first tier

I am trying to setup a simple two tier flume agents using the Cloudera VM. The code is as follow: # First-tier agent agent1.sources = source1 agent1.sinks = sink1 agent1.channels = channel1 agent1.sources.source1.channels = channel1…
jheck
  • 11
  • 2