cloudera-cdh Questions
8
Solved
I cannot solve this exception, I've read the hadoop docu and all related stackoverflow questions that I could find.
My fileSystem.mkdirs(***) throws:
Exception in thread "main" java.lang.Unsatisf...
Askance asked 11/7, 2018 at 9:42
14
I am getting this error when I try and boot up a DataNode. From what I have read, the RPC paramters are only used for a HA configuration, which I am not setting up (I think).
2014-05-18 18:05:00,5...
Division asked 18/5, 2014 at 8:19
4
I have been working on this problem for two days and still have not find the way.
Problem: Our Spark installed via newest CDH 5 always complains about the lost of LzoCodec class, even after I inst...
Lathing asked 3/5, 2014 at 6:37
16
Solved
as titled, how do I know which version of spark has been installed in the CentOS?
The current system has installed cdh5.1.0.
Burlingame asked 17/4, 2015 at 3:52
3
I got an exception when i execute the command sudo -u hdfs hdfs balancer -threshold 5.
Here is the Exception.
RuntimeException: java.lang.IllegalArgumentException: java.net.UnknownHostException:...
Cutinize asked 23/2, 2016 at 3:6
1
Solved
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...
Gardel asked 25/7, 2020 at 8:37
1
We have a Hadoop-based solution (CDH 5.15) where we are getting new files in HDFS in some directories. On top os those directories we have 4-5 Impala (2.1) tables. The process writing those files i...
Orangery asked 6/2, 2020 at 8:24
6
Solved
I am using CDH 5.2. I am able to use spark-shell to run the commands.
How can I run the file(file.spark) which contain spark commands.
Is there any way to run/compile the scala programs in CDH 5.2...
Leora asked 31/12, 2014 at 6:52
2
Solved
I recently upgraded my Cloudera environment from 5.8.x (hadoop 2.6.0, hdfs-1) to 6.3.x (hadoop 3.0.0, hdfs-1) and after some days of data loads with moveFromLocal, i just realized that the DFS Used...
Categorize asked 7/1, 2020 at 11:16
10
Solved
I have installed cloudera CDH 5 by using cloudera manager.
I can easily do
hadoop fs -ls /input/war-and-peace.txt
hadoop fs -cat /input/war-and-peace.txt
this above command will print the whole...
Provincetown asked 15/12, 2014 at 5:47
0
I have a requirement to write Custom UDF for data lookup from Hbase Table .
NOTE : I have done Unit Testing with HIVE . It seems to be working .
But when I use the same UDF Beeline, Its failed ...
Sainthood asked 16/10, 2018 at 21:24
1
I have a hadoop cluster.
Pig is installed:
But the pig editor is not visible inside hue (3.7):
How can I fix it?
Starve asked 15/1, 2018 at 21:34
2
I am trying to optimize a very long and complex impala query which contains multiple CTE. Each CTE is used multiple times. My expectation is that once a CTE is created, I should be able to direct i...
Bedpost asked 6/11, 2017 at 9:26
2
Our use case is a narrow table(15 fields) but large processing against the whole dataset(billions of rows). I am wondering what combination provides better performance:
env: CDH5.8 / spark 2.0
S...
Weighty asked 9/11, 2017 at 17:21
4
Solved
I have Spark running on a Cloudera CDH5.3 cluster, using YARN as the resource manager. I am developing Spark apps in Python (PySpark).
I can submit jobs and they run succesfully, however they neve...
Jibheaded asked 30/1, 2015 at 5:6
2
We are testing a multi node hadoop cluster (2.4.0) with Hive (0.13.0). The cluster works fine, but when we runa a query in hive, the mapred job are always executed locally.
For example:
Without h...
Calx asked 29/4, 2014 at 16:2
1
CDH Version: CDH5.4.5
Issue: When HDFS Encryption is enabled using KMS available in Hadoop CDH 5.4 , getting error while putting file into encryption zone.
Steps:
Steps for Encryption of Hadoop ...
Wendellwendi asked 9/9, 2015 at 10:7
1
Solved
I use Spark 1.6.0 on my VM, Cloudera machine.
I'm trying to enter some data into Hive table from Spark shell.
To do that, I am trying to use SparkSession. But the below import is not working.
sc...
Chromomere asked 27/6, 2017 at 4:44
3
Solved
This is actually a standby HA namenode. It was configured with the same settings as the primary and hdfs namenode -bootstrapStandby was successfully run. It begins coming up on the standard HTTP po...
Gangboard asked 2/2, 2015 at 15:29
4
I currently have CDH 5 installed on CentOS 6.5 with java jdk1.7 and I am trying to get CDH to use jdk1.8.
I do know that Java 1.8 is not a recommended version of CDH, but it is only a test cluste...
Asclepiadaceous asked 4/3, 2015 at 12:37
1
I am trying to setup hadoop cluster in a single VM (for simplicity) using cloudera Manager 5.9. The below are the details of my environment:
Host OS -> Windows 10
Virtualization software -> ...
Adellaadelle asked 17/12, 2016 at 17:23
2
Solved
I am working with Impala and fetching the list of tables from the database with some pattern like below.
Assume i have a Database bank, and tables under this database are like below.
cust_profile...
Carbonado asked 24/3, 2017 at 12:27
2
Solved
We have a kerberized cluster with Spark running on Yarn. At the moment, we write our Spark code in Scala locally, then build a fat JAR which we copy over to the cluster and then run spark-submit. I...
Starlike asked 14/2, 2017 at 19:18
1
Problem
I'm trying to install psuedo-distributed CDH without the use of CDM. Everything "works" via the console. However, the second I begin using Hue, I receive an error when trying to work with ...
Arachnid asked 12/1, 2016 at 8:5
2
Solved
The exact Exception is as follows
com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: [varchar <-> java.math.BigDecimal]
These are the version...
Schear asked 2/6, 2016 at 10:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.