hadoop Questions
4
I'm trying to install the MS SQL JDBC driver on ubuntu to be used with sqoop for Hadoop. I'm totally new to java and linux, so I'm not sure where to extract everything to.
Therapist asked 15/3, 2011 at 3:0
7
I opened up localhost:9870 and try to upload a txt file to the hdfs.
I see the error message below
Failed to retrieve data from /webhdfs/v1/?op=LISTSTATUS: Server Error
2
Solved
I know that both Under-replicated blocks and Mis-replicated blocks occur due to lesser data node count with respect to replication factor set.
But what is the difference between them?
On re-sett...
7
I am trying to create partition for my Table inorder to update a value.
This is my sample data
1,Anne,Admin,50000,A
2,Gokul,Admin,50000,B
3,Janet,Sales,60000,A
I want to update Janet's Departme...
10
Solved
I am trying to run hadoop as a root user, i executed namenode format command hadoop namenode -format when the Hadoop file system is running.
After this, when i try to start the name node server, i...
Terrigenous asked 23/5, 2013 at 11:41
13
I am trying to run unit test of spark job in windows 7 64 bit. I have
HADOOP_HOME=D:/winutils
winutils path= D:/winutils/bin/winutils.exe
I ran below commands:
winutils ls \tmp\hive
winutils ...
Ellora asked 24/1, 2017 at 10:33
10
I have some Apache Parquet file. I know I can execute parquet file.parquet in my shell and view it in terminal. But I would like some GUI tool to view Parquet files in more user-friendly format. Do...
4
Solved
I have access to a hdfs file system and can see parquet files with
hadoop fs -ls /user/foo
How can I copy those parquet files to my local system and convert them to csv so I can use them? The fi...
Mclaurin asked 9/9, 2016 at 21:29
4
How to execute hive commands directly from .hql file?
4
Solved
Currently, I am using the Apache ParquetReader for reading local parquet files,
which looks something like this:
ParquetReader<GenericData.Record> reader = null;
Path path = new Path("userd...
Flatwise asked 9/4, 2020 at 17:2
9
Solved
I'm trying to run the spark examples from Eclipse and getting this generic error: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have su...
Jeniferjeniffer asked 30/6, 2016 at 9:7
4
Solved
I am running a Spark application (version 1.6.0) on a Hadoop cluster with Yarn (version 2.6.0) in client mode. I have a piece of code that runs a long computation, and I want to kill it if it takes...
Incorporeal asked 25/9, 2016 at 10:17
10
Solved
I was wondering between partitioner and combiner, which runs first?
I was of the opinion it is the partitiner first and then combiner and then the keys are redirected to different reducers, which ...
Ligni asked 27/2, 2014 at 6:56
4
I submit my mapreduce jobs from a java application running on windows to the hadoop 2.2 cluster running on ubuntu. In hadoop 1.x this worked as expected but on hadoop 2.2 I get a strange Error:
ja...
4
Solved
Hadoop has configuration parameter hadoop.tmp.dir which, as per documentation, is `"A base for other temporary directories." I presume, this path refers to local file system.
I set this value to /...
10
[hadoop-1.0.2] → hadoop jar hadoop-examples-1.0.2.jar wordcount /user/abhinav/input /user/abhinav/output
Warning: $HADOOP_HOME is deprecated.
****hdfs://localhost:54310/user/abhinav/input
12/04/15...
2
When configuring my hadoop namenode for the first time, I know I need to run
bin/hadoop namenode -format
but running this a second time, after loading data into HDFS, will wipe out everything an...
21
trying to run MR program version(2.7) in windows 7 64 bit in eclipse while running the above exception occurring .
I verified that using 64 bit 1.8 java version and observed that all the hadoop da...
6
I tried to install hive on a raspberry pi 2. I installed Hive by uncompress zipped Hive package and configure $HADOOP_HOME and $HIVE_HOME manually under hduser user-group I created. When running hi...
Valedictory asked 26/2, 2016 at 15:14
9
Solved
I have orc table in hive I want to drop column from this table
ALTER TABLE table_name drop col_name;
but I am getting the following exception
Error occurred executing hive query: OK FAILED: ...
4
I'm facing a problem running Jobs on an Amazon EMR when I try to write data on S3.
This is the stacktrace:
org.apache.hadoop.util.DiskChecker$DiskErrorException: Could not find any valid local dire...
Nd asked 13/10, 2020 at 20:14
2
I install spark on three nodes successfully. I can visit spark web UI and find every worker node and master node is active.
I can run the SparkPi example successfully.
My cluster info:
10.45.10.3...
Bluegill asked 12/9, 2016 at 12:3
3
As per the definition of "default" attribute in Avro docs: "A default value for this field, used when reading instances that lack this field (optional)."
This means that if the corresponding fiel...
Flitting asked 26/2, 2018 at 9:59
6
Am looking for installing protobuf 2.5.0 on Arch Linux, so that protoc-2.5.0.so is installed on the OS, so that I can go ahead with building hadoop 2.6.0 from source and make my life easy! :)
BTW...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.