Most voted questions in Edureka Community

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
498 views
0 votes
1 answer

Enabling TLS/SSL on Hive

To enable TLS/SSL on hive, you have ...READ MORE

May 31, 2019 in Big Data Hadoop by Haran
1,895 views
0 votes
1 answer

I am receiving a warning which says: Failed to locate the winutils binary in the Hadoop binary path

I see that you are facing multiple ...READ MORE

May 31, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
5,807 views
0 votes
2 answers

What is the difference between Map and HashMap in java?

The basic difference is : Map is ...READ MORE

Aug 28, 2019 in Java by Sirajul
• 59,230 points
29,054 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
520 views
0 votes
0 answers

What is the python image library?

Do we use it in python 3 ...READ MORE

May 31, 2019 in Python by Waseem
• 4,540 points
355 views
0 votes
0 answers

What is the difference between isdigit, isnumeric and isdecimal in python?

Can you give examples for each of ...READ MORE

May 31, 2019 in Python by Waseem
• 4,540 points
2,044 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
429 views
0 votes
1 answer

How can I compare two integers properly?

Hi Divya, I hope this code snippet will ...READ MORE

May 31, 2019 in Java by sampriti
• 1,120 points
803 views
0 votes
1 answer

Python pygame error : Failed loading libpng.dylib: dlopen(libpng.dylib, 2): image not found

Try installing libpng You can do it with ...READ MORE

May 31, 2019 in Python by SDeb
• 13,300 points
1,442 views
0 votes
1 answer

keras model.fit_generator() several times slower than model.fit()

You may want to check out the ...READ MORE

May 31, 2019 in Python by SDeb
• 13,300 points
2,847 views
0 votes
1 answer

Linux: Recursive download of a folder via FTP

wget -r ftp://user:pass@server.com/ try this. READ MORE

May 31, 2019 in Linux Administration by Upasana
• 8,620 points
464 views
0 votes
1 answer

How to Iterate HashMap?

Hi Shashank. Please try this code I hope ...READ MORE

May 30, 2019 in Java by sampriti
• 1,120 points
452 views
0 votes
1 answer

Can you explain what is the difference between UNION and Join?

Hi Sahana,  I got your doubt, Checkout these ...READ MORE

May 30, 2019 in Database by sampriti
• 1,120 points
1,144 views
0 votes
1 answer

How to add a new Python interpreter in PyCharm?

Refer to the below screenshots: Then set a ...READ MORE

May 30, 2019 in Python by Shabnam
• 930 points
5,150 views
0 votes
1 answer

Dependencies required to build Matplotlib on RedHat and how do I install them?

If you are on RedHat, you can ...READ MORE

May 30, 2019 in Python by Kamlesh
748 views
0 votes
0 answers

Dependencies required to build Matplotlib on Fedora

What are the dependencies required to build ...READ MORE

May 30, 2019 by Yamini
112 views
0 votes
1 answer

How to install modules in Pycharm?

You can install modules in PyCharm using ...READ MORE

May 30, 2019 in Python by Shabnam
• 930 points
50,378 views
0 votes
1 answer

Dependencies required to build Matplotlib on ubuntu

If you are on Debian/Ubuntu, you can ...READ MORE

May 30, 2019 in Python by Tara
446 views
0 votes
1 answer

How to load encrypted tables to encrypted table in Hive?

If the data is already encrypted, use ...READ MORE

May 30, 2019 in Big Data Hadoop by Esha
797 views
0 votes
1 answer

Dependencies for animation support in matplotlib

Support of animation output format and image ...READ MORE

May 30, 2019 by Aysha
136 views
0 votes
1 answer

Are there any dependancies for installing matplotlib in python?

Matplotlib requires the following dependencies: Python (>= 3.6) FreeType ...READ MORE

May 30, 2019 in Python by Farzi
365 views
0 votes
1 answer

Install matplotlib - Python

Execute the following commands to install matplotlib ...READ MORE

May 30, 2019 in Python by Tara
587 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
526 views
0 votes
1 answer
0 votes
1 answer

Convert data in dataframe - Python

Reshape dataframe using DataFrame.unstack for DatetimeIndex, then ...READ MORE

May 30, 2019 in Python by Gargi
605 views
0 votes
1 answer

How to build Zookeeper repository for Hue?

Open the terminal and run the following ...READ MORE

May 30, 2019 in Big Data Hadoop by Liam
398 views
0 votes
1 answer

Setting REST service in Hue

To be able to browse the znode, ...READ MORE

May 30, 2019 in Big Data Hadoop by Esha
369 views
0 votes
1 answer

Python error saying "AttributeError: can't set attribute"

change your code to the following: @x.setter def x(self, ...READ MORE

May 30, 2019 in Python by Imran
18,557 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
633 views
0 votes
1 answer

Replace values in data frame with valued of another dataframe.

Hi @Puneeth, you use something like this: f ...READ MORE

May 30, 2019 in Python by Ashish
3,810 views
0 votes
1 answer

Allowing hue to connect to sentry service

If you have enabled Kerberos for the ...READ MORE

May 30, 2019 in Big Data Hadoop by Jimmy
404 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
516 views
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
714 views
0 votes
1 answer

Python error "TypeError: Cannot compare types 'ndarray(dtype=int64)' and 'str'"

Hey @Ashish, change the emotion_map to the ...READ MORE

May 30, 2019 in Python by Mir
7,701 views
0 votes
0 answers

What is the use of get requests in python?

What are the other http requests in ...READ MORE

May 30, 2019 in Python by Waseem
• 4,540 points
319 views
0 votes
0 answers

How to do line continuation in python?

Is it same as the other programming ...READ MORE

May 30, 2019 in Python by Waseem
• 4,540 points
475 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,594 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
920 views
0 votes
1 answer

Python - Whitespace after

print adds a single space after every argument, including `\n'. ...READ MORE

May 30, 2019 in Python by SDeb
• 13,300 points
416 views
0 votes
1 answer

Json RPC Python Client

There is json-rpc library, it supports python2.7, python3.2+, does ...READ MORE

May 30, 2019 in Python by SDeb
• 13,300 points
1,338 views
0 votes
1 answer

How many bots we can deploy in work fusion free version?

Hi Ranjandude, for a free version of ...READ MORE

May 30, 2019 in RPA by Abha
• 28,140 points
667 views
0 votes
1 answer

How do I know who has performed a particular operation in jenkins?

You can keep a log of who ...READ MORE

May 30, 2019 in Jenkins by Sirajul
• 59,230 points
8,550 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
462 views
0 votes
1 answer
0 votes
1 answer

How can I delete all the cookies present on a browser using Webdriver?

Hey jasmine, to delete all the cookies ...READ MORE

May 30, 2019 in Selenium by Rajeshwari
1,015 views
0 votes
1 answer

What is the difference between driver.get() and driver.navigate.to() methods?

Hi Anandita, driver.get() method is used to ...READ MORE

May 30, 2019 in Selenium by Murad
38,346 views
0 votes
1 answer

Is there any way to get size (height and width) of a textbox using Selenium?

@Nick, you can use following lines of ...READ MORE

May 30, 2019 in Selenium by Raunak
11,088 views
0 votes
1 answer

Is it possible to check if a text is highlighted on the page using Selenium?

Hey Karan, you can use following code ...READ MORE

May 30, 2019 in Selenium by Avni
14,578 views