Trending questions in Edureka Community

+1 vote
1 answer

What is the difference between Desktop and Basic Recording?

Hi @Nidhi, The main difference between Desktop ...READ MORE

Mar 20, 2019 in RPA by Anvi
• 14,150 points
6,747 views
0 votes
0 answers
0 votes
1 answer

What is the default location of Hadoop log files & how can I change that location?

The default directory of Hadoop log file ...READ MORE

May 4, 2018 in Big Data Hadoop by Shubham
• 13,490 points
20,583 views
0 votes
2 answers

Blue Prism- How to retrieve data from webpage

The ideal way to accomplish this would ...READ MORE

Sep 13, 2019 in RPA by siva cynixit
6,231 views
0 votes
1 answer

Python in Windows Store apps

I have ported the Python interpreter to ...READ MORE

Aug 9, 2019 in Python by SDeb
• 13,300 points
635 views
0 votes
1 answer

What is ExpectedCondition in Selenium Webdriver?

Hey Gurdeep, ExpectedConditions are provided by Selenium ...READ MORE

Jul 4, 2019 in Selenium by Abha
• 28,140 points
2,210 views
0 votes
1 answer

What are the general requirements for installing UiPath?

Hey @Avinash, if you have a Macbook ...READ MORE

Mar 8, 2019 in RPA by Abha
• 28,140 points
7,272 views
0 votes
1 answer

How can I capture Tooltip in Selenium Webdriver?

Hey Diljeet, following test script allows you ...READ MORE

Jul 19, 2019 in Selenium by Anvi
• 14,150 points
1,553 views
0 votes
1 answer

Overlap images to create a new picture

Use image_flatten() or image_mosaic() to overlap image over ...READ MORE

Aug 7, 2019 in Data Analytics by anonymous
• 33,030 points
712 views
0 votes
1 answer

Can subscribers selectively receive only a subset of messages published to a topic? - AWS SNS

Yes, of course, you can. You can ...READ MORE

Jul 25, 2019 in AWS by Rhea
1,255 views
0 votes
1 answer

How to perform string operations on every element of a list of strings?

This can be done using list comprehension ...READ MORE

Jul 18, 2019 in Python by Arvind
• 3,040 points
1,547 views
+1 vote
2 answers

Hadoop Administration

Make the following changes to your configuration ...READ MORE

Aug 5, 2019 in Big Data Hadoop by Simran
730 views
0 votes
1 answer

How to find the default database in Hive?

Yes, you can find out which database ...READ MORE

May 20, 2019 in Big Data Hadoop by Shiro
4,098 views
0 votes
2 answers

What is Page Object Model in Selenium WebDriver?

POM is one of design pattern. maintenance  should ...READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
1,197 views
0 votes
1 answer

Difference between Amazon SNS and Amazon MQ

Let me give you a situation to ...READ MORE

Jul 24, 2019 in AWS by Tanishq
1,281 views
0 votes
1 answer

What are the different ways of invoking TestNG?

@Jeetu, TestNG can be invoked in following ...READ MORE

Jun 19, 2019 in Selenium by Abha
• 28,140 points
2,791 views
+1 vote
10 answers

HTTP request not working with AWS Lambda, please help?

context.done has to be included after the ...READ MORE

Apr 13, 2018 in AWS by brat_1
• 7,200 points
15,870 views
0 votes
1 answer

Name node RAM metadata

For the above requirement, the memory consumption ...READ MORE

Jul 23, 2019 in Big Data Hadoop by Reshma
1,333 views
0 votes
1 answer

StackExchange.Redis with Azure Redis shows error

Hey, check out the Azure Redis Cache documentation This ...READ MORE

Jun 28, 2019 in Azure by Perry
• 17,100 points
2,442 views
0 votes
2 answers

What is a StackOverflow Error

stackoverflow error – StackOverflow Error in Java. This error is thrown to ...READ MORE

Aug 29, 2020 in Java by Pistle
• 1,000 points
1,837 views
0 votes
1 answer

How do I enable puppet collection repository in puppet if I am using Puppet 6.7?

In Puppet6.7 you have to enable Puppet ...READ MORE

Jul 31, 2019 in Puppet by Sirajul
• 59,230 points
986 views
0 votes
0 answers

What are the various ways to manipulate a string in Python?

I have a string in Python. I ...READ MORE

Aug 13, 2019 in Python by Arvind
• 3,040 points
416 views
0 votes
1 answer

What are the types of workflows supported by UiPath Studio?

Hi @Uday, The main types of workflows supported ...READ MORE

Mar 22, 2019 in RPA by Anvi
• 14,150 points
6,633 views
0 votes
1 answer

Puppet: How can i remove all the node entries that are no longer managed by puppet?

You could try this: class remove_unmanaged { ...READ MORE

Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
585 views
+1 vote
3 answers

How to convert timestamp to readable format in blockchain.info?

You are talking about the block_time property ...READ MORE

Apr 29, 2019 in Blockchain by Raghu
10,020 views
0 votes
1 answer

What is the differentiate between equals() and == in Scala. Is the latter the same as == in Java?

Hey, When we try to compare two instances ...READ MORE

Jul 29, 2019 in Apache Spark by Gitika
• 65,910 points
1,058 views
0 votes
1 answer

How to launch PhantomJS driver using Desired Capability?

Hey usha, to launch PhantomJS driver using ...READ MORE

Jul 16, 2019 in Selenium by Anvi
• 14,150 points
1,657 views
0 votes
1 answer

Unable to Locate WinUtils Library in Hadoop binary path.

If you are facing this problem while running a ...READ MORE

Jul 11, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,828 views
0 votes
1 answer

Locate particular link text among multiple match results while locating web elements in Selenium Webdriver?

Hey Yash, if you want to locate ...READ MORE

Jun 20, 2019 in Selenium by Pratibha
2,733 views
+15 votes
23 answers

AWS vs Azure which one will have a more promising career?

Azure is integrating with a lot of ...READ MORE

Jul 4, 2018 in Career Counselling by Soumodip Sinha
10,999 views
0 votes
1 answer

Python integration with Tableau using Tabpy Module

Follow the below steps: 1. Visit this link https://github.com/tableau/TabPy and ...READ MORE

Jun 19, 2019 in Tableau by Cherukuri
• 33,030 points
2,768 views
0 votes
1 answer

How do you configure automatic build in jenkins?

Works in Jenkins can be activated intermittently ...READ MORE

Aug 6, 2019 in Jenkins by Sirajul
• 59,230 points
696 views
0 votes
1 answer

How to rename columns in pandas?

Hi,  To rename columns in pandas, you can ...READ MORE

Aug 9, 2019 in Python by Taj
• 1,080 points
598 views
0 votes
1 answer

Delete an object/file from an s3 bucket

Hey @Jinu, you can try the following ...READ MORE

Aug 1, 2019 in Ansible by Barbara
942 views
0 votes
1 answer

What is “Unit” and “()” in Scala?

Hey, Unit is a subtype of scala.anyval and ...READ MORE

Jul 24, 2019 in Apache Spark by Gitika
• 65,910 points
1,246 views
+1 vote
1 answer

Scrapping News Website

Hey @Irshad Shaikh! We don't have a ...READ MORE

Aug 8, 2019 in Python by Edureka
• 2,960 points
568 views
0 votes
1 answer

API key for Copyleaks Python sdk

Your API-KEY is available at your dashboard ...READ MORE

Aug 5, 2019 in Python by Kalgi
• 52,360 points
725 views
0 votes
1 answer

Is there a way to handle checkboxes and radio buttons using Python Selenium?

Hi Jessica, you can try these lines ...READ MORE

Jul 23, 2019 in Selenium by Anvi
• 14,150 points
1,281 views
0 votes
1 answer

How do I close a focused window using Selenium WebDriver in Java?

You can use this    String base = ...READ MORE

May 10, 2019 in Selenium by Vaishnavi
• 1,180 points
4,508 views
0 votes
1 answer

How to resolve the error while importing cv2 from openCV in python?

I would recommend you go with anaconda ...READ MORE

Jul 31, 2019 in Python by Mohammad
• 3,230 points
1,700 views
+1 vote
1 answer

Exception in thread "main" java.lang.IllegalStateExceptionrome.driver system property;

Hi Ashwin, your path for the webdriver ...READ MORE

Aug 14, 2019 in Selenium by Abha
• 28,140 points
343 views
0 votes
1 answer

Can't fetch git repositories in puppet using ssh

Try adding a section to the user's ~/.ssh/config file ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
593 views
0 votes
1 answer

Disadvantages of using decision tree?

Even though the decision tree algorithm has ...READ MORE

May 13, 2019 in Machine Learning by Jinu
4,356 views
0 votes
1 answer

End tkinter program - python

You can use the destroy() to close ...READ MORE

Aug 9, 2019 in Python by Barbara
543 views
0 votes
1 answer

Error: PuppetDB is running but Puppet Master can't reach it.

If PuppetDB is running but the Puppet ...READ MORE

Jul 31, 2019 in Puppet by Sirajul
• 59,230 points
936 views
0 votes
1 answer

Did anyone received the Data Science Hackathon dataset and problem statement

The problem statement and the data set ...READ MORE

Jul 24, 2019 in Ask us Anything! by Edureka
• 2,960 points
1,236 views
0 votes
1 answer

How to Compress Map output?

With MR2, now we should set conf.set("mapreduce.map.output.compress", true)  conf.set("mapreduce.output.fileoutputformat.compress", ...READ MORE

Jul 24, 2019 in Big Data Hadoop by Varun
1,233 views