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

How to combine two columns on the same table using Hive

Right now I have: Scorecard team1 team2 Winner Margin Ground Match Date Year ODI # 1 Australia England Australia 5 wickets Melbourne 5-Jan-71 1971 ODI # 2 England Australia England 6 wickets Manchester 24-Aug-72 1972 ODI #…
Jackie S.
  • 3
  • 2
0
votes
0 answers

How to speed up writing into Impala from Talend

I'm using Talend Open Studio for Big Data (7.3.1), and I write files from various sources to Cloudera Impala (Cloudera QuickStart 5.13) but that takes too much time and writes only ~3300 rows/s (take a look at the pictures). Is there way to raise…
pf_man
  • 55
  • 6
0
votes
1 answer

How to get hortonworks data platform and cloudera distribution for hadoop latest version

I'm currently working on CDH5.13 (Cloudera Distribution Hadoop), and i have a couple of questions: 1- I want to get the latest version of CDH(6.3.3). When i try to download it, i have this message (Your MyCloudera account is not currently connected…
0
votes
0 answers

inserting data into partition table Error while processing statement: org.apache.hadoop.hive.ql.exec.mr.MapRedTask

So i am new to this. I created a partition table and was trying to insert data into it this is my main table >>>> CREATE TABLE test1( FIPS INT, Admin2 STRING, Province_State STRING, Country_Region STRING, Last_Update TIMESTAMP, Lat FLOAT, Long_…
0
votes
2 answers

how to solve the extited code 139, for run the image cloudera/quickstart, in docker with WSL2 Ubuntu?

I'm using WSL2 with Ubuntu 20.04 distribution, and I was trying create a container in Docker with the Following command: docker run --hostname=quickstart.cloudera --privileged=true -it -v $PWD:/src --publish-all=true -p 8888:8888 -p 8080:8080 -p…
0
votes
2 answers

ERROR Could not find value for key log4j.appender.RFA

I installed Cloudera Quickstart VM 5.13 on virtualbox and I'm trying to start hadoop server with the command sudo service hadoop-hdfs-namenode start but 'm getting this two errors: log4j:ERROR Could not find value for key log4j.appender.RFA and…
emeric
  • 59
  • 2
  • 11
0
votes
0 answers

PigStorage() isn't storing the query output

grunt> STORE highest_rated into ‘output1’ USING PigStorage(‘,’); Unexpected character '' 2020-12-03 00:41:58,877 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1200: Unexpected character '' Details at…
0
votes
3 answers

How to write multiline in Cloudera QuickStart Terminal?

I want to write multiline using | in the terminal. I am using Cloudera quickstart VM. val csv = spark.read.option("header",true).option("inferSchema",true).csv("hdfs://quickstart.cloudera:8020/user/spark/dataset/retail_db/categories-header") I am…
user14668492
0
votes
1 answer

Hive error message. Does anyone know how to fix this?

I am using cloudera for a school project where we have to upload a data set into hive. I have recieved the following error message yesterday and cant seem to find the problem. Please note I am a beginner and any help would be appreciated. Error…
0
votes
2 answers

Not able to connect HBase

Hbase running on Cloudera-quickstart-VM also verified that Zookeeper and Hbase running by using the hbase shell but when I am trying to creating a table using java program then I am getting below error. public static void main(String[] args) throws…
rahul sharma
  • 505
  • 4
  • 17
0
votes
1 answer

Unable to download artifactories using mvn on Cloudera VM

I am using Cloudera Quickstart VM in my Virtual Box and I noticed that the maven version was outdated. I was unable to download the artifactories using mvn clean package due to some HTTPS error which is related to this post . So I tried fixing that…
amitection
  • 2,696
  • 8
  • 25
  • 46
0
votes
1 answer

How to download quickstart VM 5.x for virtual box for windows 10?

How to download quickstart VM 5.x for virtual box for windows 10? I have installed oracle virtual box. But for cloudera qickstart VM I am not getting any source. I have searched a lot in google and youtube but the link or site all are referring is…
0
votes
1 answer

Cloudera Metric Template Location or Create Custom

I am trying to create custom metric template to reflect on chart builder. Also i need to know the configuration files where i can make changes for metrics. Is this possible or Cloudera metric opensource.
0
votes
0 answers

Java Consumer for Kafka in Cloudera Quickstart not working

I have a cloudera Quickstart VM. i have installed Kafka parcels using Cloudera Manager and its working fine inside the VM using console based consumer and producer. But when i try to use java based consumer it does not produce or consume messages.…
0
votes
1 answer

yarn application accepted but not running cloudera despite resource allocation

I am using a Cloudera quickstart VM 5.13.0.0 to run Spark applications in yarn-client mode. I have allocated 10GB and 3 cores to my Cloudera VM. When I submit the application, the application is ACCEPTED but never moves on to RUNNING. When I try to…