Trending questions in Big Data Hadoop

0 votes
1 answer

What is difference between pig and Mapreduce?

Hey, In MapReduce need to writ entire logic ...READ MORE

May 3, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,456 views
0 votes
1 answer

OOZIE Connectivity: "Unable to Connect"

You have to run the start command ...READ MORE

May 22, 2019 in Big Data Hadoop by Quil
621 views
0 votes
1 answer

I have installed Hadoop on Ubuntu but name node is not running.

If you are using Hadoop version-2.7.7, then ...READ MORE

Apr 30, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,675 views
0 votes
1 answer

Spark: Problem creating RDD

Please use the command as shown below ...READ MORE

May 24, 2019 in Big Data Hadoop by Raj
527 views
0 votes
1 answer

Hadoop Namenode start issue

Try restarting the master: $ sudo reboot $ sudo ...READ MORE

May 22, 2019 in Big Data Hadoop by Rishi
603 views
0 votes
1 answer

Oozie editor issue in CDH 5.4: Documents not available.

Hi. CDH 5.4 and later versions use ...READ MORE

May 27, 2019 in Big Data Hadoop by Nisha
375 views
0 votes
1 answer

How to confirm if Hue plugins are properly set?

You can confirm it like this: $ tail ...READ MORE

May 24, 2019 in Big Data Hadoop by Shirish
491 views
0 votes
1 answer

How to start and stop Master in HBase?

Hello, Using the “local-master-backup.sh” you can start up ...READ MORE

May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
545 views
0 votes
1 answer

What is metastore in Hive architecture?

Hey, Hive chooses respective database servers to store ...READ MORE

May 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,084 views
0 votes
1 answer

How to import tables into Hive from Sqoop?

Very simple, in your sqoop command that ...READ MORE

May 15, 2019 in Big Data Hadoop by John
864 views
0 votes
1 answer

Problem while running MapReduce code.

You will have to create a Mapper ...READ MORE

May 23, 2019 in Big Data Hadoop by Rishi
519 views
0 votes
1 answer

Restrict number of workflows retrieved in an API call

Hey there! Because you are trying to ...READ MORE

May 27, 2019 in Big Data Hadoop by John
346 views
0 votes
1 answer

what is Region keyword and and store keyword in Hbase?

Hey, In HBase, tables are split into regions ...READ MORE

May 20, 2019 in Big Data Hadoop by Gitika
• 65,910 points
612 views
0 votes
1 answer

Hadoop Hive: How to split a single row into multiple rows?

Try this SELECT ID1, Sub FROM tableName lateral view ...READ MORE

Nov 14, 2018 in Big Data Hadoop by Omkar
• 69,230 points
8,701 views
+1 vote
1 answer

which version of sqoop i install for hadoop3.1.1 ?

Hi @lucky! The latest version of Sqoop available ...READ MORE

Feb 7, 2019 in Big Data Hadoop by Omkar
• 69,230 points
5,002 views
+1 vote
2 answers
0 votes
1 answer

Opening a HDFS file in browser

In HDFS 8020 is IPC port, you ...READ MORE

Oct 29, 2018 in Big Data Hadoop by Frankie
• 9,830 points
9,388 views
0 votes
1 answer

Query regarding sqoop job

There no way to take any precautions ...READ MORE

May 23, 2019 in Big Data Hadoop by Imran
462 views
0 votes
1 answer

How to override Mapred home directory using sqoop?

Sqoop provides an option to override the ...READ MORE

May 17, 2019 in Big Data Hadoop by Rajini
722 views
0 votes
1 answer

List of all the functions that can be obtain from hive?

Hello, A list of all functions can be ...READ MORE

May 16, 2019 in Big Data Hadoop by Gitika
• 65,910 points
756 views
+1 vote
1 answer

How to delete sqoop job?

$ ​sqoop job --delete jobname But be careful ...READ MORE

Feb 20, 2019 in Big Data Hadoop by Omkar
• 69,230 points
4,414 views
0 votes
1 answer

Use of Describe keyword in HBase?

Hey, The describe command returns the description of ...READ MORE

May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
437 views
0 votes
1 answer

Hive:Unable to insert values to an array column using "insert".

make a dummy table which has at least one row. INSERT ...READ MORE

Dec 1, 2018 in Big Data Hadoop by Omkar
• 69,230 points
7,939 views
0 votes
1 answer

How to set Zookeeper server for Accumulo in sqoop?

Hi. To mention the Zookeeper server in ...READ MORE

May 17, 2019 in Big Data Hadoop by Kumar
721 views
0 votes
1 answer

How to specify Hue Server Http address?

Search for the Hue configuration file on ...READ MORE

May 24, 2019 in Big Data Hadoop by Rahul
379 views
0 votes
1 answer

Why Alter keyword has been used in HBase?

Hey, Alter is the command used to make ...READ MORE

May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
426 views
0 votes
1 answer

Hadoop version problem: System is launching different version of Hadoop

When you run sudo service hadoop-master command, it internally runs ...READ MORE

May 22, 2019 in Big Data Hadoop by Tina
456 views
0 votes
1 answer

Why Max is throwing in below query in hive for alias?

Hi, You can do one thing, just enclose ...READ MORE

May 17, 2019 in Big Data Hadoop by reshma
708 views
0 votes
1 answer

How to decrease load on HBase while importing Sqoop?

Sqoop by default serializes all the input ...READ MORE

May 16, 2019 in Big Data Hadoop by Yogi
694 views
0 votes
1 answer

Hadoop: java.lang.IllegalArgumentException: Wrong FS: expected: file:///

Try this: Configuration configuration = new Configuration(); FileSystem fs ...READ MORE

Dec 12, 2018 in Big Data Hadoop by Omkar
• 69,230 points
7,376 views
0 votes
1 answer

Features of Hive?

Hey, The features of Hive are as follows: It ...READ MORE

May 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
981 views
0 votes
1 answer

how to execute pig script in MapReduce mode?

Hey, To execute pig script we can use ...READ MORE

May 8, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,062 views
0 votes
1 answer

Explain the Data Model operation in Hbase?

Hi, The Data Model operations in Hbase are ...READ MORE

May 21, 2019 in Big Data Hadoop by Gitika
• 65,910 points
466 views
0 votes
1 answer

How to loacte data cell in Hbase?

Hey, Hbase uses the coordinates to locate a ...READ MORE

May 21, 2019 in Big Data Hadoop by Gitika
• 65,910 points
459 views
0 votes
1 answer

How to run HCatalog using Hive?

You can run HCatalog using the below ...READ MORE

May 17, 2019 in Big Data Hadoop by Likith
622 views
0 votes
1 answer

Explain the function of ORDER-BY operator in pig?

Hi, The ORDER-BY operator is used to display ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,085 views
0 votes
1 answer

How to increase Sqoop Accumulo write buffer size?

By default the write buffer size is ...READ MORE

May 17, 2019 in Big Data Hadoop by Rishi
647 views
0 votes
1 answer

What is REST keyword in Hbase?

Hey, REST stands for Representational State transfer, which ...READ MORE

May 21, 2019 in Big Data Hadoop by Gitika
• 65,910 points
444 views
0 votes
1 answer

What are different types of blocks in Hbase?

Hey, Block is a single smallest amount / ...READ MORE

May 21, 2019 in Big Data Hadoop by Gitika
• 65,910 points
440 views
0 votes
2 answers

Error:- cannot locate pig-core-hr. jar. do ‘ant -Dhadoopversion=23 jar’

Even I got the same error, I ...READ MORE

Apr 26, 2019 in Big Data Hadoop by disha

edited Apr 29, 2019 by Gitika 1,468 views
0 votes
1 answer

What do you mean by Bag in Pig?

Hey, Bag in Apache Pig is nothing but ...READ MORE

May 3, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,210 views
0 votes
1 answer

Spark.read.csv to create RDD into Dataframe

You can use a case class and ...READ MORE

Jan 22, 2019 in Big Data Hadoop by Omkar
• 69,230 points
5,587 views
0 votes
1 answer

Sqoop incremental append by date

Consider a table with 3 records which ...READ MORE

Feb 20, 2019 in Big Data Hadoop by Omkar
• 69,230 points
4,329 views
0 votes
1 answer

How to install Flume on Linux?

All you have to do is get ...READ MORE

Feb 26, 2019 in Big Data Hadoop by Rishi
4,013 views
0 votes
1 answer

What are the components of Hbase?

Hey, Components of Hbase are as follows: Zookeeper:- It ...READ MORE

May 21, 2019 in Big Data Hadoop by Gitika
• 65,910 points
389 views
0 votes
1 answer

How to perform joins in Apache hive?

Hey, Join operation will work always with two ...READ MORE

May 16, 2019 in Big Data Hadoop by Gitika
• 65,910 points
588 views
0 votes
1 answer

What are the components of Driver in Hive?

Hey, There are three major components of driver ...READ MORE

May 11, 2019 in Big Data Hadoop by Gitika
• 65,910 points
814 views
0 votes
1 answer

Why JOIN operator is used in pig?

Hey, In Apache pig, JOIN operator is used ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points
967 views
0 votes
1 answer

Explain to me the difference between name node and secondary name node.

Firstly, You need to understand the major ...READ MORE

Apr 30, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,235 views