Most answered questions in Edureka Community

0 votes
1 answer

Unable to send keys value inside my password field

Hey thanks for the input.. I found the ...READ MORE

Dec 19, 2018 in Selenium by Santhosh
10,843 views
+4 votes
1 answer

How does Siri work? What technologies are used?

Siri basically works with two main technologies ...READ MORE

Dec 18, 2018 in Events & Trending Topics by Charlie
6,387 views
0 votes
1 answer

Sqoop data transfer with SSL or SFtp

Sqoop supports SSL/TLS data transfer with the ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,371 views
0 votes
1 answer

How to securely transfer data from rdms to hdfs using sqoop?

Sqoop stores metadata in a repository and ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,174 views
0 votes
1 answer

Executing mapper and reducer individually

This is what happens: Map reduce framework will ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
544 views
+1 vote
1 answer

How to click on Login button on facebook?

As you said, you can use the ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
2,924 views
0 votes
1 answer

How to enter password in the password textbox using ID locator in facebook?

Here as you can see that the ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
1,518 views
0 votes
1 answer

Hadoop Data node acknowledgement

Let's understand full write mechanism so that ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
631 views
0 votes
1 answer

How to get the enter username using ID locator in Facebook?

To use the ID locator to test ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
2,482 views
0 votes
1 answer

Singleton having finalizer without IDisposable

You wouldn't even need a finalizer if ...READ MORE

Dec 18, 2018 in Others by nirvana
• 3,130 points
1,035 views
+3 votes
1 answer

Automate the login process of facebook login.

Hey @user, you can simply use findelements ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
14,562 views
+1 vote
1 answer

Unable to load data in Hbase table from dataset

Try these steps (make necessary changes): First upload ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,876 views
+1 vote
1 answer

How to print data without brackets using PIG Dump?

Please refer to the below commands: student = ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
2,018 views
+3 votes
1 answer

How to use wait in selenium java?

There are different types of wait you ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
548 views
+4 votes
1 answer

Getting error while accessing the password field in gmail.

Hello @User, this was the error I ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
891 views
+4 votes
1 answer

How can ID used as a locator to enter an email-id in gmail?

You can use the id field of ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
1,344 views
+1 vote
1 answer

What is locators used for in selenium?

Locator are used to find and match ...READ MORE

Dec 18, 2018 in Selenium by Nabarupa
579 views
0 votes
1 answer

Can a fresher apply for the job of Software Development Engineer-AWS?

Its is senior level post and most ...READ MORE

Dec 18, 2018 in Career Counselling by Nilam
540 views
0 votes
1 answer

What are the certifications necessary for a Software Development Engineer-AWS job?

Here are the list of certifications you ...READ MORE

Dec 18, 2018 in Career Counselling by Nilam
498 views
0 votes
1 answer

What is the salary offered to a Software Development Engineer-AWS?

Salary offered to a Software Development Engineer-AWS ...READ MORE

Dec 18, 2018 in Career Counselling by Nilam
492 views
0 votes
1 answer

What are the skill required to be a Software Development Engineer-AWS?

In amazon they have an opening like ...READ MORE

Dec 18, 2018 in Career Counselling by Nilam
440 views
0 votes
1 answer

What is the job role of a Software Development Manager-AWS?

In Amazon they had this opening and ...READ MORE

Dec 18, 2018 in Career Counselling by Nilam
872 views
0 votes
1 answer

How does Research and Development Engineer's salary look like?

Mechanical engineers earned $85,880 median annual income, ...READ MORE

Dec 18, 2018 in Career Counselling by Charlie
884 views
+1 vote
1 answer

What is the education and training required to become a research and development engineer?

R&D engineers have varying educational backgrounds, as ...READ MORE

Dec 18, 2018 in Career Counselling by Charlie
2,049 views
0 votes
1 answer

Amazon RDS or Amazon EC2 Relational Database AMIs?

There are a lot of alternatives of ...READ MORE

Dec 18, 2018 in AWS by Archana
• 5,640 points
1,540 views
0 votes
1 answer

How to safeguard instances running on VPC?

AWS offers security at protocol and port ...READ MORE

Dec 18, 2018 in AWS by Archana
• 5,640 points
805 views
0 votes
1 answer

Under what conditions is a JSESSIONID created?

JSESSIONID cookie is created/sent when session is ...READ MORE

Dec 18, 2018 in Java by Daisy
• 8,120 points
3,645 views
0 votes
1 answer

What is @ModelAttribute in Spring MVC?

@ModelAttribute refers to a property of the ...READ MORE

Dec 18, 2018 in Java by Daisy
• 8,120 points
3,166 views
+1 vote
1 answer

R programming error

Alright, you can either use gsub to match the ...READ MORE

Dec 18, 2018 in Data Analytics by Tyrion anex
• 8,700 points
455 views
+1 vote
1 answer

How to sendkeysElement using R?

You have silly typo errors in your ...READ MORE

Dec 18, 2018 in Data Analytics by Tyrion anex
• 8,700 points
1,439 views
0 votes
1 answer

Difference between Mainframe and Non-Mainframe Applications

The difference between Mainframe and Non-mainframe applications ...READ MORE

Dec 18, 2018 in RPA by Sahiti
• 6,370 points
3,044 views
0 votes
1 answer

What is the difference between staticmethod and classmethod?

A staticmethod is a method that knows nothing about ...READ MORE

Dec 18, 2018 in Python by abc
658 views
0 votes
1 answer

sys.argv[1] what is the meaning of it?

sys.argv[1] contains the first command line argument passed to your script. For ...READ MORE

Dec 18, 2018 in Python by abc
10,146 views
0 votes
1 answer

Empty a list in python.

You could use the clear() method of list which is parallel ...READ MORE

Dec 18, 2018 in Python by Shuvodip
487 views
0 votes
1 answer

What does calling a function means in Python?

Calling a function means that you are ...READ MORE

Dec 18, 2018 in Python by Shuvodip
802 views
0 votes
1 answer

How to handle AssertionError in Python and find out which line or statement it occurred on?

Use the traceback module: import sys import traceback try: ...READ MORE

Dec 18, 2018 in Python by charlie_brown
• 7,720 points
5,365 views
0 votes
1 answer

How to calculate cosine similarity between two lists using Pythong?

You should try SciPy. It has a bunch ...READ MORE

Dec 18, 2018 in Python by charlie_brown
• 7,720 points
8,691 views
0 votes
1 answer

How can I change the data type to string in Python?

You can use str(variablename) This is called conversion ...READ MORE

Dec 18, 2018 in Python by Shuvodip
711 views
0 votes
1 answer

Error saying "Failed to resolve host name updates.jenkins.io. Perhaps you need to configure HTTP proxy?"

I had the same error. I was connected ...READ MORE

Dec 18, 2018 in Jenkins by Arohi
6,931 views
0 votes
1 answer

How to change file format using Sqoop?

For change in the file format, you ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,719 views
0 votes
1 answer

R programming: Unexpected symbol error

Format your code this way: myfunction <- function() ...READ MORE

Dec 17, 2018 in Data Analytics by Sophie may
• 10,610 points
2,856 views
+2 votes
1 answer

I have installed cobertura plugin but my build is not succesful.

Please let us know the Goal you ...READ MORE

Dec 18, 2018 in Jenkins by Arohi
757 views
0 votes
1 answer

How to create a Hive table from sequence file stored in HDFS?

There are two SerDe for SequenceFile as ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
4,543 views
+1 vote
1 answer

R Programming: matrices

Try this, It will test if a matrix ...READ MORE

Dec 17, 2018 in Data Analytics by Sophie may
• 10,610 points
442 views
0 votes
1 answer

How to create a Hive table with a sequence file?

In Hive we can create a sequence ...READ MORE

Dec 17, 2018 in Big Data Hadoop by Omkar
• 69,210 points
3,312 views
0 votes
1 answer

Command to partition table in Hive

Yes, You need to mention the below ...READ MORE

Dec 17, 2018 in Big Data Hadoop by Omkar
• 69,210 points
737 views
+1 vote
1 answer

issue while deploying a war file through jenkins in docker container

Please make sure while deploying to the ...READ MORE

Dec 17, 2018 in Jenkins by Arohi
4,038 views
+1 vote
1 answer

What is the process to perform an incremental data load in Sqoop?

The process to perform incremental data load ...READ MORE

Dec 17, 2018 in Big Data Hadoop by Frankie
• 9,830 points
5,051 views
0 votes
1 answer

Sqoop import gives error: org.apache.hadoop.security.AccessControlException: Permission denied

Seems like you are not passing the ...READ MORE

Dec 17, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,787 views
0 votes
1 answer

Error saying "localhost:3001error" When trying to run a build - Jenkins

There are two possible issues with this ...READ MORE

Dec 19, 2018 in Jenkins by Kalgi
• 52,360 points
1,089 views