Trending questions in Edureka Community

0 votes
1 answer

How to open hyperlink in the same tab in power BI

Hey, the discussion on this topic is ...READ MORE

Jul 10, 2019 in Power BI by anonymous
• 33,030 points
11,037 views
0 votes
3 answers

How autowiring works in Spring?

First, and most important - all Spring ...READ MORE

Jan 11, 2019 in Java by developer_1
• 3,350 points
18,730 views
0 votes
0 answers

How to create. A schema for DTP?

Dynamic Trunking Protocol is CISCO proprietary protocol ...READ MORE

Mar 1, 2020 in Others by RishabhJain
• 120 points

recategorized Mar 2, 2020 by Gitika 927 views
+1 vote
3 answers

What is the command used to register gecko driver?

System.setProperty("webdriver.gecko.driver", "C:\\gecko ...READ MORE

Jan 10, 2019 in Selenium by Frankie
• 9,830 points
17,965 views
+1 vote
0 answers

Certificate for HTTPS listener for Load balancer

HI guys, I was trying to create ...READ MORE

Feb 28, 2020 in Cloud Computing by saiarun
• 150 points
980 views
0 votes
1 answer

What is Surface Automation technique in Blueprism?

@Pratibha, Blue Prism provides Surface Automation techniques that ...READ MORE

Oct 21, 2019 in RPA by Jyoti
6,547 views
0 votes
0 answers

Trying to configure rsyslog server but I am facing challanges

Here are the steps which i have ...READ MORE

Mar 5, 2020 in Linux Administration by anonymous
• 120 points
715 views
+1 vote
0 answers

How to create a list of RDDs(or RDD of RDDs, if possible) from a single JavaRDD<List<Integers>> in Java?

Hi, I have the input RDD as a ...READ MORE

Jan 11, 2020 in Apache Spark by itsroops
• 130 points
2,996 views
0 votes
1 answer

Failed to get access token by using service principal. ADAL Error: service_unavailable while trying copy activity using datafactory

When the Service Token Server (STS) owned ...READ MORE

Jan 2, 2020 in Azure by Sirajul
• 59,230 points
3,393 views
+7 votes
4 answers

How are ClusterIP, NodePort and LoadBalancer different from each other?

ClusterIP ClusterIP accesses the services through proxy. ClusterIP ...READ MORE

Sep 10, 2018 in Kubernetes by Nilesh
• 7,060 points
23,720 views
+1 vote
1 answer

Streaming facebook data using Flume framework!!!

Hi You can find the facebook 'API' from ...READ MORE

Jan 21, 2020 in Big Data Hadoop by anonymous
2,548 views
0 votes
1 answer

How to stop test execution in Selenium if an error occured?

Hey Fatima, if you are using any ...READ MORE

Jul 4, 2019 in Selenium by Abha
• 28,140 points
11,271 views
–1 vote
2 answers

What is the keyboard shortcut for recording tasks in UIPath Studio?

Hi @Danish, UiPath supports a vast range ...READ MORE

Mar 23, 2019 in RPA by Anvi
• 14,150 points
6,171 views
0 votes
0 answers

How to handle simultaneous requests using springboot?

A gateway and load balancer built using ...READ MORE

Feb 9, 2020 in Java by anonymous
• 19,610 points
1,766 views
0 votes
0 answers

problem in sklearn

from sklearn.model_selection import train_test_split is not working ...READ MORE

Mar 9, 2020 in Python by Manjunath
• 120 points
529 views
0 votes
1 answer

python error " r = sr.Recognizer() AttributeError: 'module' object has no attribute 'Recognizer'"

Hey @Hannh, I had a similar issue. ...READ MORE

Oct 3, 2019 in Python by Farheen
7,296 views
0 votes
1 answer

Error on executing docker inspect while the docker image build is successfull.

Just type docker inspect contid /name without ...READ MORE

Feb 4, 2020 in Docker by viper
1,918 views
0 votes
1 answer

Anyone know how to recover the kubernetes token?

You can recover it using : Kubeadm token ...READ MORE

Feb 3, 2020 in Kubernetes by Sirajul
• 59,230 points
1,963 views
+3 votes
1 answer

How to read excel file numeric data of all rows and column in selenium? I have 10 rows and 5 column but I read Only String value not a Numeric value?

Hey, @Mahendra, check this thread https://www.edureka.co/community/52170/read-numeric-data-from-excel-sheet-using-selenium-webdriver It deals with ...READ MORE

Jan 27, 2020 in Selenium by Sirajul
• 59,230 points
2,166 views
0 votes
1 answer

Docker compose to bring up a Prometheus server

I think this docker-compose should be helpful. ...READ MORE

Oct 23, 2019 in Docker by Eric
6,394 views
+1 vote
2 answers

if the File system is full how to troubleshoot ?

Check filesystem usage. df -h If /var is showing ...READ MORE

Nov 18, 2019 in Linux Administration by Sirajul
• 59,230 points
5,255 views
0 votes
3 answers

Getting easily angry and mad at home after work

It could be because you are getting ...READ MORE

Sep 9, 2019 in Career Counselling by Firoz
8,322 views
+2 votes
1 answer

BluePrism Error

The possible reasons for this might be ...READ MORE

Mar 13, 2020 in RPA by Sirajul
• 59,230 points
1,226 views
0 votes
2 answers

Obtaining a value when given a key in python dicionaries

Yes you can check below code dictionary = ...READ MORE

Nov 25, 2021 in Python by Suhas
868 views
+2 votes
1 answer

How to get into cyber security with no experience?

Cybersecurity as a profession has a wide ...READ MORE

Jan 29, 2020 in Career Counselling by Sirajul
• 59,230 points
2,075 views
0 votes
1 answer

What is the main purpose of HDFS fsck command?

HDFS fsck is used to check the ...READ MORE

Apr 10, 2019 in Big Data Hadoop by Gitika
• 65,770 points

edited Apr 12, 2019 by Gitika 14,884 views
0 votes
1 answer

Python Pandas: selecting element in array column

pa.loc[row] selects the row with label row. pa.loc[row, ...READ MORE

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

Set up environment variables for gcloud tool to import/export data using Cloud Filestore.

Before you export or import data, you ...READ MORE

Nov 4, 2019 in GCP by Sirajul
• 59,230 points
5,866 views
0 votes
1 answer
0 votes
1 answer

Is there any way to get the number of New Items in a Queue?

Hi @Pratibha, yes you can get the ...READ MORE

Oct 23, 2019 in RPA by Anvi
• 14,150 points
6,369 views
0 votes
1 answer

fetch all rows with null values in dataframe or dataset - R

Use below code -  which(is.na(air)) is.na() will return a boolean ...READ MORE

Jul 4, 2019 in Data Analytics by anonymous
• 33,030 points
11,178 views
0 votes
1 answer

How to create a relative data slicer in Power BI?

Hi, With the relative date slicer or filter, you ...READ MORE

Jan 31, 2020 in Power BI by Shivani
2,038 views
0 votes
1 answer

How to create Kafka consumer API?

Hi@akhtar, If you know the kafka producer API ...READ MORE

Feb 11, 2020 in Apache Kafka by MD
• 95,460 points
1,568 views
0 votes
2 answers

Jenkins Pipeline: Build using parameters

First, as @sophie may mentioned it you should name ...READ MORE

Aug 8, 2019 in Jenkins by Sirajul
• 59,230 points
18,113 views
0 votes
1 answer

How to manually trigger an azure data factory pipeline?

Here is what you could do. create everything without ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,230 points
3,241 views
+1 vote
2 answers

Calculating date/time difference in Java

We can also use java.util.concurrent.TimeUnit class. long diff = d2.getTime() ...READ MORE

Aug 28, 2018 in Java by Sushmita
• 6,920 points
25,966 views
+2 votes
1 answer

How to delete AWS account?

Hi @Hannah. Follow these steps to close ...READ MORE

Jan 24, 2020 in AWS by Priya
2,238 views
0 votes
1 answer
0 votes
1 answer

How to add co-admin to an azure subscription?

To assign a user as an administrator Sign ...READ MORE

Jan 23, 2020 in Azure by Sirajul
• 59,230 points
2,346 views
0 votes
4 answers

What does a Computer Scientist do at ISRO?

A Computer Science Engineer or Computer Scientist ...READ MORE

Sep 9, 2019 in Career Counselling by Vineetha
8,147 views
+6 votes
28 answers

Which of them is better between Java vs Python? And why?

Python. Don’t even think about it to select ...READ MORE

Feb 1, 2019 in Career Counselling by navdeep
• 240 points
6,496 views
0 votes
1 answer

What is jQuery?

Hey, jQuery is a fast and concise JavaScript ...READ MORE

Feb 14, 2020 in JQuery by kartik
• 37,520 points
1,382 views
0 votes
1 answer

Can devices that are not directly connected to the Internet access AWS IoT Core?

if device has Bluetooth connectivity with AWS ...READ MORE

Aug 20, 2020 in AWS by Mehul
948 views
0 votes
1 answer

How to Identify Web Element( Button) when there are multiple buttons without any ID

Hi Gangadhar, Do you need the HTML code to ...READ MORE

Feb 10, 2020 in HTML by Roshni
• 10,480 points
1,556 views
0 votes
1 answer

Difference between summarise() and summarize() in R

summarise() and summarize() are synonyms. READ MORE

Sep 24, 2019 in Data Analytics by anonymous
9,165 views
0 votes
1 answer

Python datetime: How to change month number to month name?

You can use the datetime module to ...READ MORE

May 9, 2019 in Python by Suman
13,508 views
0 votes
1 answer

Chrome selenium driver - how to detach / leave the browser open after the get test is completed?

Hey Stephan, I had the similar issue ...READ MORE

Nov 4, 2019 in Selenium by Abha
• 28,140 points
5,993 views
0 votes
1 answer

What is the use of acts configuration in Kafka Producer API?

Hi@akhtar, The acts configuration is used to configure ...READ MORE

Feb 11, 2020 in Apache Kafka by MD
• 95,460 points
1,498 views
0 votes
1 answer

Python error "ImportError: No module named _tkinter, please install the python-tk package"

Use the following command to install tkinter ...READ MORE

Aug 9, 2019 in Python by Chandan
9,518 views