Most viewed questions in Edureka Community

+1 vote
1 answer

what is the pre-requisite AWS Certified Solutions Architect

Hi, According to AWS, you need to know ...READ MORE

Jul 20, 2020 in AWS by MD
• 95,440 points
914 views
0 votes
1 answer

AWS IoT SDK - main L#206 Error subscribing : -28 (C code)

As I did not find out a ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
914 views
0 votes
1 answer

How to order bars in a bar graph using ggplot2?

The key to ordering is to set ...READ MORE

Jun 1, 2018 in Data Analytics by DataKing99
• 8,240 points
914 views
0 votes
1 answer

How do I use hyperledger fabric blockchain to build my own application?

To use fabric I would recommend you ...READ MORE

May 17, 2018 in Blockchain by Johnathon
• 9,090 points
914 views
0 votes
1 answer

How to calculate profit when cost and revenue are in same column?

You can create the following calculated fields: Profit: SUM(IIF([account_category] ...READ MORE

Apr 10, 2018 in Tableau by ffdfd
• 5,550 points
914 views
0 votes
1 answer

Not able to use “explicit wait” in my code

To wait until the entire data has ...READ MORE

Mar 28, 2018 in Selenium by nsv999
• 5,500 points
914 views
0 votes
1 answer

Download File Using JavaScript/jQuery

<!DOCTYPE html> <html> <head> <title> Download File Using JavaScript/jQuery </title> </head> <body> <h1> Download File Using JavaScript/jQuery </h1> <a id="link" ...READ MORE

Jun 10, 2022 in JQuery by rajatha
• 7,640 points
913 views
0 votes
1 answer

What is "XX" in CXX in a cmake CMakeLists.txt file ?

Due to the macro identifiers limitations which ...READ MORE

Feb 8, 2022 in Web Development by Rahul
• 9,670 points
913 views
0 votes
1 answer

How to create a group in Hadoop?

Hi@akhtar, Generally, to create a group in the ...READ MORE

Oct 1, 2020 in Big Data Hadoop by MD
• 95,440 points
913 views
0 votes
0 answers

hello world, somebody can help me to correct this error

for label, value in s.iteritems():     s.set_value(label, ...READ MORE

Jun 6, 2020 in Python by WELL
• 140 points
913 views
0 votes
1 answer

What is memoryview in Python 3?

Before we get into what memory views ...READ MORE

Jul 26, 2019 in Python by Arvind
• 3,040 points
913 views
0 votes
1 answer

How do I compute the cross spectral density of two signals?

Hey @Akash, if your just looking for ...READ MORE

May 27, 2019 in Python by Kavya
913 views
0 votes
2 answers

What are the responsibilities in R&D based Job?

Hey, There are some of the job roles ...READ MORE

Jun 19, 2019 in Career Counselling by Gitika
• 65,910 points
913 views
0 votes
1 answer

How can I run a blacklisted task?

When a task results in too many ...READ MORE

Mar 12, 2019 in Apache Spark by Raj
913 views
0 votes
1 answer

Hadoop installation on Ubuntu.

I have the perfect solution for you, ...READ MORE

Mar 8, 2019 in Big Data Hadoop by nitinrawat895
• 11,380 points
913 views
0 votes
1 answer

Creating a Parquet or Avro file

In hadoop, we do not create different ...READ MORE

Jan 22, 2019 in Big Data Hadoop by Omkar
• 69,210 points
913 views
0 votes
1 answer

Not able to execute fabcar demo in Hyperledger

This can be solved by deleting directory ...READ MORE

Jul 24, 2018 in Blockchain by charlie_brown
• 7,720 points
913 views
0 votes
1 answer

How to get started with Hadoop?

Well, hadoop is actually a framework that ...READ MORE

Mar 21, 2018 in Big Data Hadoop by coldcode
• 2,080 points
913 views
0 votes
0 answers

Random word generator in Python

I'm essentially working on a project where ...READ MORE

Nov 17, 2022 in Python by Samuel
• 460 points
912 views
0 votes
1 answer

Writing python code on android

Download Pydroid 3 – IDE for Python ...READ MORE

Nov 4, 2022 in Others by gaurav
• 23,260 points
912 views
0 votes
1 answer

Has Windows an integrated built-in C/C++ compiler package?

Microsoft does not offer a compiler or ...READ MORE

Jun 14, 2022 in C++ by Damon
• 4,960 points
912 views
0 votes
1 answer

Logging DML operations in ASP.NET MVC project

There are several options. You might register an ...READ MORE

Jun 14, 2022 in C# by jyoti
• 1,240 points
912 views
0 votes
1 answer

Crypto algorithm list

The learning here is that cyphers and ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
912 views
0 votes
1 answer

Exception Visual Basic .NET Clipboard Text to Excel Via Interop/Worksheet.Paste()

So, here's what I did to address ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
912 views
0 votes
0 answers

Multiple YAML build pipelines in Azure DevOps

Using the new YAML way I want ...READ MORE

Mar 15, 2022 in DevOps Tools by Kichu
• 19,050 points
912 views
0 votes
1 answer

Calculating arithmetic mean (one type of average) in Python

There are ways to calculate mean in ...READ MORE

Feb 21, 2022 in Python by Dev
• 6,000 points
912 views
0 votes
0 answers

Getting different texts from the HTML DOM through Selenium and Python or vb.net

Apologies in advance had to hide info ...READ MORE

May 4, 2020 in Selenium by Rock
• 120 points
912 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
912 views
0 votes
1 answer

Why should I use Kubernetes?

With the advent of microservice architecture, users ...READ MORE

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

How to sort the data in sql ?

Hi Akash,  If you want to sort ...READ MORE

May 29, 2019 in Database by sampriti
• 1,120 points
912 views
0 votes
1 answer

Issues using sqoop command while listing database

Please use the following command. sqoop list-databases --connect ...READ MORE

May 23, 2019 in Big Data Hadoop by Raj
912 views
0 votes
1 answer

How to get travis to fail if tests do not have enough coverage for python?

if you add the --fail-under switch to ...READ MORE

May 10, 2019 in Python by SDeb
• 13,300 points
912 views
0 votes
1 answer

How to change default Spark dashboard port?

You can change it dynamically while using ...READ MORE

Mar 6, 2019 in Apache Spark by Rohit
912 views
+1 vote
1 answer

Unable to convert variable to GMP when initializing Bitpay client class (Laravel)

Bitpay automatically uses the encrypted file store, ...READ MORE

Sep 10, 2018 in Blockchain by slayer
• 29,350 points
912 views
0 votes
1 answer

AWS: How can you connect to an EC2 Linux instance using Putty?

1. Select your instance in the EC2 ...READ MORE

Aug 6, 2018 in Cloud Computing by Meci Matt
• 9,460 points
912 views
0 votes
1 answer

Understanding GCP IAM between multiple projects

Roles set on one project cannot be ...READ MORE

Nov 7, 2022 in GCP by Tejashwini
• 3,820 points
911 views
0 votes
1 answer

What is the difference between linear regression and logistic regression?

Hi Dev, to answer your question Linear Regression ...READ MORE

Feb 2, 2022 in Machine Learning by Nandini
• 5,480 points
911 views
0 votes
1 answer

How to save classifier to disk in scikit-learn?

Hi@akhtar, Classifiers are just objects that can be ...READ MORE

Jul 14, 2020 in Machine Learning by MD
• 95,440 points
911 views
0 votes
1 answer

What are the features of Python 3?

Python 3 offers rich functionality making it ...READ MORE

May 28, 2019 in Python by Harsh
• 260 points
911 views
0 votes
1 answer

What was the company's motive behind Amazon's latest gadget, a self-driving toy car?

Amazon.com Inc's cloud unit announced a $399 ...READ MORE

Nov 30, 2018 in Events & Trending Topics by Kailash
911 views
0 votes
5 answers

What are the roles of a Big Data Engineer?

Adding to the above answers, a Data ...READ MORE

Jan 22, 2019 in Career Counselling by Kiran
911 views
+2 votes
1 answer

What is the difference between a container and an image in Docker?

 Below is reference which you can follow to know ...READ MORE

Sep 20, 2018 in DevOps & Agile by shubham
• 7,340 points
911 views
0 votes
0 answers

How to check if an array value exists?

How can I check if $something['say'] has the value ...READ MORE

Aug 1, 2022 in PHP by Kithuzzz
• 38,010 points
910 views
0 votes
0 answers

How to get the Australian Time Zone using Javascript?

I am trying to help a friend ...READ MORE

Jul 19, 2022 in Web Development by gaurav
• 23,260 points
910 views
0 votes
1 answer

How to create a simple map using JavaScript/JQuery

var map = new Object(); // or ...READ MORE

Jun 27, 2022 in Web Development by rajatha
• 7,640 points
910 views
0 votes
1 answer

Creating controller through cmd promt in Laravel?

Hey , This is simple, you just need ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
910 views
0 votes
1 answer

What is azure container service?

The Azure Container Service (ACS) is a ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
910 views
+1 vote
1 answer

how to print this statement in java print(' '*(r-x-1)+'*'*(2*x+1)) ( logic used in python .its perfect) but java wrong output came

In ' '*(r-x-1) and '*'*(2*x+1), you used multiplication ...READ MORE

Dec 22, 2019 in Java by Utsab Bandyopadhyay
910 views
0 votes
1 answer

Mapreduce: What is the use of setting the name of the job?

Job job = new Job(conf,"job_name"), is just ...READ MORE

Jul 22, 2019 in Big Data Hadoop by Madhu
910 views
0 votes
2 answers

How do you read from a file using file handling in python?

for write, read,append data in file check ...READ MORE

Jun 21, 2020 in Python by sahil
• 580 points
910 views