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

Attempt to do update or delete using transaction manager that does not support these operations

While trying to update a data in Hive table in Cloudera Quickstart VM, I'm getting this error. Error while compiling statement: FAILED: SemanticException [Error 10294]: Attempt to do update or delete using transaction manager that does not support…
Vivek Harry
  • 419
  • 3
  • 11
  • 25
18
votes
6 answers

Accessing Hue on Cloudera Docker QuickStart

I have installed the cloudera quickstart using docker based on the instructions given here. https://blog.cloudera.com/blog/2015/12/docker-is-the-new-quickstart-option-for-apache-hadoop-and-cloudera/ docker run --privileged=true…
Knows Not Much
  • 30,395
  • 60
  • 197
  • 373
10
votes
1 answer

Sqoop - Import Job failed

I am trying to import a table of 32 Million records from SQL Server to Hive via Sqoop. The connection is SQL Server is successful. But Map/Reduce job does not successfully execute. It gives the following error: 18/07/19 04:00:11 INFO client.RMProxy:…
user1584253
  • 975
  • 2
  • 18
  • 55
8
votes
4 answers

Virtual machine "Cloudera quick start" not booting

I have recently download "QuickStart VM" on http://www.cloudera.com (precisely, the version of virtualbox) This virtual machine use centOS (and my computer is a macbook air) I can not fully start this virtual machine(and I do not know why) I have…
6
votes
1 answer

Which Distribution CDH Vs HDP

I happened to work on CDH longtime back ( around 1 year) and am planning to start again.Now we had CDH , HDP and Hortonwork acquired by Cloudera . Is HDP being developed actively ? Or Is CDH being developed actively ? Which distribution I should…
6
votes
1 answer

Requesting executors because tasks are backlogged

I have a spark streaming application that was running absolutely fine until yesterday and all of a sudden running into these warnings. I have the same environment and using the same code. Here are the warnings: 05/09 17:13:03 INFO…
Abhi
  • 1,153
  • 1
  • 23
  • 38
5
votes
1 answer

Unable to add a new service with Cloudera Manager within Cloudera Quickstart VM 5.3.0

I'm using Cloudera Quickstart VM 5.3.0 (running in Virtual Box 4.3 on Windows 7) and I wanted to learn Spark (on YARN). I started Cloudera Manager. In the sidebar I can see all the services, there is Spark but in standalone mode. So I click on "Add…
4
votes
1 answer

Hive Shell hangs and becomes unresponsive

My Hive shell hangs at logging initialization at configuration [cloudera@quickstart hive]$ hive 2017-03-01 08:23:50,909 WARN [main] mapreduce.TableMapReduceUtil: The hbase-prefix-tree module jar containing PrefixTreeCodec is not present. …
Nandu
  • 237
  • 1
  • 2
  • 12
3
votes
7 answers

Unable to install spark 2.2 in Cloudera Quickstart VM (5.10)

I have followed the blog (Below mentioned) here and downloaded the parcel and put as per required. Please let me know if any one has installed and the…
user3858193
  • 1,320
  • 5
  • 18
  • 50
3
votes
1 answer

What is the StreamSets architecture?

I am not very clear about the architecture even after going through tutorials. How do we scale streamset in a distributed environment? Let's say, our input data velocity increases from origin then how to ensure that SDC doesn't give performance…
Aman Raturi
  • 99
  • 1
  • 8
3
votes
2 answers

Cloudera quickstart docker: unable to run/start the container

I am using windows 10 machine, with Docker on windows, and pulled cloudera-quickstart:latest image. while trying to run it, I am getting into below error. can someone please suggest. docker: Error response from daemon: oci runtime error:…
Srinivasa Prasad
  • 203
  • 1
  • 2
  • 9
3
votes
0 answers

Hadoop: MapReduce job giving java library error

When I am running any MapReduce job in Cloudera VM, below warning is occurring 4-5 times in continues manner. Please let me know how to fix it. 16/11/06 00:47:38 WARN hdfs.DFSClient: Caught exception java.lang.InterruptedException at…
Ramkrushna26
  • 125
  • 1
  • 7
3
votes
1 answer

Syntax error on topology.py when I try to run scala command in spark through Cloudera VM

Everytime I try to run following Scala command val dataRDD = sc.textFile("hdfs://quickstart.cloudera:8020/user/cloudera/data/data.txt") dataRDD.collect().foreach(println) //or dataRDD.count() I get following exception…
3
votes
0 answers

Cloudera quickstart vm docker, how can I have hdfs data stored on a mount point?

Using Cloudera quickstart vm I would like to process more than a few gigs of data. However I need to take the Docker container down from time to time and change it (I'm playing with the configuration). I would like this 'large' amount of data to be…
user1942586
  • 153
  • 1
  • 3
  • 16
3
votes
1 answer

Spark-Shell error: "spark.dynamicAllocation.{min/max}Executors must be set

I am trying to start spark-shell after setting up Spark 1.2.1 on cloudera quick start VM. I am getting the below error.Looking for help in resolving this issue. Appreciate any quick help on this to resolve the issue. The log of the error is…
Naga
  • 51
  • 3
1
2 3
12 13