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

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataInputStrea

I'm pretty new on Cloudera Quick-start so sorry if my explanation will be not so clear. Anyway I'm writing a code in Java which read File from Hdfs. I build a Maven-Project and I set up all the dependencies in the pom.xml, but when I try to launch…
PdF
  • 77
  • 1
  • 13
0
votes
2 answers

Cloudera Quickstart VM with SPARK 1.6

Not a programming question, but can someone enlighten me as to why Cloudera still only offer SPARK 1.6 on their Quickstart VM? What is the value of this when people download this for educational purposes. And they use Java 1.7 still.
thebluephantom
  • 16,458
  • 8
  • 40
  • 83
0
votes
1 answer

Why impala not showing all tables created by Hive

I have imported all tables using sqoop into a Hive database "sqoop_import" able to see all tables imported successfully as below :- hive> use sqoop_import; OK Time taken: 0.026 seconds hive> show…
Chandan
  • 1
  • 2
0
votes
1 answer

How to create a non-superuser in HDFS with kerberos enabled

I used the cloudera-quickstart-vm to build up a hadoop cluster and integerted it with kerberos (no AD or LDAP, ShellBasedUnixGroupsMapping).Then I tried to create some users, but found they were all in superuser group. So how can I create a user in…
0
votes
0 answers

Not able to start hive on cloudera vm

I am beginner to Big data systems. I have installed Cloudera quick start vm-5.13.0 in my Oracle Virtual Box. I issued following command to start hive. [cloudera@quickstart ~]$ hive But getting following error and hive is not started. It seems like…
Omkar Shetkar
  • 3,488
  • 5
  • 35
  • 50
0
votes
1 answer

Access Denied Issue with Radoop. Connecting RapidMiner with Cloudera Quickstart VM

I have stood up a Quickstart Cloudera VM on a PC with all services running allocating 14G of ram. On the desktop that the VM is running on(not in the vm) I installed RapidMiner in order to test out Radoop before it goes onto a production server. I…
sectechguy
  • 2,037
  • 4
  • 28
  • 61
0
votes
1 answer

How create a kudu table in cloudera quickstart VM

I have been trying to create a kudu table in impala using the cloudera quickstart VM following this example https://kudu.apache.org/docs/quickstart.html CREATE TABLE sfmta PRIMARY KEY (report_time, vehicle_tag) PARTITION BY HASH(report_time)…
Joseratts
  • 97
  • 1
  • 9
0
votes
0 answers

cloudera docker images not found

I downloaded the docker image of the clouderaquickstart. But when I used docker images command I am unable to see the image of clouderaquickstart. I even used the command docker images -a to see the images but it returned an empty list. I attached…
Teja M
  • 39
  • 8
0
votes
1 answer

Hive Meta Store Failure on Cloudera QuickStart VM 5.12 with Cloudera Manager

Cloudera claim to have a Quick Start approach. That is not working for me I note. When I invoke spark-shell I get: ... WARN metastore.ObjectStore: Version information not found in metastore. hive.metastore.schema.verification is not enabled so…
thebluephantom
  • 16,458
  • 8
  • 40
  • 83
0
votes
1 answer

Not able to load data from postgresql to hdfs using tSqoopImport

I am using talend big data version 6.5.1 (has Java 8) and cloudera quickstart CDH 5.12 (has java 7). I am tryiing to load table 'employees' from postgresql to hdfs using talend tSqoopImport component. But I am getting error Error employees :…
Vish
  • 186
  • 3
  • 17
0
votes
2 answers

hive shell is not working

when i try to access the hive shell, it is showing some error logs. i am using CDH version 5.12. [cloudera@quickstart ~]$ hive Logging initialized using configuration in file:/etc/hive/conf.dist/hive-log4j.properties WARN: The method class…
shwetha k
  • 9
  • 1
0
votes
1 answer

Cloudera Docker keeps retrying to connect to 8032

I use the docker image from cloudera, but it seems the configuration not quite right. Because I do this: hadoop jar /usr/lib/hadoop*/contrib/streaming/hadoop-streaming*cdh*.jar \ -mapper mapper -reducer reducer \ -file mapper -file reducer \ …
sancho21
  • 3,511
  • 1
  • 39
  • 45
0
votes
1 answer

Spark connection to Hbase in Kerberos environement failing

I am using Spark 1.6.0(spark-1.2.0-cdh5.10.2) cloudera vm (spark-1.2.0-cdh5.10.2) Hbase (1.2.0 from cloudera) Scala 2.10 Kerberos enabled The steps I am running are: kinit (So that my user will be in place) 2. spark-shell --master yarn …
Manas
  • 519
  • 4
  • 14
0
votes
1 answer

MacOs "alt+key" combination (e.g. \ @) on Centos VirtualBox not working

I am having a probably trivial issue with the Cloudera Quickstart virtual machine. I tried many things out, but I don't manage to make it work. So, first, I installed the Virtualbox image on a Windows workstation which has a German standard (qwertz)…
giotto
  • 532
  • 3
  • 15
0
votes
1 answer

cloudera/quickstart container missing files in /home/cloudera/

I pulled the latest cloudera/quickstart image and ran the following command: docker run --hostname=quickstart.cloudera --privileged=true -t -i -p 8888:8888 -p 7180:7180 -p 80:80 -p 50070:50070 -v $(pwd):/home/cloudera -w…
user2253546
  • 575
  • 1
  • 8
  • 18