Trending questions in Big Data Hadoop

0 votes
1 answer

Which data type is used to store the data in HBase table column?

Hey, Byte Array,  Put p = new Put(Bytes.toBytes("John Smith")); All ...READ MORE

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

Oozie exception error handling.

Hi, We can set Hive Action configuration using ...READ MORE

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

What is the PostgreSQL connection string for Sqoop?

The format of the connection string is: jdbc:postgresql://<HOST>:<PORT>/<DATABASE_NAME> You ...READ MORE

Jun 6, 2019 in Big Data Hadoop by Kamal
1,710 views
0 votes
1 answer

JDBC connection to Hive using TLS/SSL

Hi. The properties are right but in ...READ MORE

May 31, 2019 in Big Data Hadoop by Karan
1,972 views
0 votes
1 answer

How can we configure remote metastore mode in Hive?

Hey,  Basically, hive-site.xml file has to be configured ...READ MORE

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

Why HBase is column oriented database?

Hey, Yes, Hbase is known to be a ...READ MORE

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

How do I create a subquery in hive?

Hey, Hive subquery is a select expression enclosed ...READ MORE

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

How to create initial database without using Hive schema tool?

Hey, If for some reason you decide not ...READ MORE

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

Impala: Add months to current time

You can add the months using the add_months method ...READ MORE

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

How to run PIG script?

Please follow the below screenshots for creating ...READ MORE

Jun 20, 2019 in Big Data Hadoop by Dinesh
1,049 views
0 votes
1 answer

Enabling TLS/SSL on Hive

To enable TLS/SSL on hive, you have ...READ MORE

May 31, 2019 in Big Data Hadoop by Haran
1,894 views
0 votes
1 answer

ElasticSearch Hadoop Cluster

The elasticsearch Hadoop library is not a ...READ MORE

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

Relationship between Hadoop and Database

HDFS is a software framework designed for ...READ MORE

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

Sqoop error while trying to connect to MySql

Please use the below command to solve ...READ MORE

May 22, 2019 in Big Data Hadoop by Bhagavath
2,254 views
0 votes
1 answer

How to ensure that Oozie has started? Which Command line tool use to check the status of Oozie?

Hey, To get ensure that your Oozie has ...READ MORE

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

How to connect Relational Database using Sqoop?

Hi, You can use the command below to ...READ MORE

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

How can you transfer data from hive to HDFS ?

Hey, Data in Hive tables reside on HDFS, ...READ MORE

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

How to load data from HDFS into pig relation?

Hey, To load data from HDFS to pig ...READ MORE

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

Find Hadoop Configuration in Java Util.

I understand your issue of HDFS, I ...READ MORE

Jun 17, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,084 views
0 votes
1 answer
0 votes
1 answer

Can hive queries be executed from script files? And how?

Hey, It is possible by using the source ...READ MORE

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

Which java class handles the Input record encoding into files which store the tables in Hive?

Hey, This particular format will handle the input ...READ MORE

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

How kill control node works in Oozie?

Hey, The kill node allows a workflow job to kill ...READ MORE

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

How to add mysql database for Hue Query app?

Hi. To add mysql database in the config, open ...READ MORE

May 27, 2019 in Big Data Hadoop by Vasu
1,967 views
0 votes
1 answer

How to connect Sqoop to mysql Database?

Hi. You can connect Sqoop to MySql ...READ MORE

May 15, 2019 in Big Data Hadoop by Tina
2,486 views
0 votes
1 answer

Set Table Lock manager for Hive

To enable Table Lock manager, you have ...READ MORE

May 31, 2019 in Big Data Hadoop by Vinod
1,782 views
0 votes
1 answer

How are HDFS and HBase different from each other?

Apache Hadoop project includes four key modules Hadoop ...READ MORE

Jun 25, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
706 views
0 votes
1 answer

Unable to go to Hbase Shell

Hi@avi, I also met the same problem. You ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Hiran

edited Jun 9, 2020 by MD 954 views
0 votes
1 answer

Which java class handles the output record encoding into files which result from Hive queries?

Hey, This particular class handles the output record ...READ MORE

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

ERROR 2997: Encountered IOException. Directory does not exist.

Hi. I think the reason for this ...READ MORE

May 23, 2019 in Big Data Hadoop by Britney
2,104 views
0 votes
1 answer

How can you Check the xml definition of a Workflow, Coordinator or Bundle Job in Oozie?

Hey, You can use this example so that ...READ MORE

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

How Oozie workflow can be parameterised?

Hi, Oozie workflows can be parameterized. The parameters ...READ MORE

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

Setting Impala host and port in Hue

To set the Impala server details, you ...READ MORE

May 24, 2019 in Big Data Hadoop by Kunal
2,024 views
0 votes
0 answers

what are the commonly used Spark ecosystem?

Can someone mention what are the commonly ...READ MORE

Jul 2, 2019 in Big Data Hadoop by ranjan
407 views
0 votes
1 answer

How to create a Hive Database and store it in HDFS?

You will have to exclusively mention the ...READ MORE

May 20, 2019 in Big Data Hadoop by Jishnu
2,177 views
0 votes
1 answer

ERROR: Stop Oozie first.

Hey, Actually the problem was that tomcat aborted abnormally and ...READ MORE

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

Error: Operation not permitted, starting namenode logging to usr/local/hadoop, while starting Hadoop cluster.

Hey, You can do one thing, make a ...READ MORE

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

Hive: Revoke SELECT privilege from a Role

The following command can be used to ...READ MORE

May 31, 2019 in Big Data Hadoop by Shri
1,694 views
0 votes
1 answer

What are the properties that have to be mentioned in . properties in Oozie?

Hey, These are the listed properties that need ...READ MORE

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

Command to allows polling the Oozie server for an Oozie job?

Hey, You can use this command to see polling ...READ MORE

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

What is the use of Apache Kafka in a Big Data Cluster?

Kafka is a Distributed Messaging System which ...READ MORE

Jun 21, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
730 views
0 votes
1 answer

Hive JDBC driver URL format and driver class.

For Hive server 1, the URL format ...READ MORE

May 31, 2019 in Big Data Hadoop by Adi
1,633 views
0 votes
0 answers

flume installation steps on ubuntu [closed]

Jun 27, 2019 in Big Data Hadoop by shraddha
• 120 points

closed Jun 27, 2019 by Omkar 542 views
0 votes
1 answer

Error: input path does not exist

Hey, This error looks like your job History ...READ MORE

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

How to print the counter value in MapReduce?

Hey, You can use this command to print ...READ MORE

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

Explain to me how to get Hadoop configuration in Java Util.

In order to get access to the File ...READ MORE

May 24, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,921 views
0 votes
1 answer

Error: Unable to instantiate

Hi,  There is a possibility that because of ...READ MORE

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

How to remove table scope operators in HBase?

Hi,  Using alter, you can set and remove ...READ MORE

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

What are the extra files we need to run when we run a Hive action in Oozie?

Hi, Below are the extra files that need ...READ MORE

Jun 26, 2019 in Big Data Hadoop by Gitika
• 65,910 points
525 views