Most answered questions in Edureka Community

0 votes
1 answer

How do cloud service providers take care of security, what franework do they use

They use shared security model.This is what ...READ MORE

Dec 20, 2018 in Cloud Computing by DragonLord999
• 8,450 points
623 views
0 votes
1 answer

Skills required to become a Mobile Architect

These are the skills required to become ...READ MORE

Dec 20, 2018 in Career Counselling by Eric
1,348 views
+4 votes
1 answer

How to create a lambda fucntion using Python?

Hey @Jino, I will tell you the ...READ MORE

Dec 20, 2018 in AWS by Nabarupa

edited Jun 9, 2020 by MD 788 views
0 votes
1 answer

Unable to create a function in Lambda.

Hey @Jino, the error that you are ...READ MORE

Dec 20, 2018 in AWS by Shuvodip
877 views
0 votes
1 answer

How to find out current region with AWS Lambda?

You can read the AWS_DEFAULT_REGION environment variable and use ...READ MORE

Dec 20, 2018 in AWS by Archana
• 5,640 points
4,134 views
0 votes
1 answer

Polling the queue in Amazon SQS

One way is you could create a ...READ MORE

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

Can freshers apply for the job of AWS Engineer?

This job isn't really for freshers. The ...READ MORE

Dec 20, 2018 in Career Counselling by Rahul
543 views
0 votes
1 answer

What is the salary offered to an AWS Engineer?

The salary of an AWS Engineer ranges ...READ MORE

Dec 20, 2018 in Career Counselling by Rahul
657 views
0 votes
1 answer

Security Administrator Career path

People who get promoted to Security Administrator: Security ...READ MORE

Dec 20, 2018 in Career Counselling by Mukrit
473 views
0 votes
1 answer

Security Administrator Certifications

Security+: CompTIA’s popular base-level security certification CCNA: Cisco ...READ MORE

Dec 20, 2018 in Career Counselling by Cayman
479 views
0 votes
1 answer

Salary: Security Administrator

The average salary of a Security Administrator ...READ MORE

Dec 20, 2018 in Career Counselling by Feeru
455 views
0 votes
1 answer

Where can I find good tutorials for Learning selenium?

Here are few of the Youtube playlist ...READ MORE

Dec 20, 2018 in Selenium by Ranjan
644 views
0 votes
1 answer

How to use click() with any button or any link?

I am taking an example for gmail ...READ MORE

Dec 20, 2018 in Selenium by Shuvodip
824 views
0 votes
1 answer

Http Basic Authentication in Java using HttpClient?

String encoding = Base64Encoder.encode ("test1:test1"); HttpPost httppost = ...READ MORE

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

How to set margins in a LinearLayout programmatically?

LinearLayout ll = new LinearLayout(this); ll.setOrientation(LinearLayout.VERTICAL); LinearLayout.LayoutParams layoutParams = ...READ MORE

Dec 20, 2018 in Java by Daisy
• 8,120 points
11,296 views
0 votes
1 answer

Create a Hive table with a sequence file

Hey! Follow these steps to create a ...READ MORE

Dec 26, 2018 in Apache Kafka by Omkar
• 69,230 points
1,071 views
0 votes
1 answer

How can I search for a video on YouTube?

I will tell you step by step ...READ MORE

Dec 20, 2018 in Selenium by Nabrupa
5,871 views
0 votes
1 answer

Issue while using the vagrant up command

I think the issue is with your ...READ MORE

Dec 20, 2018 in Other DevOps Questions by Alan
3,544 views
0 votes
1 answer

I have a dictonary in python how to access the value field?

dic={"car":["limo","sedan"]} print (dic.keys())    <-----------------------Fetch the key "car" print (dic['car'][0])   <------------------------Fetch ...READ MORE

Dec 20, 2018 in Python by Shuvodip
526 views
0 votes
1 answer

Unable to install Ansible on centOS

Seems like you're stuck at creating ansible ...READ MORE

Dec 20, 2018 in Ansible by Alan
554 views
–1 vote
1 answer

Need help in Installation of Hadoop

To set up Hadoop VM in centOS ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
351 views
0 votes
1 answer

Resources to guide in setting up puppet master on ubuntu and slave on windows

Please refer the below link for setting ...READ MORE

Dec 19, 2018 in Puppet by Alan
543 views
–1 vote
1 answer

Display contents of my Parquet file.

Make sure you are running from the ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
2,728 views
–1 vote
1 answer

Sqoop split-by problem

Hello. The -m or --num-mappers is just a ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
2,187 views
0 votes
1 answer

Why should I use AWS for devOps? Is it a good combo?

You can take a look at this ...READ MORE

Feb 6, 2019 in Cloud Computing by Rishu
484 views
0 votes
1 answer

What Is AWS CodePipeline?

AWS CodePipeline automatically builds, tests and launches ...READ MORE

Dec 20, 2018 in Cloud Computing by DragonLord999
• 8,450 points
691 views
–1 vote
1 answer

Copying jar file into hadoop

hdfs dfs -put input_file_name output_location READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
1,245 views
0 votes
1 answer

How to get the XPath of an element?

To get the xpath of an element ...READ MORE

Dec 19, 2018 in Selenium by Nabarupa
605 views
0 votes
1 answer

Ram requirements for puppet installation

4 GB would be less for proper ...READ MORE

Dec 19, 2018 in Puppet by Alan
543 views
–1 vote
1 answer

Getting error when writing to HDFS. Unable to load native-hadoop library for your platform

Try this: sudo service hadoop-master restart After that try ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
1,251 views
0 votes
1 answer

If there are two joins in hive, how many mapreduce jobs will run?

There are two conditions for no. of ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
6,666 views
0 votes
1 answer

Hadoop MapReduce wordcount "type job is not applicable for the arguments" error

The combiner class is not required in ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
677 views
+1 vote
1 answer

How to use xpath to get a specific text from a website?

The task is to get the text ...READ MORE

Dec 19, 2018 in Selenium by Nabarupa
7,172 views
0 votes
1 answer

Error while installing puppet on ubuntu

Seems like you've done something wrong with ...READ MORE

Dec 19, 2018 in Jenkins by Alan
465 views
0 votes
1 answer

Error saying "unrecognized service:when trying to start jenkins" while starting jenkins

You are running the wrong command, the ...READ MORE

Dec 19, 2018 in Jenkins by Alan
4,461 views
0 votes
1 answer

How to execute wordcount in Hadoop?

Follow these steps: Step 1:  Import all these hadoop ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
986 views
0 votes
1 answer

What is row-level security in Amazon QuickSight?

Row-level security is a feature introduced in ...READ MORE

Dec 19, 2018 in AWS by Archana
• 5,640 points
1,577 views
+1 vote
1 answer

What tools can be used to spin-up servers on AWS?

Yes. There are a lot of tools ...READ MORE

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

Apache Spark vs MapReduce

Both Spark and Hadoop MapReduce are used ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
564 views
0 votes
1 answer

What is the difference between MapReduce and YARN in Hadoop?

MapReduce: MapReduce is an algorithm used to store ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Omkar
• 69,230 points
5,114 views
+1 vote
1 answer

How can I automate the process of login to Edureka's community website?

It is similar to automating the process ...READ MORE

Dec 19, 2018 in Selenium by Tarun
1,860 views
+2 votes
1 answer

What are the certification requrired for an AWS Developer?

To begin with one can go for ...READ MORE

Dec 19, 2018 in Career Counselling by Tanuja
569 views
+2 votes
1 answer

What is the salary offered to an AWS Developer?

Salary offered to freshers ranges between 7L ...READ MORE

Dec 19, 2018 in Career Counselling by Tanuja
564 views
+2 votes
1 answer

Can fresher apply for the post of AWS Developer?

Yes, freshers having the certification/ knowledge on ...READ MORE

Dec 19, 2018 in Career Counselling by Tanuja
554 views
+2 votes
1 answer

What is the job role of an AWS Developer?

The job role for an AWS Developer ...READ MORE

Dec 19, 2018 in Career Counselling by Tanuja
4,338 views
+2 votes
1 answer

Is Android Development a promising career?

In 2014 google came up with a ...READ MORE

Dec 19, 2018 in Career Counselling by Alan
713 views
+1 vote
1 answer

What are different job roles available under Android development?

Main job roles available under Android development: Mobile ...READ MORE

Dec 19, 2018 in Career Counselling by Alan
664 views
+1 vote
1 answer

Security Architect Certifications

CISSP: Certified Information Systems Security Professional CISSP-ISSAP: Information ...READ MORE

Dec 19, 2018 in Career Counselling by Jata
445 views
+1 vote
1 answer

Security Architect Salary

The average salary for a Security Architect ...READ MORE

Dec 19, 2018 in Career Counselling by Srujan

edited Jun 28, 2023 by Srinath 378 views
+1 vote
1 answer

Do Cloudera’s Products Work With My Existing Data Management Infrastructure?

The Cloudera Connect Partner Program, more than ...READ MORE

Dec 19, 2018 in Big Data Hadoop by Frankie
• 9,830 points
530 views