Most viewed questions in Big Data Hadoop

0 votes
1 answer

Example or Use Case of Big Data

Let me answer your questions one by ...READ MORE

Aug 9, 2018 in Big Data Hadoop by Frankie
• 9,830 points
705 views
0 votes
0 answers

How to import Flat files in Hadoop using sqoop?

It is possible to import data between ...READ MORE

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

Issue While Running Oozie Sample Project

Hey @supriya.  Seems like you have not set ...READ MORE

Jan 4, 2019 in Big Data Hadoop by Omkar
• 69,230 points
704 views
0 votes
1 answer

Kafka vs Flume

Even though both are used for real-time ...READ MORE

Sep 24, 2018 in Big Data Hadoop by Data_Nerd
• 2,390 points
703 views
0 votes
1 answer

Hadoop: How to Group mongodb - mapReduce output?

db.order.mapReduce(function() { emit (this.customer,{count:1,orderDate:this.orderDate.interval_start}) }, function(key,values){ var category; ...READ MORE

Oct 31, 2018 in Big Data Hadoop by Omkar
• 69,230 points
701 views
0 votes
1 answer

what are the different features of big data analytics

What are the different features of big ...READ MORE

Feb 4, 2022 in Big Data Hadoop by CoolCoder
• 4,400 points
698 views
0 votes
0 answers

wordcount example not running on edureka vm

Hi, wordcount example failing on edureka vm(VM is ...READ MORE

Dec 25, 2018 in Big Data Hadoop by PRASAD
• 120 points
698 views
0 votes
1 answer

Are some Pig real time use cases available?

You can refer to this website https://acadgild.com/blog/pig-u ...READ MORE

Apr 21, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
696 views
0 votes
1 answer

touchz: io.bytes.per.checksum(512) and blockSize(256) do not match. blockSize should be a multiple of io.bytes.per.checksum

Hi@akhtar, The default the block size is 64MB ...READ MORE

Sep 25, 2020 in Big Data Hadoop by MD
• 95,440 points
694 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
0 answers

How Pig programming gets converted into MapReduce jobs?

Could you please give me a brief ...READ MORE

Feb 21, 2019 in Big Data Hadoop by Neha
• 6,300 points
694 views
0 votes
1 answer

What is Hadoop Distribution ?

Some companies release or sell products that ...READ MORE

Mar 27, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
694 views
0 votes
1 answer

Validating HA for ranger KMS

Hi@Shilpa, It seems your user doesn't have the ...READ MORE

Nov 9, 2020 in Big Data Hadoop by MD
• 95,440 points
693 views
0 votes
1 answer

How to learn Big Data and Ecosystem ?

First understand Big Data and challenges associated ...READ MORE

Mar 27, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
693 views
+1 vote
1 answer

HDFS Permission

You have to check permissions on the ...READ MORE

Mar 26, 2018 in Big Data Hadoop by Ashish
• 2,650 points
693 views
0 votes
1 answer

What is a importance of Hive ODBC Connector

The Cloudera ODBC Driver for Hive enables ...READ MORE

Apr 10, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
689 views
0 votes
1 answer

Hortonworks vs Cloudera Architecture Difference

Features Cloudera MapR HortonWorks License Commercial Commercial Open-Source Community Yes Yes Yes SQL Impala Hive, Drill, Shark Stinger MapReduce Yes Yes Yes Unique Features Cloudera Manager Direct Access NFS 100% ...READ MORE

Jul 27, 2018 in Big Data Hadoop by Frankie
• 9,830 points
687 views
0 votes
1 answer

Is there any way to write "map only" Hadoop jobs ?

You can easily set the number of ...READ MORE

Apr 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
687 views
0 votes
1 answer

Hadoop single node cluster set up issues

As far as the error, there's a ...READ MORE

Apr 19, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
686 views
+1 vote
1 answer

Client not able to connect to cluster

There could be multiple reasons: Make sure you ...READ MORE

Sep 23, 2019 in Big Data Hadoop by Rishi
684 views
0 votes
1 answer

Hadoop backup and recovery tool and guidance

There are a few options for backup ...READ MORE

Jan 4, 2019 in Big Data Hadoop by Frankie
• 9,830 points
684 views
0 votes
1 answer

How Hadoop replication works?

dfs.replication is by default 3 and you ...READ MORE

Apr 19, 2018 in Big Data Hadoop by Shubham
• 13,490 points
684 views
0 votes
1 answer

How to configure Hadoop namenode?

Hi@MD, To configure the Hadoop master node, you ...READ MORE

Sep 21, 2020 in Big Data Hadoop by akhtar
• 38,230 points
682 views
0 votes
1 answer

Which is the easiest way for text analytics with hadoop?

Apache pig provides CSVExcelStorage class for loading ...READ MORE

Nov 22, 2018 in Big Data Hadoop by Frankie
• 9,830 points
682 views
0 votes
1 answer

Other Distributed Alternatives to Big Data Hadoop

Yes, there are lot of alternatives to ...READ MORE

Mar 27, 2018 in Big Data Hadoop by coldcode
• 2,080 points
682 views
0 votes
1 answer

Replication and Calculations

Since there are 3 nodes, when we ...READ MORE

Jun 11, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
681 views
0 votes
1 answer

Which is the best online Big Data Hadoop course?

Hi@akhtar, As you are a beginner, you should ...READ MORE

May 15, 2020 in Big Data Hadoop by MD
• 95,440 points
680 views
0 votes
1 answer

Enable pluggable authentication for HiveServer2

To enable pluggable authentication, first, add the ...READ MORE

Jun 3, 2019 in Big Data Hadoop by Yogi
680 views
0 votes
1 answer

Differentiate between Hive internal tables an external tables.

Hive comprises of an RDBMS(Relational-Database-Management-Systems) on its ...READ MORE

Mar 27, 2019 in Big Data Hadoop by nitinrawat895
• 11,380 points
680 views
+1 vote
1 answer

Not able to create kms key using ambari.

Hi@Shilpa, There may be a problem with your ...READ MORE

Nov 4, 2020 in Big Data Hadoop by MD
• 95,440 points
679 views
0 votes
1 answer

How to create external Hive table?

It's simple. You just have to add external ...READ MORE

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

What is the best functional language to do Hadoop Map-Reduce?

down voteacceptedBoth Clojure and Haskell are definitely ...READ MORE

Sep 4, 2018 in Big Data Hadoop by Frankie
• 9,830 points
678 views
0 votes
1 answer

How to start working on Hadoop?

Ok, so basically, you are looking forward ...READ MORE

Mar 30, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
678 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
677 views
0 votes
1 answer

Hadoop MapReduce wordcount "type job is not applicable for the arguments" error

The combiner class is not required in ...READ MORE

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

How to write Reducer code for Hadoop?

Hi@akhtar, You can create a reducer code for ...READ MORE

Oct 16, 2020 in Big Data Hadoop by MD
• 95,440 points
675 views
0 votes
1 answer

What is big data engineering

Data engineer roles have recently become more ...READ MORE

Feb 4, 2022 in Big Data Hadoop by surbhi
• 3,810 points
674 views
0 votes
1 answer

Running Mapreduce on compressed data

It is very straight forward, no need ...READ MORE

Jul 24, 2019 in Big Data Hadoop by Nanda
673 views
0 votes
1 answer

HDP Upgrade Issue in 2.6.5.

Hi@B, There is a problem with the version. ...READ MORE

Nov 9, 2020 in Big Data Hadoop by MD
• 95,440 points
671 views
0 votes
1 answer

How to make Hue to submit jobs to Yarn?

First, you will have to configure oozie to use ...READ MORE

May 30, 2019 in Big Data Hadoop by Sagar
671 views
0 votes
1 answer

which of the following says hadoop provides does pig break?

Apache Pig is a platform for analyzing ...READ MORE

Dec 24, 2021 in Big Data Hadoop by Kavya
• 700 points
670 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
669 views
0 votes
1 answer

Why we use 'help' command in Hadoop Sqoop?

Hi, The command sqoop help lists the tools ...READ MORE

Feb 4, 2020 in Big Data Hadoop by MD
• 95,440 points
669 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
668 views
0 votes
1 answer

What command is used to install MySql in centos?

You can use this command to install ...READ MORE

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

Hadoop Data node acknowledgement

Let's understand full write mechanism so that ...READ MORE

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

Using hedged reads in HBase

To enable hedged reads, open the hbase-site.xml file and ...READ MORE

Jun 4, 2019 in Big Data Hadoop by Gani
665 views
0 votes
1 answer

Operation to simulate a Hadoop Production Cluster

In this case, what you can do ...READ MORE

Aug 9, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
665 views
0 votes
1 answer

How to find the status of MapReduce Job?

Hi@akhtar, You can run the Hadoop Job command ...READ MORE

Oct 16, 2020 in Big Data Hadoop by MD
• 95,440 points
664 views