Trending questions in Big Data Hadoop

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
430 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
635 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
461 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
937 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
754 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
763 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
712 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
330 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
963 views
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,906 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
662 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
441 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
703 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

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,219 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
731 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
906 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
639 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
724 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,274 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
975 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,097 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
534 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,011 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
522 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,203 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
979 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
507 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,184 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
530 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
621 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,664 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
782 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
522 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
776 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
820 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
762 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
541 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
811 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
530 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
620 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,139 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,471 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
434 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
428 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
601 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
431 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
724 views
0 votes
1 answer

Encrypt Hive JDBC and Hive Server traffic

You can enable encryption of data flowing ...READ MORE

May 31, 2019 in Big Data Hadoop by John
427 views