Trending questions in Edureka Community

0 votes
1 answer

NB: JAVA_HOME should point to a JDK not a JRE The JAVA_HOME environment variable is not defined correctly

Hi@akhtar, You may get this error if you ...READ MORE

Jun 4, 2020 in DevOps & Agile by MD
• 95,460 points
19,559 views
0 votes
1 answer

An error occurred (ResourceNotFoundException) when calling the DescribeCluster operation: No cluster found for name: fargate-cluster.

Hi@akhtar, I think you need to tell your ...READ MORE

Jul 6, 2020 in AWS by MD
• 95,460 points
18,147 views
0 votes
1 answer

what is the $(document).ready equivalent without jQuery?

Hello @kartik, There are three options: If script is the last ...READ MORE

Apr 2, 2020 in Java-Script by Niroj
• 82,840 points
22,257 views
0 votes
1 answer

How to get the current branch name in Git?

Hi@akhtar, You can run the git branch command ...READ MORE

Dec 22, 2020 in Git & GitHub by MD
• 95,460 points
10,816 views
0 votes
1 answer

How can I use jquery $.ajax to call a PHP function?

Hello @kartik, Use $.ajax to call a server context (or ...READ MORE

Aug 27, 2020 in PHP by Niroj
• 82,840 points
15,852 views
0 votes
2 answers

How to disable or reset security settings in Jenkins?

In your local jenkins folder cat  /var/lib/jenkins/secrets/initialauthenticationpassword ...READ MORE

Feb 22, 2021 in Jenkins by srini

edited Mar 5 21,274 views
0 votes
1 answer

Error: Cannot find module 'mongodb'

Hello @kartik, The error you are getting indicates ...READ MORE

Oct 15, 2020 in Node-js by Niroj
• 82,840 points
13,676 views
0 votes
1 answer

Error:Failed to start redis.service Unit redis-server.service is masked

Hello, If redis.service file is missed in directory path /etc/systemd/system/redis.service so we ...READ MORE

May 18, 2020 in Docker by Niroj
• 82,840 points
20,148 views
0 votes
1 answer

How to make $.post() use contentType=application/json in jquery?

Hii, Try this: $.ajax({ url:url, type:"POST", ...READ MORE

Nov 24, 2020 in JQuery by Niroj
• 82,840 points
11,942 views
0 votes
0 answers

Which of the below command used to remove a broadcast variable, "bvar", from memory?

Q1.Which of the below command used to ...READ MORE

Aug 27, 2021 in Data Analytics by Vipul

edited Mar 4 31 views
0 votes
0 answers

Which of the following is true of running a Spark application on Hadoop YARN?

Q12.Which of the following is true of ...READ MORE

Aug 27, 2021 in Data Analytics by Vipul

edited Mar 4 27 views
0 votes
1 answer

UnicodeDecodeError: "utf-8" codec can"t decode byte 0xeb in position 8: unexpected end of data

To read this dataset use encoding as ...READ MORE

Jul 15, 2019 in Python by Rishi
33,419 views
0 votes
0 answers

Hey Guys I really wants to learn and be Business analyst, I don't have funds to pay for

Hey Guys I really wants to learn ...READ MORE

Aug 26, 2021 in Data Analytics by Parambir

edited Mar 4 41 views
0 votes
1 answer

JNLP agent port is disabled and agents cannot connect this way. Go to security configuration screen and change it.

Hi@MD, By default JNLP agent port is disabled ...READ MORE

May 29, 2020 in Jenkins by akhtar
• 38,260 points
19,634 views
0 votes
1 answer

How to access a dictionary element in a Django template?

Hello @kartik, Use Dictionary Items: {% for key, value ...READ MORE

Jul 3, 2020 in Python by Niroj
• 82,840 points
18,093 views
0 votes
0 answers

How do I solve this error from my code? KeyError: "['Date' 'Adj Close'] not found in axis"

#import libraries: import numpy as np import streamlit as ...READ MORE

Aug 26, 2021 in Machine Learning by anonymous

edited Mar 4 48 views
0 votes
2 answers

How to call perl script in Python script?

If you just want to open a ...READ MORE

Oct 7, 2020 in Python by Reshma
13,908 views
0 votes
3 answers

What are the roles of a data scientist

What are the roles of a data ...READ MORE

Feb 17, 2023 in Career Counselling by Nasir

edited Mar 5 10,308 views
0 votes
0 answers

Single-Single Microservices deployment with database via Jenkins pipleline

I have 3 microservices with 3 database. ...READ MORE

Aug 25, 2021 in DevOps & Agile by Neha

edited Mar 4 26 views
0 votes
1 answer

How to install Azure CLI with yum?

Hi@akhtar, For Linux distributions with yum such as RHEL, Fedora, ...READ MORE

Nov 13, 2020 in Azure by MD
• 95,460 points
12,312 views
0 votes
4 answers

Install Python3 on Mac

Prerequisites You will need a macOS computer with ...READ MORE

Dec 15, 2020 in Python by Roshni
• 10,480 points
19,958 views
+1 vote
0 answers

Get filename from Outlook attachment

Hi everyone! I want to automate a process ...READ MORE

Sep 25, 2020 in RPA by RandomDude
• 260 points
2,734 views
+4 votes
2 answers

Can we get the HTTP Response Code in Selenium with Java?

It is indeed possible to get http ...READ MORE

Apr 21, 2018 in Selenium by king_kenny
• 3,710 points
42,451 views
0 votes
0 answers

List in table by count no of frequency of specific items used

I have a table with member no ...READ MORE

Aug 23, 2021 in Power BI by Paula

edited Mar 4 26 views
0 votes
3 answers

2) Which of the following are applicable to Bigdata technologies(Select all applicable)

Replication, transaction processing READ MORE

Nov 25, 2021 in Data Analytics by anonymous
3,509 views
0 votes
2 answers

Error:Failed to open stream: Permission denied in Laravel?

I had this problem lately with my ...READ MORE

Nov 4, 2020 in Laravel by anonymous
• 140 points
17,157 views
+1 vote
1 answer

ssh: connect to host localhost port 22: Connection refused in Hadoop.

Hi@akhtar, You need to uninstall SSH and reinstall ...READ MORE

Dec 18, 2020 in Big Data Hadoop by MD
• 95,460 points
10,559 views
0 votes
1 answer

Error saying "No apt package "kubeadm", but there is a snap with that name. Try "snap install kubeadm""

After adding gpg key and repositories, you ...READ MORE

Apr 16, 2022 in Kubernetes by Prashanth5429

edited Mar 5 10,876 views
0 votes
1 answer

How to create a laravel hashed password?

Hello @kartik, Hashing A Password Using Bcrypt in Laravel: $password ...READ MORE

Oct 6, 2020 in Web Development by Niroj
• 82,840 points
13,726 views
0 votes
1 answer

How to receive JSON POST with PHP?

Hello @kartik, Try; $data = json_decode(file_get_contents('php://input'), true); print_r($data); echo $data["operacion"]; From your ...READ MORE

Sep 14, 2020 in PHP by Niroj
• 82,840 points
14,675 views
0 votes
1 answer

Error:Django TemplateSyntaxError - 'staticfiles' is not a registered tag library

Hello @kartik, Try {% load static %} instead of {% load ...READ MORE

Jul 29, 2020 in Python by Niroj
• 82,840 points
16,685 views
0 votes
0 answers

[Errno 11001] getaddrinfo failed

I am getting the error : [Errno 11001] ...READ MORE

Aug 20, 2021 in Python by Richa

edited Mar 4 33 views
0 votes
1 answer

How to Stop observable.timer in Angular?

Hello @kartik, There're are basically two ways: call unsubscribe() on the ...READ MORE

Sep 8, 2020 in Angular by Niroj
• 82,840 points
14,904 views
0 votes
0 answers
0 votes
0 answers

Unable to select the dropdown list

In the dropdown list, the Edition element ...READ MORE

Aug 19, 2021 in Selenium by Edureka

edited Mar 4 25 views
0 votes
1 answer

Can we run multiple instances simultaneously with Selenium WebDriver?

hi.Have you find any solution ? READ MORE

Jan 4, 2023 in Selenium by haf

edited Mar 5 15,945 views
0 votes
2 answers

How do I set the figure title and axes labels font size in Matplotlib?

Setting the font size of the figure ...READ MORE

Jan 4, 2021 in Python by Nikita
9,663 views
0 votes
0 answers

How can i transfer eth automotically in some seconds (from one address to another)

How can I transfer ETH automatically from ...READ MORE

Aug 17, 2021 in Blockchain by Epic

edited Mar 4 26 views
+1 vote
2 answers

Which is not considered as iot application ?

smart subway READ MORE

Aug 28, 2020 in IoT (Internet of Things) by phyoe lay
18,060 views
0 votes
1 answer

"msg": "Failed to connect to the host via ssh: root@192.168.0.179: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).",

Hi@akhtar, You need to pass the username and ...READ MORE

Jul 28, 2020 in Ansible by MD
• 95,460 points
16,594 views
0 votes
1 answer

How to post the parameter in ajax call of jquery datatable?

Hello @kartik, Just pass it like a normal ...READ MORE

Jun 16, 2020 in PHP by Niroj
• 82,840 points
18,390 views
0 votes
1 answer

Error:Lost connection to MySQL server at 'reading initial communication packet', system?

Hello, You have to follow the below steps: bind-address ...READ MORE

Apr 9, 2020 in PHP by Niroj
• 82,840 points
21,334 views
0 votes
0 answers

How to add inbound rules to an existing security group using Lambda function python3?

I'm trying to update AWS security group ...READ MORE

Aug 16, 2021 in AWS by Lakshminarayanan

edited Mar 4 28 views
0 votes
0 answers

Getting "Pre-login Handshake error" while connecting the MySQL database to Power BI

I was about to start a Project ...READ MORE

Aug 16, 2021 in Database by Aditya

edited Mar 4 34 views
0 votes
2 answers

How can I write a program to add two numbers using functions in python?

there is sum() function as a built ...READ MORE

Oct 25, 2020 in Python by anonymous
24,065 views
0 votes
8 answers

Which is the better IT hub in India, Bangalore or Chennai?

I will choose Chennai because The living ...READ MORE

Jun 21, 2022 in Career Counselling by Jeev

edited Mar 5 12,974 views