Most voted questions in Edureka Community

0 votes
1 answer

SyntaxError: Missing parentheses in call to "print".

The statement print "hello python" does not work in ...READ MORE

Jul 16, 2019 in Python by Umar
7,763 views
0 votes
1 answer

Python Slicing operation

The difference in the output which you ...READ MORE

Jul 16, 2019 in Python by Kiran
453 views
0 votes
1 answer

Hi There, Selenium Qn: Why do Java jars are shown in Eclipse when i download Eclipse, What is the use of these java jars in Eclipse?

Hey Abha,  JAR files are fundamentally archive files, ...READ MORE

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

How to Unblock SSH and FTP Access to Specific IP in Linux?

Firewalls(most of them) can either Reject or ...READ MORE

Jul 16, 2019 in Linux Administration by Archana
• 5,640 points
14,750 views
0 votes
1 answer

Storage Classes in Kubernetes

A StorageClass provides a way for administrators ...READ MORE

Jul 16, 2019 in Kubernetes by Sirajul
• 59,230 points
431 views
0 votes
1 answer

How to execute combiner and partitioning program without adding package name?

Yes, it is possible to do so ...READ MORE

Jul 16, 2019 in Big Data Hadoop by Raman
756 views
0 votes
1 answer

Output Splitting problem in Hadoop

When you are loading two different files, ...READ MORE

Jul 16, 2019 in Big Data Hadoop by Sayni
885 views
0 votes
1 answer

How to eliminate out outliers in a dataframe?

There are various ways we can replace ...READ MORE

Jul 16, 2019 in Python by Dinesh
1,950 views
0 votes
1 answer

Spark, Scala: Load custom delimited file

You can load a DAT file into ...READ MORE

Jul 16, 2019 in Apache Spark by Shri
9,003 views
0 votes
1 answer

Is it possible to route the traffic from outside the kubernetes cluster directly to the pods?

Yes, it is possible to route traffic ...READ MORE

Jul 16, 2019 in Kubernetes by Sirajul
• 59,230 points
1,240 views
0 votes
1 answer

What data format for large files in R?

Zipping won't help you, as you'll have ...READ MORE

Jul 16, 2019 in Python by SDeb
• 13,300 points
577 views
0 votes
1 answer

Copy file from local to hdfs from the spark job in yarn mode

Please refer to the below code: import org.apache.hadoop.conf.Configuration import ...READ MORE

Jul 16, 2019 in Big Data Hadoop by Raj
10,882 views
0 votes
1 answer

Pyglet Image Rendering

I will assume you have something along ...READ MORE

Jul 16, 2019 in Python by SDeb
• 13,300 points
1,212 views
0 votes
0 answers

Produce infinite number stream?

Is it possible to produce an infinite ...READ MORE

Jul 16, 2019 by Fata
• 1,050 points
103 views
0 votes
1 answer

Generators with plots

Yes, you can. I tried doing it ...READ MORE

Jul 16, 2019 in Python by Wajiha
• 1,950 points
808 views
0 votes
1 answer

How does data gets split in Sqoop?

I will drop the answer in the ...READ MORE

Jul 16, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
8,570 views
0 votes
1 answer

how to store images and videos on to HDFS?

HDFS is capable to accept data in ...READ MORE

Jul 16, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
2,603 views
0 votes
1 answer

copy and create destination directory using bash

mkdir -p "$d" && cp file "$d" try ...READ MORE

Jul 16, 2019 in Linux Administration by Upasana
• 8,620 points
664 views
0 votes
1 answer

How to connect an EC2 linux instance to another Linux instance?

AWS EC2 instances are more like a ...READ MORE

Jul 16, 2019 in AWS by ArchanaNagur
• 2,360 points
31,027 views
0 votes
1 answer

How to connect an EC2 linux instance to another Linux instance?

Hi, If your instances are in the same ...READ MORE

Jul 19, 2020 in AWS by MD
• 95,440 points
702 views
0 votes
0 answers

How to implement Data-Driven framework using Apache POI?

How to implement Data-Driven framework using Apache ...READ MORE

Jul 15, 2019 in Selenium by Deeksha
558 views
0 votes
1 answer

What are the advantages of using Data-driven Test framework?

Hey Huma, some of the advantages of ...READ MORE

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

Which packages are required to be imported to launch Firefox driver?

Hi Ridhima, to launch Firefox driver in ...READ MORE

Jul 16, 2019 in Selenium by Anvi
• 14,150 points
1,221 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,663 views
0 votes
0 answers

How to display content part in seeddms full-text index info?

          I have installed the seeddms in ...READ MORE

Jul 15, 2019 in Linux Administration by nmentityvibes
• 420 points
1,251 views
0 votes
1 answer

What is Comparable in Java?

As the name itself suggests, Comparable is an interface which defines ...READ MORE

Jul 15, 2019 in Java by Neha
• 6,300 points
483 views
0 votes
1 answer

I want to read all the row and search in the web browser.

I am having one web url first ...READ MORE

Jul 15, 2019 in RPA by Sri
945 views
0 votes
1 answer

Hi There, You said Selenium is a Firefox plugin then why does selenium support in other browsers(Chrome, IE, etc)?

Hi, Selenium IDE was initially a Firefox ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
496 views
0 votes
0 answers
0 votes
1 answer

***Edureka Techathon Discussion***

I would like to know for how ...READ MORE

Jul 17, 2019 in Ask us Anything! by Sophie may
• 10,610 points
1,235 views
0 votes
1 answer

Is it possible to print a string and a variable in a single print statement in Python?

This can be done using simple string ...READ MORE

Jul 15, 2019 in Python by Neel
• 3,020 points
621 views
0 votes
0 answers

Picked up JAVA_TOOL_OPTIONS: -Duser.home=C:\Users\45059465,

When i am trying to execute the ...READ MORE

Jul 15, 2019 in Selenium by anonymous
1,446 views
0 votes
0 answers
0 votes
1 answer

How to access specific columns from a csv file?

Instead of using csv module in Python, ...READ MORE

Jul 15, 2019 in Python by Neel
• 3,020 points
11,702 views
0 votes
1 answer

How is Kubernetes related to Docker?

Though we compare Docker Vs Kubernetes, it ...READ MORE

Jul 15, 2019 in Kubernetes by Sirajul
• 59,230 points
875 views
0 votes
1 answer

what is webserver in python?

The Apache HTTP Server has been the most commonly ...READ MORE

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

What are data structures in python?

Data structures in python are basically the ...READ MORE

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

char list from 0 to f

The simplest way would be a list ...READ MORE

Jul 15, 2019 in Python by SDeb
• 13,300 points
379 views
0 votes
1 answer

How to save ggplots?

Hi you can save plots using ggsave() Code ...READ MORE

Jul 15, 2019 in Data Analytics by anonymous
• 33,030 points
755 views
0 votes
1 answer

Undefined Behaviour in Python

Python evaluates expressions from left to right. ...READ MORE

Jul 15, 2019 in Python by SDeb
• 13,300 points
858 views
0 votes
0 answers

Apply functions in R

What are apply functions and what are ...READ MORE

Jul 15, 2019 in Data Analytics by payal
390 views
0 votes
1 answer

How to edit the labels and limit if a plot using ggplot? - R

Add a limit to axis ticks using ...READ MORE

Nov 3, 2019 in Data Analytics by anonymous
• 33,030 points
524 views
0 votes
1 answer

How to merge or join 2 dataframes in r?

Hi, When you merge two Dataframes, the result ...READ MORE

Oct 30, 2020 in Data Analytics by MD
• 95,440 points
511 views
0 votes
1 answer

How to filter only those rows with a condition in R?

Write R code as below temp = data ...READ MORE

Jul 15, 2019 in Data Analytics by anonymous
• 33,030 points
619 views
0 votes
1 answer

What are the features of HTMLUnitDriver?

Hi Samay, some of the features of ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
507 views
0 votes
1 answer

How does a load balancer service work?

Cloud Provider normally sets up LoadBalancer as ...READ MORE

Jul 15, 2019 in Kubernetes by Sirajul
• 59,230 points
398 views
0 votes
1 answer

How can I download Microsoft WebDriver/Edge Driver to use with Selenium?

Hi William, to download Microsoft Webdriver or ...READ MORE

Jul 15, 2019 in Selenium by Abha
• 28,140 points
39,729 views
0 votes
1 answer

Dataset data type incorrect - R

You can assign datatypes for the field ...READ MORE

Jul 15, 2019 in Data Analytics by anonymous
1,261 views
0 votes
1 answer

How to launch Edge browser with Selenium Webdriver?

Hey Tamanna, you can use following lines ...READ MORE

Jul 15, 2019 in Selenium by Anvi
• 14,150 points
12,601 views
0 votes
1 answer

Export the plot to a pdf or png - R

You need to close the device to ...READ MORE

Jul 15, 2019 in Data Analytics by anonymous
2,531 views