Trending questions in Edureka Community

0 votes
0 answers
0 votes
0 answers

MQTT Subscribe

Hello, this is my code where i ...READ MORE

Dec 9, 2021 in Python by Shri
• 120 points
719 views
+1 vote
1 answer

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Hi@akhtar, It seems the docker service is not ...READ MORE

Dec 24, 2020 in Docker by MD
• 95,460 points
15,748 views
0 votes
0 answers

We have a query regarding GCP buckets, Can we put the GCS bucket behind the VPN, is it feasible in GCP

We have a query regarding GCP buckets, ...READ MORE

Dec 24, 2021 in GCP by Vanita

edited Mar 4 72 views
0 votes
0 answers

How do I execute MySqL query using Ansible playbook

Dear team, I'm trying to execute MySQL , ...READ MORE

Oct 4, 2021 in Ansible by anonymous
• 140 points
3,547 views
0 votes
0 answers

what are the elements of cyber security

what are the elements of cyber security READ MORE

Dec 10, 2021 in Cyber Security & Ethical Hacking by Kavya
• 700 points
647 views
0 votes
0 answers

How to check whether web element is enabled or Disabled without using isEnabled method?

Sep 29, 2021 in Selenium by anonymous
• 140 points
1,255 views
0 votes
1 answer

what is cyber security course ?

Cyber Security study programmes teach you how ...READ MORE

Dec 8, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
870 views
0 votes
0 answers

budget table calculation

Hello all I would like to do a ...READ MORE

Dec 23, 2021 in Power BI by Pedro

edited Mar 4 40 views
0 votes
1 answer

How to know if a problem is solvable by machine learning?

Transitioning from learning machine learning algorithms through ...READ MORE

Dec 13, 2023 in Machine Learning by anonymous
• 1,420 points
930 views
0 votes
0 answers

Hello everyone please help, what could i be doing wrong here, Im getting this error

# load image and store it numpy array  # empty list to store images  X = [] # iterating over each image for img_name in data1.image_names:   # loading the image using its name   img1 = plt.imread('/content/images/' + img_name)   #img = plt.imread('/content/drive/MyDrive/images/' + '10205.jpg')   # saving each image in the list   X.append(img1)   # converting the list of images into array   X=np.array(X)   # storing the target variable in separate variable    y = data1.class1_male_or_female.values Error:  AttributeError ...READ MORE

Dec 23, 2021 in Others by Yolanda

edited Mar 4 51 views
+2 votes
4 answers

How to run Jenkins jobs on multiple slaves with a single job configuration?

use multijob plugin READ MORE

Jan 3, 2019 in Jenkins by Ajit Jadhav
48,166 views
0 votes
0 answers

what is test

what is test please tell? READ MORE

Dec 9, 2021 in Ask us Anything! by Hemant
• 140 points
638 views
0 votes
1 answer

What is the difference between driver.get() and driver.navigate.to() methods?

Hi Anandita, driver.get() method is used to ...READ MORE

May 30, 2019 in Selenium by Murad
40,497 views
0 votes
0 answers

Push data from Jira to power BI

Hello, hope you are doing good, I'm ...READ MORE

Dec 21, 2021 in Power BI by Holinirina

edited Mar 4 95 views
0 votes
0 answers

Sameperiodlastyear is giving me the same value as the current year

READ MORE

Dec 21, 2021 in Power BI by anonymous

edited Mar 4 88 views
0 votes
1 answer

How to check file extension in upload form in PHP?

Hello @kartik, Using if( $ext !== 'gif') might not ...READ MORE

Nov 8, 2020 in PHP by Niroj
• 82,840 points
17,661 views
0 votes
1 answer

No Java Development Kit (JDK) found; You must have the environment variable JAVA_HOME set and the java binary in your PATH

Hi@akhtar, If you do not have the JDK software ...READ MORE

Jul 17, 2020 in Others by MD
• 95,460 points
22,585 views
0 votes
1 answer
0 votes
0 answers

How to replace Graphql value stored in .graphql file and use that in Rest assured?

I am working on Graphql API automation, ...READ MORE

Dec 21, 2021 in Others by Saloni

edited Mar 4 64 views
0 votes
0 answers

What are the elements of Cyber Security

Dec 8, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
521 views
0 votes
1 answer

Error:Python NameError: name 'include' is not defined

from django.urls import include you can import it ...READ MORE

Feb 17, 2022 in Python by anonymous

edited Mar 5 10,342 views
0 votes
0 answers

There is a UX blunder on edureka webpage

This is Sainath, UI developer and UX ...READ MORE

Dec 20, 2021 in CSS by Sainath

edited Mar 4 40 views
0 votes
1 answer

How to change vault password in Ansible?

Afsalvaliyapeediyakal READ MORE

Jul 10, 2021 in Ansible by anonymous

edited Mar 5 14,185 views
+1 vote
1 answer

How to deal with non-fast forward errors?

This error is faced when git cannot ...READ MORE

Jul 3, 2018 in Other DevOps Questions by Sophie may
• 10,620 points
33,723 views
0 votes
0 answers

What is Hadoop Cluster?

What is Hadoop Cluster? READ MORE

Dec 2, 2021 in Big Data Hadoop by Kavya
• 700 points
701 views
0 votes
0 answers

CloudFormation Updating the SecurityGroupIds of an ec2 instance it recreates the instance instead of modifying the same.

I created ec2 instance with cloudformation. When ...READ MORE

Dec 17, 2021 in AWS by Goural

edited Mar 4 53 views
0 votes
1 answer

Error:npm-cli.js not found when running npm

Hello @kartik, You need to run this in ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,840 points
20,117 views
0 votes
1 answer

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

Hello @kartik, Since different users might have different ...READ MORE

Jun 15, 2020 in Python by Niroj
• 82,840 points
23,737 views
0 votes
0 answers

What is Hadoop?

What is Hadoop? READ MORE

Dec 2, 2021 in Big Data Hadoop by Kavya
• 700 points
664 views
0 votes
1 answer

12)Which one of the given flows correctly describe the Spark Streaming Architecture?

C.  Data streams divided into batches > ...READ MORE

Jul 3, 2022 in Apache Spark by anonymous

edited Mar 5 4,060 views
0 votes
0 answers
0 votes
0 answers

Error while using Random Forest.

I am using this script rf.partial.prob(x=rf.mod,pred.data=FOR, xname="Qmax",which.class ...READ MORE

Dec 1, 2021 in Machine Learning by Khan
• 120 points
646 views
0 votes
0 answers

Write a Splitted PDF Back to HDFS using Python Insecure Client

I have used the PdfFileReader to read ...READ MORE

Nov 25, 2021 in Python by Kannan
• 120 points
867 views
0 votes
0 answers

How to permanently delete Edureka account?

Any of the following would work Q1. How ...READ MORE

Dec 13, 2021 in Ask us Anything! by Edureka

edited Mar 4 71 views
0 votes
1 answer

How to become a cyber security expert

You can become a cyber security expert ...READ MORE

Nov 25, 2021 in Cyber Security & Ethical Hacking by Error
• 420 points
896 views
0 votes
0 answers

How to separate integer(230001) into 230 &001 and compare 230 with hardcoded integer.

I have a ID field and want ...READ MORE

Oct 11, 2021 in Selenium by Usama
• 120 points
506 views
0 votes
0 answers

Javac file not found error.

I'm completely new to java. I spent ...READ MORE

Nov 21, 2021 in Java by anonymous
• 120 points
933 views
0 votes
2 answers

Different types of AI

Narrow AI (Weak AI), General AI (Strong ...READ MORE

Jun 19, 2024 in Others by anonymous
• 450 points
1,006 views
0 votes
1 answer

What is Hadoop?

Hadoop is simply a free and open-source ...READ MORE

Nov 24, 2021 in Big Data Hadoop by Edureka
• 12,700 points
875 views
0 votes
1 answer

How to show % difference between bar chart to show increase or decrease?

weekly payroll overtime how to make a ...READ MORE

Mar 11, 2023 in Tableau by Mary Fleming

edited Mar 5 11,322 views
0 votes
0 answers

How to find all latest java files.

I need all the latest java packages ...READ MORE

Dec 1, 2021 in Machine Learning by anonymous
• 120 points
467 views
0 votes
1 answer

How to make PDF file downloadable in HTML link?

Hello @kartik, Try this: <a href="./directory/yourfile.pdf" download="newfilename">Download the pdf</a> Where newfilename is ...READ MORE

Aug 27, 2020 in PHP by Niroj
• 82,840 points
20,337 views
0 votes
0 answers

Create first line code Django - What of Error of the IndentationError: expected an indented block?

import datetime from django.db import models from django.utils import ...READ MORE

Dec 10, 2021 in Python by Warlen

edited Mar 4 77 views
0 votes
1 answer

show data even for no data - power BI

asdsa asdasd asdsad READ MORE

Jan 4, 2022 in Power BI by ads

edited Mar 5 19,862 views
0 votes
0 answers
0 votes
1 answer

What is Big Data?

Big data is a term that refers ...READ MORE

Nov 24, 2021 in Big Data Hadoop by Edureka
• 12,700 points
801 views
0 votes
0 answers

My secret game will not print out "you win" only "You lose", I can't figure out what I am doing wrong?

secret_word = "giraffe" guess = "" guess_count = 0 guess_limit ...READ MORE

Dec 9, 2021 in Python by Confused

edited Mar 4 92 views