Most voted questions in Big Data Hadoop

0 votes
1 answer

How to override Mapred home directory using sqoop?

Sqoop provides an option to override the ...READ MORE

May 17, 2019 in Big Data Hadoop by Rajini
725 views
0 votes
1 answer

Specify JDBC driver to use with Sqoop

Mention the JDBC driver in the sqoop import ...READ MORE

May 17, 2019 in Big Data Hadoop by Kishan
1,223 views
0 votes
1 answer

How to set output path for sqoop generated code?

To set output path for the generated ...READ MORE

May 17, 2019 in Big Data Hadoop by Suman
1,066 views
0 votes
1 answer

Sqoop set path for compiled objects

While you use the sqoop command (I ...READ MORE

May 17, 2019 in Big Data Hadoop by Kunal
493 views
0 votes
1 answer

Sqoop: Use accumulo with user credentials

Refer to the below syntax and use ...READ MORE

May 17, 2019 in Big Data Hadoop by Carly
339 views
0 votes
1 answer

Sqoop import mention accumulo instance to use

You have to mention the accumulo instance ...READ MORE

May 17, 2019 in Big Data Hadoop by Esha
375 views
0 votes
1 answer

How to set Zookeeper server for Accumulo in sqoop?

Hi. To mention the Zookeeper server in ...READ MORE

May 17, 2019 in Big Data Hadoop by Kumar
721 views
0 votes
1 answer

Increasing latency for Accumulo batch writer

The default max-latency set is 0 milliseconds. ...READ MORE

May 17, 2019 in Big Data Hadoop by Karan
387 views
0 votes
1 answer

How to increase Sqoop Accumulo write buffer size?

By default the write buffer size is ...READ MORE

May 17, 2019 in Big Data Hadoop by Rishi
651 views
0 votes
1 answer

Create accumulo table using sqoop

Yes, you can create the missing table ...READ MORE

May 16, 2019 in Big Data Hadoop by Shalini
519 views
0 votes
1 answer

Sqoop import tables to Accumulo

To make sqoop import data into Accumulo, ...READ MORE

May 16, 2019 in Big Data Hadoop by Tina
980 views
0 votes
0 answers

Explain to me the HUE.

I am kind of new to Big-Data ...READ MORE

May 16, 2019 in Big Data Hadoop by nitinrawat895
• 11,380 points
354 views
0 votes
1 answer

I need to copy data from one HDFS to another HDFS. Can you help me do so?

I understood your issue. Let me help you ...READ MORE

May 16, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
2,203 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
1 answer

Sqoop: Use HBase table instead of HDFS

To override the default and import data ...READ MORE

May 16, 2019 in Big Data Hadoop by Rajini
486 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,523 views
0 votes
1 answer

How to perform joins in Apache hive?

Hey, Join operation will work always with two ...READ MORE

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

How can we access data with simple SQL knowledge in hive?

Hey, The following examples are simple, common data ...READ MORE

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

List of all the functions that can be obtain from hive?

Hello, A list of all functions can be ...READ MORE

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

Why Max is throwing in below query in hive for alias?

Hi, You can do one thing, just enclose ...READ MORE

May 17, 2019 in Big Data Hadoop by reshma
711 views
0 votes
1 answer

Why INSERT command in Hive?

Hey, The insert command is used to load the data ...READ MORE

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

How to import tables into Hive from Sqoop?

Very simple, in your sqoop command that ...READ MORE

May 15, 2019 in Big Data Hadoop by John
866 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,206 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,215 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,150 views
0 votes
1 answer

How to use data compression in sqoop import?

You can enable data compression from the ...READ MORE

May 15, 2019 in Big Data Hadoop by Rocky
2,013 views
0 votes
1 answer

How to fetch more data from database while using Sqoop import?

Hey. You guessed it right. The max ...READ MORE

May 15, 2019 in Big Data Hadoop by Gani
2,316 views
0 votes
1 answer

Can you please help with Hive Query to get FirstName, MiddleName, LastName and Suffix from FullName in Hive. Thank you

Hey, You can get first name, middle name, ...READ MORE

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

edited May 15, 2019 by Gitika 1,941 views
0 votes
1 answer

How to import selected columns in Sqoop?

If you want to import selected columns, ...READ MORE

May 15, 2019 in Big Data Hadoop by Shirish
1,592 views
0 votes
1 answer

How to import data in sqoop as a Parquet file?

Sqoop allows you to import the file ...READ MORE

May 15, 2019 in Big Data Hadoop by Nanda
10,443 views
0 votes
1 answer

Sqoop Validator Failure Handling

Once you have downloaded the failure handler ...READ MORE

May 15, 2019 in Big Data Hadoop by Rajat
543 views
0 votes
1 answer

Default sqoop validator and how to change?

The default validator used is  org.apache.sqoop.validation.RowCountValidator. If you ...READ MORE

May 15, 2019 in Big Data Hadoop by Sharan
577 views
0 votes
1 answer

Sqoop import validation

Hi. Sqoop allows you to validate the ...READ MORE

May 15, 2019 in Big Data Hadoop by Sanju
1,025 views
0 votes
1 answer

How to use SQLServer database with Sqoop?

First, download the SQLServer connector from Microsoft's ...READ MORE

May 15, 2019 in Big Data Hadoop by Karan
485 views
0 votes
2 answers

How to pass a password to Sqoop import command?

You can directly pass the password in ...READ MORE

May 15, 2019 in Big Data Hadoop by Raj
6,747 views
0 votes
1 answer

Problem connecting Sqoop to MySql

Perhaps, you have slightly misunderstood the method ...READ MORE

May 15, 2019 in Big Data Hadoop by Ali
1,840 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,515 views
0 votes
1 answer

How to add column inside a table in Hive?

Hi, Yes, we can add column inside a ...READ MORE

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

Explain to me the relationship between Hadoop and Databases.

Okay, that's a lot of queries together, ...READ MORE

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

Can someone help with Hadoop installation Setup on Ubuntu?

I have understood your query, I have ...READ MORE

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

Why CREATE EXTERNAL keyword is used in Hive?

Hey, The create external keyword is used to create a ...READ MORE

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

Relation between LOAD operation and LOCAL keyword?

Hey, The Load operation is used to move the ...READ MORE

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

What is DML in Hive?

Hi, DML is Data Manipulation Language. DML statements are ...READ MORE

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

Help me out to download hadoop of a specific version

I understand your needs. I would suggest you ...READ MORE

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

Error: Execution Error, Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. Permission denied:

Hey, The error you are getting because the ...READ MORE

May 15, 2019 in Big Data Hadoop by Gitika
• 65,910 points
5,215 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,280 views
0 votes
1 answer

How to see the content of a table in hive?

Hello, If you want to see the content ...READ MORE

May 15, 2019 in Big Data Hadoop by Gitika
• 65,910 points
4,746 views
0 votes
2 answers

How to change the location of a table in hive?

Changing location requires 2 steps: 1.) Change location ...READ MORE

Feb 12, 2020 in Big Data Hadoop by Saksham Sehrawet
8,339 views
0 votes
1 answer

What is SerDe in Hive?

Hey, The SerDe interface allows you to instruct ...READ MORE

May 14, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,230 views