Most voted questions in Big Data Hadoop

0 votes
1 answer

How to set Sentry server details in Hue?

You have to set the server details ...READ MORE

May 30, 2019 in Big Data Hadoop by Karna
404 views
0 votes
1 answer

High Availability Yarn configuration in Hue

Here's the default configuration suggested by the ...READ MORE

May 30, 2019 in Big Data Hadoop by Rajan
715 views
0 votes
1 answer

Python read file as stream from HDFS

I could redirect to a Python library ...READ MORE

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

How do I run Hadoop with Docker for both DEV and PROD environments?

Your requirements show that you are using ...READ MORE

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

How to set High Availability for MapReduce cluster in Hue?

To do this, you have to set ...READ MORE

May 30, 2019 in Big Data Hadoop by Tina
463 views
0 votes
1 answer

Setting Job Tracker port in Hue

Open the hue configuration file and under the [[mapred_clusters]] property set ...READ MORE

May 31, 2019 in Big Data Hadoop by Raj
611 views
0 votes
1 answer

How to set job tracker host in Hue?

You have to set this in the hue ...READ MORE

May 30, 2019 in Big Data Hadoop by Raman
781 views
0 votes
1 answer

How to set history server api in Hue?

You have to set this in hue configuration ...READ MORE

May 30, 2019 in Big Data Hadoop by jana
535 views
0 votes
1 answer

How to set proxy server api in Hue?

Follows these steps: Open the hue configuration file Search for the [[yarn_clusters]] section Set ...READ MORE

May 30, 2019 in Big Data Hadoop by Reshma
838 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
659 views
0 votes
1 answer

Failed to upgrade the metastore in Hive?

Hey, If the problem you are having do the ...READ MORE

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

Setting the resource manager port in Hue

Open the hue configuration file and search for the [[yarn_clusters]] sub-section. ...READ MORE

May 30, 2019 in Big Data Hadoop by Khan
400 views
0 votes
1 answer

How to set Resource Manager in Hue?

To set the Resource Manager host, open ...READ MORE

May 29, 2019 in Big Data Hadoop by Esha
1,113 views
0 votes
1 answer

Change HDFS Cluster configuration in hue

You have to set this in hue configuration file. ...READ MORE

May 29, 2019 in Big Data Hadoop by Tina
628 views
0 votes
1 answer

How to configure the metastore service to communicate with the MySQL database in Hive?

Hey, This step shows the configuration properties you ...READ MORE

May 29, 2019 in Big Data Hadoop by Gitika
• 65,910 points
523 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,015 views
0 votes
1 answer

How to secure thrift server crash if receives invalid data?

Hey, The Thrift server may crash if it ...READ MORE

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

Setting certificate for authentication in Hue

To set the path to TLS certificate, open ...READ MORE

May 29, 2019 in Big Data Hadoop by Tina
426 views
0 votes
1 answer

How to merge two consecutive regions using command line in HBase?

Hey, The Master and RegionServer both participate in ...READ MORE

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

How to use Hbase shell in a bash script?

Hello, To write scripts with HBase shell it includes non-interactive mode, ...READ MORE

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

How to configure ulimit for Hbase using command line?

Hi, Increasing the file handles for the user ...READ MORE

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

Setting user limit for Hbase?

Hey, Because HBase is a database, it opens ...READ MORE

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

Hue: Set NT domain

Hi.  How to set NT domain? You have to ...READ MORE

May 29, 2019 in Big Data Hadoop by Kiran
360 views
0 votes
1 answer

To locate the HBase data cell which three co-ordinate is used ?

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

May 29, 2019 in Big Data Hadoop by Gitika
• 65,910 points
732 views
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,098 views
0 votes
1 answer

How Hadoop scalabality linear or proportional depends on the number of nodes?

Hey, These jobs are often IO based not ...READ MORE

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

How is Delete command is different with remove command with znode in zookeeper?

Hey, Delete (delete /path) command is similar to remove command, except the ...READ MORE

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

How to remove a Znode in Zookeeper?

Hey, Removes a specified znode and recursively all ...READ MORE

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

Why to check status in zookeper?

Hello, Status describes the metadata of a specified znode. ...READ MORE

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

How to set LDAP server in Hue?

You have to set the Hue server url ...READ MORE

May 28, 2019 in Big Data Hadoop by Kumar
413 views
0 votes
1 answer

What is group_name_filter property in Hue file?

The group_name_attr is used to set the username in the ...READ MORE

May 28, 2019 in Big Data Hadoop by Vasu
696 views
0 votes
1 answer

How to add filter for groups in Hue?

Open the Hue configuration file Search for [[ldap]] section Search for [[[groups]]] section Set the ...READ MORE

May 28, 2019 in Big Data Hadoop by Karan
619 views
0 votes
1 answer

Hue LDAP: username attribute

You have to add this in the Hue ...READ MORE

May 28, 2019 in Big Data Hadoop by Rajul
443 views
0 votes
1 answer

Hue filter to search users

You have to specify the filter to ...READ MORE

May 28, 2019 in Big Data Hadoop by Kishan
471 views
0 votes
1 answer

Hadoop Warning: Unable to load Native-Hadoop Library for your platform. [closed]

Are you sure you're running Hadoop on 32bit ...READ MORE

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

Can anyone help me with the installation and configuration procedures of Hadoop Multi-Node Cluster?

If you are ready to switch to ...READ MORE

May 28, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
973 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,383 views
0 votes
1 answer

Why Watch keyword is used in zookeeper?

Hey, Watches show a notification when the specified ...READ MORE

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

Why Get DATA keyword has been used in zookeeper?

Hey, It returns the associated data of the ...READ MORE

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

How to create an Ephemeral Znode in zookeeper?

Hey, To create an Ephemeral Znode, add -e flag as shown ...READ MORE

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

How to create sequential znode in zookeeper?

Hey, To create a Sequential znode, add -s flag as shown ...READ MORE

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

How to create znode in zookeeper?

Hey, Create a znode with the given path. The flag argument ...READ MORE

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

Why is it necessary to rename the zoo_sample.cfg with zoo.cfg in zookeeper?

Hey, The main reason why we need to ...READ MORE

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

Command to stop the zookeeper server?

Hey, After connecting the server and performing all ...READ MORE

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

How to start Command Line Interface in Zookeeper?

Hey, To start the CLI for zookeeper you can ...READ MORE

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

error:- /zookeeper_server.pid: Permission denied FAILED TO WRITE PID

Hey, The default zookeeper installation (tar extract) comes ...READ MORE

May 27, 2019 in Big Data Hadoop by Gitika
• 65,910 points
5,151 views
0 votes
1 answer

User admin configuration in Hue

By default, Hue assigns the manually created ...READ MORE

May 27, 2019 in Big Data Hadoop by Rishi
579 views
0 votes
1 answer

HBase configuration in Hue

Hue allows you to point to the ...READ MORE

May 27, 2019 in Big Data Hadoop by Reshma
727 views
0 votes
1 answer

Configurations to enable impersonation for Hbase thrift servers

The default configuration suggested in the official ...READ MORE

May 27, 2019 in Big Data Hadoop by Khan
866 views
0 votes
1 answer

Set Hbase Server in Hue.

The Hbase thrift servers for clusters are ...READ MORE

May 27, 2019 in Big Data Hadoop by Esha
427 views