Latest questions in Edureka Community

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,154 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,169 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
769 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,504 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
452 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
804 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
370 views
0 votes
1 answer

Install matplotlib - Python

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

May 30, 2019 in Python by Tara
593 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
534 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
610 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
432 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,591 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

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,834 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
407 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
524 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
412 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
727 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,716 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
321 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
484 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,606 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
934 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
419 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,354 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
674 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,588 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
468 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,021 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,453 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,111 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,624 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
612 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
782 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
544 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
845 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

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
430 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
409 views
+1 vote
2 answers

Cannot install tensorflow on 32-bit Python

Unfortunately tensorflow is not supported on 32 ...READ MORE

Jan 13, 2020 in Python by jaakko
• 160 points

edited Apr 18, 2022 by Sarfaraz 11,707 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,118 views
0 votes
1 answer

Pycharm error: could not find a version that satisfies the requirement

Check the python version installed. Tensorflow is ...READ MORE

May 29, 2019 in Data Analytics by Zulaikha
• 910 points
2,846 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
644 views
0 votes
1 answer

How can I raise an exception in Python so that it can later be caught via an except block?

It's pretty simple to raise a query  raise ...READ MORE

May 29, 2019 in Python by Umesh
747 views