Latest questions in Edureka Community

0 votes
1 answer

Performing divison on timedelta object in python?

Refer the following piece of code: e1=datetime.timedelta(days=32, seconds=0, ...READ MORE

Aug 13, 2019 in Python by Wajiha
• 1,950 points
2,436 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
347 views
+1 vote
2 answers

Getting captcha for gmail login using selenium webdriver

I tried using Tesseract OCR (Optical Character ...READ MORE

Apr 11, 2020 in Selenium by Rajesh
3,196 views
+1 vote
0 answers

Not able to access the nginx container from IE or Chrome but from host service I can do curl http://localhost:port number

Not able to access the nginx container ...READ MORE

Aug 13, 2019 in Docker by anonymous
1,760 views
+2 votes
1 answer

getting error "Error response from daemon: OCI runtime create failed"

FROM: ubuntu:latest MAINTAINER rajendrachowdary40@gmail.com RUN apt-get update RUN apt-get install ...READ MORE

Aug 17, 2019 in Docker by Rajendra
• 510 points
5,978 views
+1 vote
0 answers

Question in creating relationship

I am creating a table where I ...READ MORE

Aug 12, 2019 in Power BI by anonymous
• 230 points
684 views
+3 votes
2 answers

I want the calculate the Completed percentage in the below data

Hi Sanjana, Try creating a calculated field as ...READ MORE

Aug 13, 2019 in Tableau by Cherukuri
• 33,030 points

reshown Aug 13, 2019 by Cherukuri 637 views
+1 vote
2 answers

How to automate image upload from my computer to site using python-selenium?

Hey, this code worked for me: image_path=os.path.abspath('.\\folder1\\subfolder2\file1.jpg') driver.find_element_by_id("Id of ...READ MORE

Aug 19, 2019 in Python by Rishi
5,718 views
0 votes
1 answer

aws_CDN_for_single_EC2

Hey @Ram, using CDN would be the ...READ MORE

Aug 13, 2019 in AWS by Kalgi
• 52,360 points
1,107 views
+2 votes
2 answers

what is the key difference between Declarative pipeline and scripted pipeliine

The key difference between Declarative pipeline and Scripted pipeline ...READ MORE

Aug 13, 2019 in Jenkins by Sirajul
• 59,230 points
122,018 views
+2 votes
0 answers

how to take a loop from SAP Application?

Hello, I stuck in one scenario that is ...READ MORE

Aug 12, 2019 in RPA by anonymous
• 140 points
389 views
+1 vote
1 answer

Selecting based on filters

Hi,  If you have more than one table ...READ MORE

Aug 12, 2019 in Power BI by anonymous
• 33,030 points
665 views
+1 vote
1 answer

Group by in PowerBi

Hi, One way is to create a ...READ MORE

Aug 12, 2019 in Power BI by anonymous
• 33,030 points
530 views
+1 vote
2 answers

Are there any openings for freshers(from EEE ) after doing AWS Training in next 3 months?

Yes, there are lots of online job ...READ MORE

Jan 10, 2020 in Career Counselling by Palak Jain
790 views
+2 votes
1 answer

How to extract data from website and save it to excel using Blue Prism?

Hey, you can use following steps to ...READ MORE

Aug 19, 2019 in RPA by Abha
• 28,140 points
6,348 views
+2 votes
1 answer

Import zip files and process the excel files ( inside the zip files ) by using pyspark connecting with pymongo

I found this sample code: import zipfile import io def ...READ MORE

Aug 19, 2019 in Python by Reshma
2,141 views
+1 vote
1 answer

How download artifactory(.tar.gz file) from jfrog artifactory using ansible playbook in linux servers?

Hey @Anil, download the artifactory(.tar.gz) file and ...READ MORE

Aug 13, 2019 in Ansible by Kamal
8,388 views
+2 votes
1 answer

List all running resources like ec2, rds, security_group, keypairs, etc in one go across one region

Hey, you can use the tag editor ...READ MORE

Aug 13, 2019 in AWS by Kalgi
• 52,360 points
507 views
+1 vote
0 answers

Output of dump command has empty records

this is my input file output_pig_group_education_comma/input_load.txt and its ...READ MORE

Aug 10, 2019 in Big Data Hadoop by Manju Bhargavi
937 views
+2 votes
1 answer

what is naming convention in uipath..? why and where we use naming convention..?

Hey, it is recommend to write variable names in Camel ...READ MORE

Aug 13, 2019 in RPA by Abha
• 28,140 points
1,560 views
0 votes
1 answer

What is the best IDE for python to work in linux?

Pycharm ranks the best python ide to ...READ MORE

Aug 19, 2019 in Python by Mohammad
• 3,230 points
435 views
0 votes
1 answer

How to install bottle in python?

You can install bottle on python using ...READ MORE

Aug 19, 2019 in Python by Mohammad
• 3,230 points
688 views
0 votes
1 answer

How can I change my string into date directly?

Hi Priya, You check this code, import java.util.Date; import java.text.DateFormat; import ...READ MORE

Aug 10, 2019 in Java by sampriti
• 1,120 points
440 views
0 votes
1 answer

How to add items in list at a time?

Hi Priyanka , I think this code snippet ...READ MORE

Aug 9, 2019 in Java by sampriti
• 1,120 points
2,173 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
546 views
0 votes
1 answer

Sqoop - moving data from DB2 to HDFS ( hive partition table)

sqoop import --driver com.ibm.db2.jcc.DB2Driver --connect jdbc:db2://db2.my.com:50000/databaseName --username ...READ MORE

Aug 9, 2019 in Big Data Hadoop by Payal
4,294 views
0 votes
2 answers

Python error "ImportError: No module named 'tkinter'"

sudo apt-get install python3-tk Then, >> import tkinter # ...READ MORE

Nov 9, 2019 in Python by Icetutor
• 160 points
24,312 views
0 votes
1 answer

Python error "ImportError: No module named _tkinter, please install the python-tk package"

Use the following command to install tkinter ...READ MORE

Aug 9, 2019 in Python by Chandan
9,042 views
0 votes
1 answer

Exception in thread "main" java.lang.NoClassDefFoundError

As far I can make out from ...READ MORE

Aug 9, 2019 in Big Data Hadoop by Arpit
2,057 views
+1 vote
2 answers

Spark: Can we add column to dataframe?

Yes we can add columns to the ...READ MORE

Oct 24, 2019 in Apache Spark by Siva
• 160 points
4,453 views
0 votes
1 answer

Unable to find Java and eclipse installation on my webconsole.

You can either install java and eclipse ...READ MORE

Aug 9, 2019 in Big Data Hadoop by Isha
510 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
589 views
0 votes
1 answer
0 votes
1 answer

Load data into teradata using sqoop export

The general syntax to do this as ...READ MORE

Aug 9, 2019 in Big Data Hadoop by Kunal
3,755 views
0 votes
1 answer

Monitoring Spark application

Spark-submit jobs are also run from client/edge ...READ MORE

Aug 9, 2019 in Apache Spark by Umesh
837 views
0 votes
1 answer
0 votes
1 answer

Puppet: How many slave nodes can i configure with a single puppet master?

Open source Puppet doesn't have any kind ...READ MORE

Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
827 views
0 votes
0 answers
0 votes
1 answer

Puppet: dependency error while installing mysql on puppet server.

Try adding -f and --allow-unauthenticated options for apt-get to resolve the dependencies ...READ MORE

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

Linux tar: gzip: stdin: unexpected end of file

The error you're getting may be because ...READ MORE

Aug 9, 2019 in Linux Administration by Kunal
53,652 views
0 votes
1 answer

Can't start jenkins with puppet

You could probably try this: Either you should ...READ MORE

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

How to manipulate strings in Python?

This can be done is a very ...READ MORE

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

How to terminate a python script?

This can be done by importing the ...READ MORE

Aug 9, 2019 in Python by Arvind
• 3,040 points
22,625 views
+3 votes
1 answer

How to automate menu box / pop up of right click in python selenium.

You can use keys to do this. ...READ MORE

Aug 9, 2019 in Selenium by Shubham
7,912 views
0 votes
3 answers

error "VT-x is not available (VERR_VMX_NO_VMX)."

Either the VT-x is disabled in the BIOS ...READ MORE

Oct 27, 2020 in Others by Diksha
• 140 points

edited Oct 27, 2020 by Gitika 1,175 views
+1 vote
1 answer

Primary keys in Apache Spark

import sqlContext.implicits._ import org.apache.spark.sql.Row import org.apache.spark.sql.types.{StructType, StructField, LongType} val df ...READ MORE

Aug 9, 2019 in Apache Spark by ravikiran
• 4,620 points
5,703 views
0 votes
1 answer

When do Reduce tasks start in Hadoop?

As much I understand Reduce phase start ...READ MORE

Aug 9, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
515 views
0 votes
1 answer

Puppet: use Puppet templates to configure NTP

Here's an example of configuring NTP using ...READ MORE

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

Puppet : Can i install jenkins on a puppet server using Git?

Installing puppet-jenkins is easy. To install via Git, ...READ MORE

Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
538 views