Trending questions in Big Data Hadoop

0 votes
1 answer

Creating a hive script and execute in the edureka cloudlab.

Please remove -f option from hive arguments and use hql extension ...READ MORE

Jul 14, 2019 in Big Data Hadoop by Karan
536 views
0 votes
1 answer

Datanode not running on Hadoop-2.7.3

Hey, I solved this problem by removing hadoop ...READ MORE

Jun 14, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,837 views
0 votes
1 answer

Integration of hbase

For HBase Pig integration, you can refer to ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Kiran
652 views
0 votes
1 answer

what is Hive on spark?

Hey, Hive contains significant support for Apache Spark, ...READ MORE

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

Sqoop: Oracle Connection String

The format for connection string for Oracle ...READ MORE

Jun 6, 2019 in Big Data Hadoop by Varun
2,065 views
0 votes
1 answer

Can we use different i/p and o/p format classes in mapreduce code?

Yes, InputFormatClass and OutputFormatClass are independent of ...READ MORE

Jul 10, 2019 in Big Data Hadoop by Jimmy
616 views
0 votes
1 answer

How to change the Hive table comment?

Yes, it is possible to change the ...READ MORE

May 20, 2019 in Big Data Hadoop by Tina
2,778 views
0 votes
1 answer

What is GraphX in Spark?

Hi, Spark uses GraphX for graph processing to ...READ MORE

Jul 2, 2019 in Big Data Hadoop by Gitika
• 65,910 points
922 views
0 votes
1 answer

How do you start and stop region server in HBase?

Hey, You can run multiple region servers from ...READ MORE

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

When and when not to use PigStore?

The Pig storage is not used only ...READ MORE

Jul 10, 2019 in Big Data Hadoop by Rushil
526 views
0 votes
1 answer

How to check the information and status of workflow, coordinator or Bundle job or coordinator Action in Oozie?

Hi, You can check this example to see ...READ MORE

Jun 18, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,485 views
0 votes
1 answer

Creating testjob in sqoop for incremental load

Yes, it is possible to do so. ...READ MORE

Jul 5, 2019 in Big Data Hadoop by Umar
730 views
0 votes
1 answer

Is data sent to some other location to be processed in pig?

With pig, we are not taking data ...READ MORE

Jul 10, 2019 in Big Data Hadoop by Adi
507 views
0 votes
1 answer

How to create Children or Sub-znode in zookeeper?

Hey, Creating children is similar to creating new ...READ MORE

May 28, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,391 views
0 votes
1 answer

Sending hdfs file to a non hadoop cluster

There are different ways to do this. ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Tarun
545 views
0 votes
3 answers

Hadoop Spark: How to iterate hdfs directories?

Using PySpark  hadoop = sc._jvm.org.apache.hadoop fs = hadoop.fs.FileSystem conf = ...READ MORE

Dec 5, 2018 in Big Data Hadoop by Kiran
10,610 views
0 votes
1 answer

Unable to instantiate hive metastore

To resolve this issue, follow the steps ...READ MORE

Jul 5, 2019 in Big Data Hadoop by Ritu
701 views
0 votes
1 answer

How to change the default value and to alter a column in sql?

Hi, You can try this: ALTER TABLE foobar_data CHANGE ...READ MORE

Jun 24, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,251 views
0 votes
2 answers

if HDFS threshold has been reached. What is the our approach to resolve this issue?

This was a fundamental issue in HDFS ...READ MORE

Jun 24, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,198 views
0 votes
1 answer

How does decreasing the block size make more space on Datanode?

When there is space in data nodes ...READ MORE

Jul 5, 2019 in Big Data Hadoop by Krish
698 views
0 votes
1 answer

Pig: Does these jar files run in NodeManager to produce result?

Below is what happens with the map-reduce ...READ MORE

Jul 10, 2019 in Big Data Hadoop by Lucy
467 views
0 votes
1 answer

Amazon AWS Web Services

If you want to limit your hadoop ...READ MORE

Jul 8, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
546 views
0 votes
1 answer

What is the use of ZooKeeper in Hbase?

Hey, The zookeeper is used to maintain the ...READ MORE

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

What are the modes of Hive metastore?

Hey, The metastore stores the schema and partition ...READ MORE

May 13, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,963 views
0 votes
1 answer

Hive Connection issue

You are getting the issues probably because ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Karan
1,332 views
0 votes
1 answer

Where is table data stored in Apache HIve by default?

Hi, yes, you can do it by using  ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,354 views
0 votes
1 answer

Merging Files using PIG

In order to merge two or more ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Tina
448 views
0 votes
1 answer

When creating a Hive table how can you specify the table creator name in Hive?

Hey, While creating a table the TBLPROPERTIES clause is used ...READ MORE

Jun 26, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,013 views
0 votes
1 answer

Install Hadoop On Ubuntu

I guess it should be at /hadoop/hadoop-common-project/hadoop-common/sr ...READ MORE

Jul 8, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
475 views
0 votes
1 answer

Hive: Dropping a not empty database

This behavior is because Hive by default ...READ MORE

May 20, 2019 in Big Data Hadoop by Rakshit
2,591 views
0 votes
1 answer

What is the use of setting the name of the job in mapreduce?

Job job = new Job(conf,"job_name") is just used ...READ MORE

Jul 10, 2019 in Big Data Hadoop by Umesh
413 views
0 votes
1 answer

How to enable impersonation in HiveServer2?

You have to configure 2 files for ...READ MORE

Jun 3, 2019 in Big Data Hadoop by Reshma
1,971 views
0 votes
1 answer

Hive Execution Engine

The default execution engine for Hive is mr. To ...READ MORE

Jun 4, 2019 in Big Data Hadoop by Varun
1,932 views
0 votes
1 answer

How to execute python script in hadoop file system (hdfs)?

If you are simply looking to distribute ...READ MORE

Sep 19, 2018 in Big Data Hadoop by digger
• 26,740 points
13,071 views
0 votes
1 answer

How does Hadoop process data which is split across multiple boundaries in an HDFS?

I found some comments: from the Hadoop ...READ MORE

Jul 1, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
740 views
0 votes
1 answer

Heartbeat time interval for Datanode

The heartbeat interval is 3 seconds by ...READ MORE

Jun 20, 2019 in Big Data Hadoop by Rajat
1,206 views
0 votes
1 answer

Configuring JDBC Clients for LDAP Authentication with HiveServer2

JDBC client requires a connection URL as ...READ MORE

Jun 3, 2019 in Big Data Hadoop by Raman
1,933 views
0 votes
1 answer

How to install Hadoop on Ubuntu?

You can manually create a file hadoop-env.sh ...READ MORE

Jul 5, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
558 views
0 votes
1 answer

What is the process to integrate meta store for hive?

Hi. Here are the steps you can ...READ MORE

Jun 25, 2019 in Big Data Hadoop by Jimmy
994 views
0 votes
1 answer

How can you enable buckets in Hive?

Hi, By using this command below bucket can be ...READ MORE

Jun 24, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,007 views
0 votes
1 answer

JDBC to HiveServer2 connection in HTTPS mode with SSL enabled

To connect to HiveServer2 in HTTPS mode ...READ MORE

Jun 4, 2019 in Big Data Hadoop by Firoz
1,873 views
0 votes
1 answer

Explain to me how to transfer data between Azure tables and Hadoop on Azure

I shall redirect you to a link ...READ MORE

Jul 4, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
562 views
0 votes
1 answer

Connection String for MySQL database using Sqoop

The format for the connection string and ...READ MORE

Jun 6, 2019 in Big Data Hadoop by John
1,766 views
0 votes
1 answer

How to execute Pig script from HDFS?

Hey, You can do something like executes a Pig ...READ MORE

Jun 26, 2019 in Big Data Hadoop by Gitika
• 65,910 points
888 views
0 votes
1 answer

What will happen if the OOZIE_URL environment variable has not been set?

Hey, If the Oozie_URL environment variable has not ...READ MORE

Jun 24, 2019 in Big Data Hadoop by Gitika
• 65,910 points
972 views
0 votes
1 answer

How to set rep to particular user in hdfs?

HDFS does not allocate capacity separately based ...READ MORE

Jul 5, 2019 in Big Data Hadoop by Leena
492 views
0 votes
1 answer

Explain to me the installation procedures for RHadoop packages (RMR, RHDFS, RHBase).

Download packages rhdfs, rhbase, rmr2 and plyrmr ...READ MORE

Jun 28, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
788 views
+1 vote
0 answers

Hadoop Installation error [closed]

Pls help on below error..on MAC OS WARN ...READ MORE

Jul 10, 2019 in Big Data Hadoop by Anshuman
• 130 points

closed Jul 10, 2019 by Omkar 291 views