Trending questions in Edureka Community

0 votes
0 answers

I’m new to programming. Should I start from html language

I have no knowledge about programming but ...READ MORE

Sep 23, 2021 in Java-Script by Kaveesha

edited Mar 4 24 views
0 votes
1 answer

How to increase no of executors in Jenkins?

Hi@akhtar, By default Jenkins has 2 executors. But ...READ MORE

May 13, 2020 in Jenkins by MD
• 95,460 points
21,485 views
0 votes
2 answers

ModuleNotFoundError: No module named 'tensorflow'

If you are using Anaconda, go to ...READ MORE

Nov 17, 2020 in Machine Learning by Vignesh

edited Aug 11, 2021 by Soumya 17,827 views
0 votes
1 answer

How to manually run a laravel job using command line?

Hello, If you are using a QUEUE_DRIVER diferent to sync and you ...READ MORE

Nov 2, 2020 in Laravel by Niroj
• 82,840 points
13,994 views
0 votes
1 answer

How to connect to the localhost of the machine from the Docker container?

Hi@akhtar, You can use --network="host" in your docker run command. It will ...READ MORE

Dec 23, 2020 in Docker by MD
• 95,460 points
11,755 views
0 votes
0 answers

Informatica Power center - detailed index to the course.

The category does not display the Informatica ...READ MORE

Sep 22, 2021 in Power BI by Bhanumurthy

edited Mar 4 23 views
0 votes
1 answer

How to get distinct values for non-key column fields in Laravel?

Hello @kartik In eloquent you can use this $users ...READ MORE

Mar 30, 2020 in Laravel by Niroj
• 82,840 points
23,288 views
0 votes
0 answers

Having error for flutter " Due to an error, the doctor check didn't complete"

FileSystemException : Exists failed. How to solve this?? ...READ MORE

Sep 19, 2021 in Others by anonymous

edited Mar 4 42 views
+1 vote
2 answers

Error changing Mac address: SIOCSIFHWADDR: Cannot assign requested address

I can see that you are trying ...READ MORE

Feb 7, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,220 points
21,792 views
0 votes
1 answer

Overriding private or static method in Java

public class Main {     public static ...READ MORE

Sep 2, 2022 in Java by Tyro

edited Mar 5 17,162 views
0 votes
1 answer

How to Pass route control with optional parameter after root in express?

Hello @kartik, That would work depending on what ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,840 points
14,727 views
+1 vote
1 answer

javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

Hi@akhtar, I also faced the same issue and I ...READ MORE

May 12, 2020 in Jenkins by MD
• 95,460 points
21,263 views
+4 votes
2 answers

sum of 1/2+2/3+3/4+...+n/n+1

num = int(input("Enter a number: ")) newnum = ...READ MORE

Dec 27, 2019 in Python by Nisha
• 200 points
13,705 views
0 votes
1 answer
0 votes
1 answer

How to connect to Azure windows VM?

You'll use the Connect button in the Azure portal ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
26,122 views
0 votes
0 answers

I want to download the specific file based on pattern from s3

I want to download a file from ...READ MORE

Sep 16, 2021 in AWS by Revathi

edited Mar 4 46 views
+1 vote
4 answers

What is a simple way to repeat a string in java?

There is already answer wriiten using StringBuilder ...READ MORE

Dec 16, 2020 in Java by Rajiv
• 8,870 points
29,849 views
0 votes
1 answer

Convert data in List<JsonNode> to Map <String,String> in Java

Hi, @Jyra, Basically, you can use the object mapper to ...READ MORE

Apr 7, 2020 in Java by Gitika
• 65,770 points
22,768 views
0 votes
1 answer

How to list all Kafka topics?

Hi@akhtar, Kafka uses ZooKeeper, so you need to ...READ MORE

Dec 7, 2020 in Apache Kafka by MD
• 95,460 points
12,171 views
0 votes
1 answer

How do I get HTTP Request body content in Laravel?

Hello @kartik, Inside controller inject Request object. So ...READ MORE

Aug 11, 2020 in Laravel by Niroj
• 82,840 points
17,295 views
0 votes
0 answers

Unable to import tensorflow , getting the error mentioned in the image

I'm trying to import the below packages ...READ MORE

Sep 15, 2021 in Machine Learning by Dhanush

edited Mar 4 32 views
0 votes
0 answers

Execute Spark.sql query within withColumn clause is Spark Scala

I have a dataframe which has one ...READ MORE

Sep 14, 2021 in Apache Spark by Pinksrider

edited Mar 4 59 views
+1 vote
1 answer

How to make anchor tag with routing using Laravel?

Hey @kartik, First you have to go to ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,840 points
23,511 views
0 votes
0 answers

please I'm facing this error for python practice

uName = "Jack" uCountry = "USA" cName = "Python ...READ MORE

Sep 14, 2021 in Others by MeshMesh

edited Mar 4 24 views
0 votes
0 answers
0 votes
1 answer

How to uninstall Yarn?

This is maybe because you didn't use ...READ MORE

Feb 5, 2019 in Big Data Hadoop by Omkar
• 69,220 points
41,145 views
0 votes
0 answers

Write a program to find largest of three numbers entered by the user.

pls answer this right now pls pls READ MORE

Sep 14, 2021 in Python by op

edited Mar 4 26 views
0 votes
0 answers

How do I count rows from related Tables using DAX

Hi Everyone, I hope you're doing well !!! I ...READ MORE

Sep 14, 2021 in Power BI by SANKET

edited Mar 4 47 views
0 votes
0 answers

I would like to delete my edureka account..

I have another account so I would ...READ MORE

Sep 13, 2021 in Ask us Anything! by Devansh

edited Mar 4 50 views
0 votes
0 answers
0 votes
1 answer

How to find the nth prime number in Java?

Here is the code to find nth ...READ MORE

Mar 4, 2019 in Java by Priyaj
• 58,020 points
39,925 views
0 votes
1 answer

Error:Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Arabic_CI_AS" in the equal to operation.

Hello @kartik, You can resolve the issue by ...READ MORE

May 13, 2020 in Database by Niroj
• 82,840 points
21,030 views
0 votes
1 answer

How to Inject nestjs service from another module?

Hii, You have to export the ItemsService in the module that provides ...READ MORE

Nov 27, 2020 in Node-js by Niroj
• 82,840 points
12,472 views
0 votes
0 answers

Why can’t I unsubscribe from emails and delete my account?

I wish to unsubscribe from edureka emails ...READ MORE

Sep 11, 2021 in Others by null

edited Mar 4 24 views
0 votes
0 answers

How to start hacking

l have learned phishing and  hydra and ...READ MORE

Sep 11, 2021 in Cyber Security & Ethical Hacking by anonymous

edited Mar 4 24 views
0 votes
2 answers

How to add image file in html using python

Hi, I have implemented as below from robot.api import ...READ MORE

Feb 9, 2021 in Python by anonymous
11,318 views
0 votes
0 answers

I used Actions method to locate the element in selenium .But Im getting Java null pointer exception.

WebElement Elmnt = driver.findElement(By.id("my-id")); Actions actions = new ...READ MORE

Sep 10, 2021 in Selenium by Jayashree

edited Mar 4 47 views
0 votes
1 answer

Pushing to Git returning Error Code 403 fatal: HTTP request failed.

Hi@akhtar, Github seems to only support the ssh ...READ MORE

Jan 5, 2021 in Git & GitHub by MD
• 95,460 points
10,665 views
0 votes
1 answer

How to get the value of an input field using ReactJS?

Hello @kartik, Managed to get the input field ...READ MORE

Oct 8, 2020 in Java-Script by Niroj
• 82,840 points
14,465 views
0 votes
0 answers

How Can I pass a Django Date Range Search Result page by page using Paginator in views and template

I have written a Python Django Method ...READ MORE

Sep 9, 2021 in Python by SUCCESSGANDE

edited Mar 4 22 views
+1 vote
1 answer
+1 vote
1 answer

Difference between cross join and natural join

The cross join produces the cross product ...READ MORE

Oct 12, 2018 in Database by DataKing99
• 8,250 points
16,743 views
0 votes
0 answers

which is Best online Tableau Training clasess in india?

Tableau is a powerful analytics platform which ...READ MORE

Sep 7, 2021 in Tableau by neevlearning

edited Mar 4 51 views
0 votes
1 answer

How to change value of a request parameter in laravel?

Hello @kartik, Use merge(): $request->merge([ 'user_id' => ...READ MORE

Aug 10, 2020 in Laravel by Niroj
• 82,840 points
17,000 views
0 votes
0 answers

which is Best online Tableau Training clasess in india?

Tableau is a powerful analytics platform which ...READ MORE

Sep 7, 2021 in Tableau by neevlearning

edited Mar 4 22 views
0 votes
1 answer

How to do error logging in CodeIgniter ?

Hello @kartik, CodeIgniter has some error logging functions ...READ MORE

May 19, 2020 in PHP by Niroj
• 82,840 points
20,538 views
0 votes
1 answer

How to check if the request is an AJAX request with PHP?

Hello @kartik, Try below code snippet if(!empty($_SERVER['HTTP_X_REQUESTED_WITH']) ...READ MORE

Oct 29, 2020 in PHP by Niroj
• 82,840 points
13,504 views
0 votes
1 answer

How to create an empty file in Hadoop?

Hi@akhtar, You can create an empty file in ...READ MORE

Oct 13, 2020 in Big Data Hadoop by MD
• 95,460 points
14,171 views
0 votes
1 answer

How do you add a new filter pane in old Power BI reports?

Answer 1 open the report in power bi ...READ MORE

Oct 10, 2023 in Power BI by Monika kale

edited Mar 5 1,538 views