Trending questions in Edureka Community

0 votes
1 answer

How can I pause a text execution in python selenium webdriver?

Hello Ankur, you can use sleep() method ...READ MORE

Jul 31, 2019 in Selenium by Renuka
7,308 views
0 votes
2 answers

Splitting a string between letters and digits

Using Python READ MORE

Sep 17, 2020 in Java by Himanshu
4,346 views
0 votes
2 answers

How can I get the count of a list in Python?

n=[1,2,3,4,5,6,7,8,9] print(len(n)) =9 READ MORE

Dec 10, 2020 in Python by anonymous
1,490 views
0 votes
1 answer

Read Parquet file using hdfs dfs -cat command

When you try to read a parquet ...READ MORE

May 24, 2019 in Big Data Hadoop by Calvin
10,237 views
0 votes
2 answers

How to handle chrome notification in selenium?

Map<String, Object> prefs = new HashMap<String, Object>(); prefs.put("profile.default_content_setting_values.notifications", ...READ MORE

May 4, 2020 in Selenium by Mukti
• 140 points
5,802 views
+2 votes
5 answers

How to transpose/pivot data in hive?

Below is also a way for Pivot SELECT ...READ MORE

Oct 12, 2018 in Big Data Hadoop by Rahul
19,982 views
0 votes
1 answer

Is it mandatory to have a Microsoft account to sign up for Azure?

You can sign up with your Microsoft ...READ MORE

Dec 30, 2019 in Azure by Sirajul
• 59,230 points
735 views
0 votes
2 answers

Function of “hadoop namenode -format” command

Namenode is the node in the Hadoop ...READ MORE

Feb 4, 2019 in Big Data Hadoop by Kanika
21,273 views
0 votes
1 answer

How to assign a static IP address to a new VM instance?

When you create a VM instance, it ...READ MORE

Nov 11, 2019 in GCP by anonymous
• 59,230 points
2,851 views
0 votes
1 answer

In Talend, how to specify multiple conditions as expression

@Palaniswamy, have a look at this discussion ...READ MORE

Aug 5, 2019 in Talend by Vardhan
• 13,150 points
7,187 views
0 votes
1 answer

How do I make a custom dashboard on Azure portal publicly available to other users in my organization?

To make dashboards available to others, you ...READ MORE

Dec 26, 2019 in Azure by Sirajul
• 59,230 points
895 views
0 votes
1 answer

Ansible task to download a file from an S3 bucket

Hey @Roshan, ansible provides wiht AWS module ...READ MORE

Aug 1, 2019 in Ansible by Varsha
7,272 views
+2 votes
2 answers

Google search using Python

import webbrowser search=input('Search: ') webbrowser.open('https:// ...READ MORE

Dec 25, 2019 in Python by Makhmudov
2,616 views
+1 vote
0 answers

I am getting error as undefined reference how to resolve it?

this is the error i got main.c:(.text+0x6c): undefined ...READ MORE

Dec 5, 2019 in Linux Administration by pooja
• 130 points
1,795 views
0 votes
1 answer

How is PutRecord different from PutRecords? - Amazon Kinesis

PutRecord operation allows a single data record ...READ MORE

Nov 19, 2019 in AWS by Aleesha
2,478 views
0 votes
1 answer

dpkg error: dpkg status database is locked by another process

First run: lsof /var/lib/dpkg/lock Then make sure that process ...READ MORE

Aug 27, 2019 in Linux Administration by Sirajul
• 59,230 points
6,099 views
+29 votes
3 answers

How can we set java.library.path in Eclipse?

Go into the library settings for your ...READ MORE

Jul 3, 2018 in Java by sharth
• 3,370 points
22,353 views
0 votes
1 answer

Is Azure free account only for Development environment or can I used it for Prod?

The Azure free account provides access to ...READ MORE

Dec 30, 2019 in Azure by Sirajul
• 59,230 points
689 views
0 votes
1 answer

Is it possible to run an Ansible Playbook in python script?

Hey @Cerci, Of course its possible. You ...READ MORE

Jan 17, 2019 in Ansible by Nicolas
15,671 views
0 votes
1 answer

Train-test split with 20% of data set aside - ML

Hi@Kim, You can use the train_test_split function to ...READ MORE

Jul 19, 2020 in Machine Learning by MD
• 95,460 points
1,086 views
+2 votes
0 answers

How do I install Maven on CentOS?

I went through below menetioned tutorial https://www.edureka.co/community/38761/how-do-i-install-maven-on-centos but somehow ...READ MORE

Dec 27, 2019 in DevOps Tools by Manoj
• 140 points
786 views
+1 vote
1 answer

Ansible and docker compose

Are all your docker-compose files in the ...READ MORE

Nov 14, 2019 in DevOps & Agile by Eric
2,896 views
+1 vote
0 answers

run ansible-playbook from jenkins on windows

I installed jenkins on windows machine.&nbsp; Ansible ...READ MORE

Nov 4, 2019 in Others by Sivakumar
• 130 points
3,087 views
0 votes
1 answer

Ansible playbook to install and update the IBM packages from local or remote repositories

Hi @Hannah, I have this and it ...READ MORE

Oct 30, 2019 in Ansible by Tanmay
3,295 views
+1 vote
4 answers

Android - java or kotlin is better

If you are a newbie Android developer, ...READ MORE

Jan 22, 2020 in Career Counselling by Nayan
• 160 points
1,510 views
0 votes
1 answer

R Shiny Error: Object of type 'closure' is not subsettable

The error you mentioned happens when you ...READ MORE

Aug 20, 2019 in Data Analytics by anonymous
• 33,030 points
6,363 views
+2 votes
0 answers

"error": "unsupported_grant_type" is returned when sending post request with x-www-form-urlencoded

keywords.user_loads_a_Request("AdminLogin", CONFIG.getProperty("URI")+"api/login"); // Adminlogin file contains the ...READ MORE

Dec 17, 2019 in Software Testing by anonymous
• 140 points
1,169 views
0 votes
1 answer

Concern and cross-cutting concern in Spring AOP

The concern is the behavior we want ...READ MORE

Nov 16, 2018 in Java by code.reaper12
• 3,500 points

edited Mar 4, 2022 by Sarfaraz 18,353 views
+1 vote
1 answer

Hi could you plz help me on creating appspec file for code deploy .

Hi @Sri, you could use something like ...READ MORE

Dec 3, 2019 in AWS by Kalgi
• 52,350 points
1,779 views
+1 vote
1 answer

How do i install jenkins using a dockerfile on a windows container?

Here is to how you can install JENKINS ...READ MORE

Aug 22, 2019 in Docker by Sirajul
• 59,230 points
6,220 views
0 votes
2 answers

How can I rename multiple files in a certain directory using Python?

import os from optparse import OptionParser, Option class MyOption ...READ MORE

Jul 29, 2020 in Python by The real slim shady
4,723 views
0 votes
2 answers

Differences between attended,unattended,development robots in uipath

Hi, the main difference between the Attended, ...READ MORE

Jul 30, 2019 in RPA by Anvi
• 14,150 points
7,504 views
0 votes
1 answer

How to delete my custom portal settings in azure?

In order to delete your portal settings: Sign in ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
760 views
0 votes
1 answer

Add a network interface to an existing VM.

No, you cannot add network interfaces to, ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
2,690 views
0 votes
1 answer

flush parameter of print in Python

Usually all I/Os are buffered, meaning they ...READ MORE

Jul 30, 2019 in Python by Wajiha
• 1,960 points
7,223 views
+1 vote
3 answers

What is Functional Testing in Software Testing?

Hello, I hope this info is useful to ...READ MORE

Aug 20, 2020 in Software Testing by anonymous
• 210 points

edited Aug 20, 2020 by Gitika 2,179 views
0 votes
1 answer

What are Match Index and Match Reverse attributes in Accessibility Mode?

Hi Apkesha, Match Index and Match Reverse are ...READ MORE

Oct 22, 2019 in RPA by Monika
3,598 views
0 votes
1 answer

How to set up and use Pub/Sub Notifications for Cloud Storage?

The following steps add a notification configuration to your ...READ MORE

Nov 22, 2019 in GCP by Sirajul
• 59,230 points
2,279 views
0 votes
1 answer

How do I set budget alerts for a GCP project?

The budget amount you set is used ...READ MORE

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

Error saying "E: This command can only be used by root." while installing docker

Try executing the following command: sudo su and ...READ MORE

Aug 6, 2019 in Docker by Ahmad
6,902 views
0 votes
1 answer

How do I transfer files to a windows instance on GCP?

You could probably use Windows RDP client for ...READ MORE

Nov 8, 2019 in GCP by Sirajul
• 59,230 points
2,847 views
0 votes
1 answer

Cannot connect to my VM instance on GCP via SSH.

This might be because UFW is installed. ...READ MORE

Sep 27, 2019 in GCP by Sirajul
• 59,230 points
4,651 views
0 votes
2 answers

How and Why AWS bill comes after i suspended the account

While your account is suspended, you will ...READ MORE

Oct 18, 2020 in AWS by anonymous
5,628 views
0 votes
1 answer

Does giving access to a dashboard automatically assign permissions to the resources shown on the dashboard?

Giving access to a dashboard doesn’t automatically ...READ MORE

Dec 26, 2019 in Azure by Sirajul
• 59,230 points
761 views
0 votes
2 answers

Scanner is skipping nextLine() after using next() or nextFoo()?

use input.nextLine(); after your nextInt() function for example:- input.nextInt(); ...READ MORE

May 11, 2019 in Java by Sourav Dangi
17,972 views
0 votes
1 answer

Azure Blob: How to open a file in browser without downloading it?

First, because I was using a byte[] the controller ...READ MORE

Jun 20, 2018 in Azure by club_seesharp
• 3,450 points
24,663 views
0 votes
4 answers

How to write a single program in python to print different '*' triangles?

If you want to use the same ...READ MORE

Jun 11, 2019 in Python by Likhith
9,253 views
0 votes
1 answer

Can I provision an Azure service without using the portal?

Yes, It is possible to provision the ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
692 views
+1 vote
2 answers

Use AWS CloudWatch to start/stop EC2 instances. How to implement it?

What you can do is set a ...READ MORE

Oct 26, 2018 in AWS by Priyaj
• 58,020 points
4,236 views