Trending questions in Big Data Hadoop

0 votes
1 answer

How to install Zookeeper in Ubuntu?

There are two ways to install Zookeeper: You ...READ MORE

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

Issues using sqoop command while listing database

Please use the following command. sqoop list-databases --connect ...READ MORE

May 23, 2019 in Big Data Hadoop by Raj
949 views
0 votes
1 answer

How to set alternate user for new connection in Hue?

You can use the hive.server2.proxy.user property to do ...READ MORE

Jun 3, 2019 in Big Data Hadoop by Lohith
470 views
0 votes
1 answer

Connecting to HiveServer2 with SSL enabled.

The connection URL format to connect to ...READ MORE

Jun 4, 2019 in Big Data Hadoop by Dinesh
433 views
0 votes
1 answer

How to set Zookeeper server in Hue?

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

May 30, 2019 in Big Data Hadoop by John
639 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
759 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
719 views
0 votes
1 answer

How to set SQLite Query Configurations in Hue?

To set the query configurations, you will ...READ MORE

May 27, 2019 in Big Data Hadoop by Suri
768 views
0 votes
1 answer

Which code do we use to open the connection in HBase?

Hey, To open a connection, following code: Configuartion myconf ...READ MORE

May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
970 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
723 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
669 views
0 votes
1 answer

Run Oozie against a federated Cluster

You can run Oozie against the federated ...READ MORE

Jun 6, 2019 in Big Data Hadoop by Nanda
333 views
0 votes
1 answer

Installing WebHCat on a SLES OS

apt-get is used for Ubuntu or other debian ...READ MORE

Jun 3, 2019 in Big Data Hadoop by Emily
449 views
0 votes
1 answer

What is the syntax for creating bucketing table in hive?

Hi, Syntax for creating bucketed table is as ...READ MORE

May 16, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,239 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
656 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
618 views
0 votes
1 answer

Where to check hive -warehouse path?

You can check this path in Hue ...READ MORE

May 23, 2019 in Big Data Hadoop by Reshma
913 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
736 views
0 votes
1 answer

Hive: Dynamic partition without using static partition

Hive asks for a static partition as ...READ MORE

May 21, 2019 in Big Data Hadoop by Suman
984 views
0 votes
1 answer

What is the command to know the details of your data created in a table in Hive?

Hey, Yes, there is a way to check ...READ MORE

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

Setting Pig examples on Hue

Hi. Any property of Pig can be ...READ MORE

May 27, 2019 in Big Data Hadoop by Esha
726 views
+1 vote
1 answer

How to write file in hdfs using python?

#!/usr/bin/python from subprocess import Popen, PIPE cat = Popen(["hadoop", ...READ MORE

Dec 6, 2018 in Big Data Hadoop by Omkar
• 69,230 points
8,105 views
0 votes
1 answer

How to turn on REST gateway impersonation in HBase?

Hey, To turn on REST gateway impersonation, we ...READ MORE

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

How to compress output of the mapreduce output in Hive?

To compress the output of the MapReduce ...READ MORE

May 20, 2019 in Big Data Hadoop by Hiran
1,016 views
0 votes
1 answer

CDH: Permission for Hbase user for Hbase key.

You can grant the permission for Hbase ...READ MORE

May 31, 2019 in Big Data Hadoop by Tina
528 views
0 votes
1 answer

Processing BLOB data in Sqoop

This is a common problem while using ...READ MORE

May 15, 2019 in Big Data Hadoop by Vasant
1,210 views
0 votes
1 answer

Hive: How to compress intermediate jobs?

The option hive.exec.compress.output will only compress the output. To ...READ MORE

May 20, 2019 in Big Data Hadoop by Raman
988 views
0 votes
1 answer

How to overwrite HIVE_HOME while using sqoop?

Sqoop by default takes the HIVE_HOME as ...READ MORE

May 15, 2019 in Big Data Hadoop by Vidya
1,203 views
0 votes
1 answer

Can anyone help me out to install the following packages R-MR, R-HDFS, and R-HBase on R-HAdoop?

I have understood your problem, I will ...READ MORE

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

Hive partitioning: Dynamic and static

Partitions are created depending on the end ...READ MORE

Feb 1, 2019 in Big Data Hadoop by Omkar
• 69,230 points
5,678 views
0 votes
1 answer

How to load unencrypted tables to encrypted in Hive?

Refer to the below command to load ...READ MORE

May 30, 2019 in Big Data Hadoop by John
537 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
631 views
0 votes
1 answer

what is the difference between drop and drop_all command in Hbase?

Hey, drop:- This command is used to drop ...READ MORE

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

How to check Hue configuration?

There are two ways to do this: Visit http://myserver:port and ...READ MORE

May 24, 2019 in Big Data Hadoop by John
787 views
0 votes
1 answer

Sentry configuration file in hue

Hue looks for the sentry configuration file ...READ MORE

May 30, 2019 in Big Data Hadoop by Yogi
528 views
0 votes
1 answer

Pig: ParseException: File not found

By convention, the pig script that you ...READ MORE

May 23, 2019 in Big Data Hadoop by Tina
824 views
0 votes
1 answer

How to configure Hue for TLS/SSL communication?

Follow these steps from the root of your ...READ MORE

May 24, 2019 in Big Data Hadoop by Loki
769 views
0 votes
1 answer

How to create a Table using HBase shell ?

Hey, You can create a table using the create command, ...READ MORE

May 23, 2019 in Big Data Hadoop by Gitika
• 65,910 points
821 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
546 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
535 views
0 votes
1 answer

How to set authentication for Kerberos in Hue?

To set the authentication for Solr clients ...READ MORE

May 27, 2019 in Big Data Hadoop by Jimmy
626 views
0 votes
1 answer

How to set mapping to java in sqoop?

Hey @Chris, to set the mapping to ...READ MORE

May 15, 2019 in Big Data Hadoop by Reshma
1,145 views
0 votes
1 answer

What is pig storage and why it is used?

Hello, In pig, there is a default load ...READ MORE

May 8, 2019 in Big Data Hadoop by Gitika
• 65,910 points

edited May 8, 2019 by Gitika 1,478 views
0 votes
1 answer

How to set Hbase truncate limit in hue?

Open the Hue configuration file and search for the [hbase] section ...READ MORE

May 27, 2019 in Big Data Hadoop by Harry
618 views
0 votes
1 answer

How to set HBase configuration file to set the heap to 4 GB ?

Hey, The following lines in the hbase-env.sh file shows how ...READ MORE

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

How to add server-side configuration for secure operation in HBase?

Hey, First, ensure that your underlying HDFS configuration ...READ MORE

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

Encrypt spilled data in Impala

Yes, Impala allows you to encrypt spilled ...READ MORE

May 31, 2019 in Big Data Hadoop by Rajan
436 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
513 views
0 votes
1 answer

How to set Secret Key for Hue?

You have to set the secret key ...READ MORE

May 24, 2019 in Big Data Hadoop by Yogi
727 views