Most viewed questions in Edureka Community

0 votes
0 answers

jQuery exclude elements with certain class in selector

I want to setup a click event ...READ MORE

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

How to create a grant in AWS KMS?

Hi@akhtar, You can add a grant to a customer ...READ MORE

Nov 19, 2020 in AWS by MD
• 95,440 points
978 views
0 votes
1 answer

How to prevent my site page to be loaded via 3rd party site frame of iFrame?

Hello @kartik, You cannot check it from the ...READ MORE

Oct 19, 2020 in PHP by Niroj
• 82,880 points
978 views
0 votes
1 answer

openstack-nova-metadata-api dead but pid file exists.

Hi@akhtar, Surprisingly, the service ‘openstack-nova-metadata-api‘ was already running. ...READ MORE

Mar 27, 2020 in OpenStack by MD
• 95,440 points
978 views
0 votes
1 answer

Increase cores for yarn in Spark application

By default, only one core is used for ...READ MORE

Mar 26, 2019 in Apache Spark by Bhuvan
978 views
0 votes
2 answers

what is a class method in python?

Class Method  class method is the method which is ...READ MORE

Apr 8, 2019 in Python by MrBoot
• 1,190 points
978 views
0 votes
1 answer

Generate 10 fibonacci numbers.

The placement of logic is wrong that ...READ MORE

Nov 21, 2018 in Java by Nabarupa
978 views
0 votes
1 answer

How to kill a thread in Java?

You can use a shared variable as ...READ MORE

Jun 6, 2018 in Java by Akrati
• 3,190 points
978 views
0 votes
1 answer

Error populating email body from word documents

There is no need to use late ...READ MORE

Jan 15, 2023 in Others by narikkadan
• 63,420 points
977 views
0 votes
1 answer

Is it possible to combine two private DNS zones into one policy definition

You can configure your DNS settings for ...READ MORE

Mar 25, 2022 in Azure by Edureka
• 12,690 points
977 views
0 votes
1 answer

How to import other Python files?

Just import file without the '.py' extension. You can mark ...READ MORE

Nov 26, 2020 in Python by Gitika
• 65,910 points
977 views
0 votes
1 answer

error: 403 forbidden error Missing credentials

Hi@MD, To resolve this issue, use one of ...READ MORE

Mar 23, 2020 in OpenStack by akhtar
• 38,230 points
977 views
+1 vote
0 answers

Sum the values of column matching and not matching from a .txt file and write output to a two different files using Python

Name                                                    value DR_CNDAOFSZAPZP_GPFS_VOL.0 139264 DR_CNDAOFSZAPZP_GPFS_VOL.1 15657 DR_CNDAOFSZAPZP_GPFS_VOL.0 139264 DR_CNDAOFSZAPZP_GPFS_VOL.1 156579 DR_CNDAOFSZAPZP_GPFS_VOL.2 156579 DR_CNDAOFSZAPZP_GPFS_VOL.3 ...READ MORE

Nov 20, 2019 in Python by Sagar
• 130 points
977 views
0 votes
1 answer

EC2 instance unable to connect to internet - aws

The security group attached to the instance’s ...READ MORE

Oct 9, 2019 in AWS by Neel
977 views
0 votes
1 answer

What is Apache ANT and what are its features?

Hello Deshdeepak, Ant is a Java-based Open-Source build tool ...READ MORE

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

Is there a possibility to run Apache Spark without Hadoop?

Spark and Hadoop both are the open-source ...READ MORE

Jun 6, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
977 views
0 votes
1 answer

IPFS transaction cost as a decentralized service

IPFS itself does not have transaction cost, ...READ MORE

Aug 3, 2018 in Blockchain by Perry
• 17,100 points
977 views
0 votes
1 answer

Efficient online linear regression algorithm in python

To calculate 10k rows, and also to speed ...READ MORE

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
976 views
0 votes
1 answer

What is alpha in ridge regression?

‘L2 regularization‘ or Ridge Regularization  adds penalty ...READ MORE

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

Is predicting number of sales a Regression or Classification problem?

The output will be discrete but the ...READ MORE

Feb 25, 2022 in Machine Learning by Dev
• 6,000 points
976 views
0 votes
2 answers

emulator: emulator: error: x86 emulation currently requires hardware acceleration!

To answer your question, there are a ...READ MORE

Feb 9, 2022 in Others by Soham
• 9,700 points
976 views
0 votes
1 answer

How to find all files containing specific text on Linux?

Hi@akhtar, Linux systems have one interesting command name grep. ...READ MORE

Sep 22, 2020 in Linux Administration by MD
• 95,440 points
976 views
0 votes
1 answer

Accessing the IP address list in contiki

Try something like this. #include "uip-ds6-nbr.h" #include "nbr-table.h" uip_ds6_nbr_t *nbr ...READ MORE

Jul 26, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
976 views
0 votes
1 answer

Monitor SMTP services on a host system using Nagios

The check_smtp plugin can be used for monitoring your ...READ MORE

Mar 1, 2019 in Nagios by Kavya
976 views
+2 votes
4 answers

Opting for Masters

Since you have acquired some work experience ...READ MORE

Oct 14, 2019 in Career Counselling by Saurabh
• 160 points
976 views
0 votes
1 answer

Getting Bitcoin address from pubkey_hash

The unexpected result is due to encoding. For ...READ MORE

Aug 22, 2018 in Blockchain by digger
• 26,740 points
976 views
0 votes
2 answers

How to create a 2-D array in java?

int[][] multi = new int[5][]; multi[0] = new ...READ MORE

Jul 16, 2018 in Java by Daisy
• 8,120 points
976 views
0 votes
1 answer

Can't able fetch data form json using class in flutter(dart)

To fix the issue of null temperature ...READ MORE

Mar 18, 2023 in Android by vinayak
975 views
0 votes
0 answers

Creating a workitem in Azure DevOps via python

I want to create a new work ...READ MORE

Apr 19, 2022 in Other DevOps Questions by Kichu
• 19,050 points
975 views
0 votes
1 answer

How to directly initialize a HashMap?

Hello @Kartik, In plain java 8 you also ...READ MORE

Jul 28, 2020 in Java by Niroj
• 82,880 points
975 views
0 votes
1 answer

Features of Hive?

Hey, The features of Hive are as follows: It ...READ MORE

May 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
975 views
0 votes
1 answer

Transpose list of lists

You can try the following and see ...READ MORE

Mar 2, 2019 in Python by SDeb
• 13,300 points
975 views
0 votes
1 answer

USing Java App to create Windows Service

Apache Commons Daemon is a good alternative. It ...READ MORE

Feb 1, 2019 in Java by developer_1
• 3,320 points
975 views
0 votes
2 answers

Ethics to maintain and follow to get promotion

Be on time for your job (duties). Complete ...READ MORE

Apr 3, 2019 in Career Counselling by Anitha
975 views
0 votes
1 answer

Windows 10 IoT Raspberry Pi 2: DHT22/AM2302

DHT22 requires very precise timing. Although Raspberry ...READ MORE

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

Trying to understand nbits value from stratum protocol

You are right, nbits is current network difficulty. Difficulty encoding ...READ MORE

Sep 3, 2018 in Blockchain by Perry
• 17,100 points
975 views
0 votes
1 answer

Connect Android Things based Raspberry Pi 3 to wifi network for the first time!

Hey, I think its alright!  Your Raspberry Pi ...READ MORE

Jul 19, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
975 views
0 votes
1 answer

Reconnecting captcha and radio button

Use Check activity as it checks boxes and clicks ...READ MORE

Jun 22, 2018 in RPA by ffdfd
• 5,550 points
975 views
0 votes
1 answer

Dropdown to change x-axis in Tableau

You need to create a  str datatype parameter ...READ MORE

Apr 4, 2018 in Tableau by QueenBee
• 1,820 points
975 views
0 votes
1 answer

When doing a MERGE in Oracle SQL, how can I update rows that aren't matched in the SOURCE?

I see you asked it a long ...READ MORE

Nov 7, 2022 in Others by gaurav
• 23,260 points
974 views
0 votes
0 answers

NotFoundHttpException in RouteCollection.php line 161: in laravel 5

My CollectionController looks like this . <?php namespace App\Http\Controllers; use ...READ MORE

Jun 24, 2022 in PHP by narikkadan
• 63,420 points
974 views
0 votes
1 answer

What does the below code print?

Option d) Run time error. READ MORE

Nov 25, 2020 in Apache Spark by Gitika
• 65,910 points
974 views
0 votes
1 answer

How to create a custom role from a YAML file in GCP?

Hi@akhtar, You can create an IAM role in ...READ MORE

Nov 10, 2020 in GCP by MD
• 95,440 points
974 views
0 votes
1 answer

Ranger Kms having multiple instance enabled.

Hi@Shllpa, First, you need to check the network ...READ MORE

Oct 23, 2020 in Big Data Hadoop by MD
• 95,440 points
974 views
+1 vote
0 answers

Getting a stale element Exception

              ...READ MORE

Sep 16, 2020 in Selenium by sandhya
• 180 points

edited Sep 16, 2020 by Gitika 974 views
0 votes
1 answer

how can I get all executors' pending jobs and stages of particular sparksession?

Hi@Neha, You can find all the job status ...READ MORE

Aug 19, 2020 in Apache Spark by MD
• 95,440 points
974 views
0 votes
1 answer

What is inherited/child scope in directive?

Hey kartik, As you use the term inheritance ...READ MORE

Feb 5, 2020 in Angular by Niroj
• 82,880 points
974 views
0 votes
1 answer

Power BI : Status Count

Try COUNT, COUNTX, or COUNTROWS . READ MORE

Apr 26, 2019 in Power BI by Shubham
• 13,490 points
974 views
0 votes
1 answer

How to get SQL configuration in Spark using Python?

You can get the configuration details through ...READ MORE

Mar 18, 2019 in Apache Spark by John
974 views