Most answered questions in Edureka Community

0 votes
1 answer

Apache storm installation

The “conf/storm.yaml” file contains configurations of Storm. And ...READ MORE

Feb 14, 2019 in Big Data Hadoop by Omkar
• 69,210 points
795 views
0 votes
1 answer

Error installing BeautifulSoup

You can use a simple command to ...READ MORE

Feb 14, 2019 in Python by Omkar
• 69,210 points
4,803 views
0 votes
1 answer

What is content testing?

With the help of content testing, testers ...READ MORE

Feb 14, 2019 in Selenium by Sahil
326 views
0 votes
1 answer

What is navigation testing?

By the help of Navigation Testing one ...READ MORE

Feb 14, 2019 in Selenium by Sahil
1,038 views
0 votes
1 answer

What is Usablity testing?

The main aim of Usability testing is ...READ MORE

Feb 14, 2019 in Selenium by Sahil
394 views
0 votes
1 answer

What is HTML/CSS validation?

HTML/CSS testing is done for the verification ...READ MORE

Feb 14, 2019 in Selenium by Sahil
408 views
0 votes
1 answer

When is the perfect time to use Tornado in python?

There is a server and a webframework. ...READ MORE

Feb 14, 2019 in Python by aryya
• 7,450 points
1,281 views
0 votes
1 answer

How to properly print timezone information using python?

Part of the problem here is that ...READ MORE

Feb 14, 2019 in Python by aryya
• 7,450 points
1,335 views
0 votes
1 answer

Power Query : making HTTP POST request with form data

Try Using Uri.BuildQueryString and Json.Document let ...READ MORE

Feb 14, 2019 in Power BI by Upasana
• 8,620 points
5,665 views
0 votes
1 answer

Power Query : Adding Columns and Multiple files

The following call, FirstRowAsHeader = Table.PromoteHeaders(TableWithoutHeader) shall replace the ...READ MORE

Feb 14, 2019 in Power BI by Upasana
• 8,620 points
1,447 views
0 votes
1 answer

What is the equivalent of Django's get_or_create om SQLAlchemy using Python?

As far as I know, there is ...READ MORE

Feb 14, 2019 in Python by Nymeria
• 3,560 points
3,261 views
0 votes
1 answer

What is cookies testing?

Cookies are small files that are stored ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
384 views
0 votes
1 answer

How is forms testing used for web-site testing?

Forms are used to interact with the ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
342 views
0 votes
1 answer

K-means or Hierarchical clustering?

You can use hierarchical clustering for this ...READ MORE

Feb 14, 2019 in Python by Dinesh
655 views
0 votes
1 answer

What is functional testing in selenium?

To keep a check on the fucntionality ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
464 views
0 votes
1 answer

What is Documentation testing?

In documentation testing, the tester will test ...READ MORE

Feb 14, 2019 in Selenium by Esha Gupta
354 views
0 votes
1 answer

Python script for how much total salary cost has increased

Here you can use groupby() and mean() to get the desired ...READ MORE

Feb 14, 2019 in Python by Umar
1,435 views
0 votes
1 answer

What are the components of Web-site testing?

The components of Web site testing are ...READ MORE

Feb 14, 2019 in Selenium by Nabarupa Das
458 views
0 votes
1 answer

Copy a table in HBase

Directly its not possible as in case ...READ MORE

Feb 14, 2019 in Big Data Hadoop by Loki
2,531 views
0 votes
1 answer

Pig: mismatched input "T1" expecting RIGHT_CURLY

In Pig, the bag and tuple format ...READ MORE

Feb 14, 2019 in Big Data Hadoop by Yuri
970 views
0 votes
1 answer

Help fixing the pandas error.

Try this: Uninstall python with admin privileges. Shut down ...READ MORE

Feb 14, 2019 in Python by Saru
8,811 views
0 votes
1 answer

Update and query on data using DynamoDB

Once the database is created using DynamoDB ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
1,353 views
0 votes
1 answer

What kind of query is supported by DynamoDB?

DynamoDB provides a huge range of query ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
424 views
0 votes
1 answer

BigData in MPI

MPI is a communication protocol for programming ...READ MORE

Feb 14, 2019 in Big Data Hadoop by Disha
793 views
0 votes
1 answer

Consistency Model in DynamoDB

The consistency model of DynamoDB can be ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
739 views
0 votes
1 answer

What are the things taken care by DynamoDB?

The things taken care by DynamoDB are ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
360 views
0 votes
1 answer

What is DynamoDB?

DynamoDB is a database service provided by ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
478 views
0 votes
1 answer

Spark context (sc) not found

Maybe the hadoop service didn't start properly. Try ...READ MORE

Feb 14, 2019 in Apache Spark by John
1,616 views
0 votes
1 answer

Path to hiverc file

The hiverc file is not created by default. ...READ MORE

Feb 14, 2019 in Big Data Hadoop by Jishan
1,873 views
0 votes
1 answer

MapReduce: Map Value Mismatch error

Seems like you have not specified few ...READ MORE

Feb 14, 2019 in Big Data Hadoop by Haman
701 views
0 votes
1 answer

Switch JPanels inside a JFrame

Instead of trying to add an remove ...READ MORE

Feb 14, 2019 in Java by developer_1
• 3,320 points
12,080 views
0 votes
1 answer

FirebaseListAdapter not pushing individual items for chat app

o let the FirebaseRecyclerAdapter and FirebaseListAdapter show ...READ MORE

Feb 14, 2019 in Java by developer_1
• 3,320 points
1,873 views
0 votes
1 answer

Number of private variables in class

In Python, there is no existence of ...READ MORE

Feb 13, 2019 in Python by Prateek
292 views
+1 vote
1 answer

RegEx to remove XML tags and their content

I presume you want to drop the ...READ MORE

Feb 13, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
5,796 views
0 votes
1 answer

How to handle IE protected mode zone and zoom level setting in selenium C#

For changing the zoom level you can ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
4,145 views
0 votes
1 answer

text = _whitespace_only_re.sub('', text) TypeError: expected string or bytes-like object

This seems like an issue with textwrap ...READ MORE

Feb 13, 2019 in Python by Omkar
• 69,210 points
8,700 views
0 votes
1 answer

How to filter HTML tags and resolve entities using Python?

Him the answer is a pretty simple ...READ MORE

Feb 13, 2019 in Python by Nymeria
• 3,560 points
1,899 views
0 votes
1 answer

How can I go about using var == False in Python?

Hi. Simple answer.  All you need to do ...READ MORE

Feb 13, 2019 in Python by Nymeria
• 3,560 points
499 views
0 votes
1 answer

where can i get spark-terasort.jar and not .scala file, to do spark terasort in windows.

Hi! I found 2 links on github where ...READ MORE

Feb 13, 2019 in Apache Spark by Omkar
• 69,210 points
1,145 views
0 votes
1 answer

What all platforms does docker run on?

Hey @Albert, docker runs on the following ...READ MORE

Feb 13, 2019 in Docker by Imran
581 views
0 votes
1 answer

What are the major exceptions that occur in Selenium?

There are mostly 5 different types of ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
453 views
0 votes
1 answer

How to refresh in selenium webdriver?

There are multiple methods using which you ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
3,251 views
–1 vote
1 answer

Difference between sleep() and setSpeed() in selenium

Both sleep() and setSpeed() are used to ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
14,104 views
0 votes
1 answer

What are the SCM tools supported by jenkins?

Hey @Jugnu, below are Source code management ...READ MORE

Feb 13, 2019 in Ansible by Imran
6,301 views
0 votes
1 answer

Program to store the details multiple employees

import random class Bank: ...READ MORE

Feb 13, 2019 in Python by Omkar
• 69,210 points
2,058 views
0 votes
1 answer

Get text of a webelement in selenium

You can use the following statement to ...READ MORE

Feb 13, 2019 in Selenium by Priyaj
• 58,090 points
626 views
0 votes
1 answer

Can we access Outer class member from an Inner class in Python?

If you want to access outer class ...READ MORE

Feb 13, 2019 in Python by Omkar
• 69,210 points
12,385 views
0 votes
1 answer

How do I deploy a custom build of a core plugin?

Hey @Farah, follow these steps: Stop Jenkins. Copy the ...READ MORE

Feb 13, 2019 in Jenkins by Imran
2,497 views
0 votes
1 answer

How to remove brackets using sed?

Try this: sed 's/[()]//g' <<< Hi(hello).How are you? READ MORE

Feb 13, 2019 in Linux Administration by Omkar
• 69,210 points
3,873 views