Trending questions in Edureka Community

+2 votes
2 answers

Running httpd in container as non-root user using port 80

You could probably try adding this cmd in ...READ MORE

Aug 9, 2019 in Docker by Sirajul
• 59,230 points
5,905 views
0 votes
1 answer

What is Virtual Trusted Platform Module (vTPM) in GCP?

A vTPM is a virtualized trusted platform module, ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
2,776 views
0 votes
1 answer

Moving bulk data out of google cloud spanner database.

Yes, you could probably use the Cloud ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
1,563 views
0 votes
1 answer

Permissions required to update a dataset.

At a minimum, to update dataset properties, ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
1,780 views
0 votes
1 answer

How to create a cloud storage bucket in GCP?

Buckets are the basic containers that hold your ...READ MORE

Oct 24, 2019 in GCP by Sirajul
• 59,230 points
2,749 views
0 votes
1 answer

install and enable the latest Elastic Network Adapter driver on an EC2 instance

Hi @Hannah, execute the following commands: Download and ...READ MORE

Oct 11, 2019 in AWS by Lisha
3,275 views
0 votes
1 answer

How to retrieve an Instance ID in UiPath Orchestrator?

Hey Apkesha, in case you have missed ...READ MORE

Oct 24, 2019 in RPA by Abha
• 28,140 points
2,716 views
0 votes
1 answer

What is threadPoolSize used for @Test methods in TestNG?

Hi Rahul, threadPoolSize tells the TestNG to form a ...READ MORE

Jun 19, 2019 in Selenium by Abha
• 28,140 points
8,214 views
0 votes
1 answer

Error saying "ImportError: No module named ansible.playbook" when installing Ansible on AWS

Hey Loki, Looks like your python library ...READ MORE

Jan 13, 2019 in Ansible by Patrick
14,986 views
0 votes
1 answer

How to check the status of logging in Google Cloud Storage?

Using gsutil, you can check logging by ...READ MORE

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

Change default expiration time for a dataset.

You can update a dataset's default table ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
1,767 views
0 votes
1 answer

How to connect to mysql database from rstudio?

Connect to the database as below. install.packages("odbc") db = ...READ MORE

Oct 7, 2019 in Data Analytics by anonymous
• 33,030 points
3,709 views
0 votes
1 answer

How to I clear Tkinter Canvas using Python?

To clear a canvas, use the delete method.  This ensures ...READ MORE

Dec 24, 2018 in Python by Nymeria
• 3,560 points
15,852 views
0 votes
1 answer

How to connect to IBM DB2 database from power Bi?

Hi, Follow these steps, to connect to IBM ...READ MORE

Mar 22, 2019 in Power BI by Cherukuri
• 33,030 points
12,043 views
+1 vote
1 answer
0 votes
1 answer

Cloud SQL of google cloud is IaaS or PaaS?

Cloud SQL is PAAS (Plaform As A ...READ MORE

Sep 23, 2019 in GCP by Sirajul
• 59,230 points
4,036 views
0 votes
1 answer

Mention some post conditions pipeline options that are used in a jenkinsfile.

We can mention some test conditions to ...READ MORE

Aug 28, 2019 in Jenkins by Sirajul
• 59,230 points
5,147 views
0 votes
1 answer

What are the advantage of using testNG?

The main advantage of testNG can be ...READ MORE

Jan 3, 2019 in Selenium by Dyna
15,385 views
+2 votes
0 answers

How to add external Jar in modular JavaFX 11 project correctly?

I'm using Java 11 and JavaFX 11. ...READ MORE

Aug 8, 2019 in Java by invzbl3
5,990 views
0 votes
1 answer

What is groovy in jenkins?

Groovy is the default scripting language that ...READ MORE

Aug 27, 2019 in Jenkins by Sirajul
• 59,230 points
5,183 views
+2 votes
0 answers

how can i download and install setookit?

Nov 30, 2019 in Others by anonymous
• 140 points
1,038 views
0 votes
1 answer

Convert character column to Date field in R Data frame

This is a good question. READ MORE

May 4, 2020 in Data Analytics by anonymous
1,008 views
+3 votes
7 answers

How can I rename a file in Python?

yes, you can use "os.rename" for that. ...READ MORE

Mar 31, 2018 in Python by DareDev
• 6,890 points
20,113 views
+2 votes
1 answer

GCP Data Proc

Hey @Deepthi, you could do this: Run the ...READ MORE

Nov 26, 2019 by Karan
• 19,610 points
1,181 views
0 votes
1 answer

Can anyone explain what is the use of Choice stage in Blueprism?

Hey, Choice Stage helps you in taking two or ...READ MORE

Oct 22, 2019 in RPA by Abha
• 28,140 points
2,760 views
+1 vote
1 answer

How to show flag at the end of the bar chart?

Hi priyanka, Follow the below steps: 1. Create a ...READ MORE

Jun 6, 2019 in Tableau by Cherukuri
• 33,030 points
8,677 views
0 votes
1 answer

RDP connection fails to Windows on GCP

If you have Windows Remote Desktop Services installed ...READ MORE

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

How to install GPU driver for a ubuntu 18.04 instance?

After you create an instance with one ...READ MORE

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

Unzip files in hdfs

To unzip a gzipped (or bzipped) file, ...READ MORE

Jul 31, 2019 in Big Data Hadoop by Joe
6,340 views
0 votes
1 answer

ProgrammingError: not all arguments converted during string formatting

Sorted!!!! just found the solution, 1 - apparently ...READ MORE

Sep 10, 2018 in Python by Priyaj
• 58,020 points
20,346 views
+1 vote
1 answer

How can I delete a file in Python IDLE?

Hey @Starsarwar You have two different codes, they ...READ MORE

Oct 28, 2019 in Python by Kalgi
• 52,350 points
2,497 views
0 votes
1 answer

What are the prerequisites to install blueprism on your system?

Hey Pratibha, prerequisites to install blueprism on ...READ MORE

Oct 17, 2019 in RPA by Zain
2,962 views
0 votes
1 answer

How can I use the sleep function in a python program?

You can use sleep as below. import time print(" ...READ MORE

Jun 10, 2020 in Python by anonymous
1,023 views
0 votes
0 answers
0 votes
1 answer
0 votes
1 answer

Configure a disk to use a snapshot schedule.

Create a Schedule as described in https://www.edureka.co/community/59616/snapshot-schedule-regularly-automatically-regional-persistent Once you ...READ MORE

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

Getting certified in which of these (AWS, Azure, GCP) help me fetch a good job in India?

Most people would recommend AWS (Amazon web Services), and it’s actually a top-tier cert to ...READ MORE

Nov 25, 2019 in GCP by Sirajul
• 59,230 points
1,238 views
+1 vote
1 answer

What should be the new technology to start if starting the career all over again ?

It's good that you are thinking in ...READ MORE

Dec 4, 2019 in Career Counselling by Raveendiran
• 980 points
826 views
+1 vote
1 answer

Is There any Connector from IBM MQ to Kinesis

The AWS documentation does not explicitly mention that ...READ MORE

Oct 30, 2019 in AWS by Tanmay
2,418 views
0 votes
3 answers

What are the skill sets required for a AWS Solutions Architect?

First and most importantly, you need excellent ...READ MORE

May 13, 2019 in Career Counselling by Vishal
13,245 views
0 votes
4 answers

What is the work of a Cloud Solution Architect?

Hi, The AWS Certified Solutions Architect - Associate ...READ MORE

Aug 29, 2020 in Career Counselling by Oliver
• 860 points
3,193 views
0 votes
1 answer

How to set custom quota for my BigQuery project?

To set a custom quota or modify ...READ MORE

Nov 21, 2019 in GCP by Sirajul
• 59,230 points
1,396 views
0 votes
2 answers
0 votes
1 answer

How to create a new table in database from R?

Use dbGetQuery to create a table by ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
3,436 views
+1 vote
2 answers

How to get the title of a webpage using Selenium Java?

Essentially, driver.getTitle(); function can be used to ...READ MORE

Dec 17, 2018 in Selenium by Vardhan
• 13,150 points
15,999 views
0 votes
1 answer

What is the maximum no of network interfaces that a VM can have?

The maximum number of virtual interfaces allowed ...READ MORE

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

Create train and test data from dataset in R

Hi, Use sample or sample.split function to create ...READ MORE

Oct 14, 2019 in Data Analytics by anonymous
• 33,030 points
3,325 views
0 votes
1 answer

Difference between Power Bi server and Power BI Service

Both the tools are quite similar but have ...READ MORE

Oct 29, 2019 in Power BI by Cherukuri
• 33,030 points
2,349 views
0 votes
1 answer

How SortBykey() operation works in Spark?

Hey, sortByKey() is a transformation. It returns an RDD sorted ...READ MORE

Aug 2, 2019 in Apache Spark by Gitika
• 65,770 points
6,143 views
0 votes
1 answer

Setting up checkpoint dir: PySpark Data Science

You can follow the below steps: Change the ...READ MORE

Aug 2, 2019 in Data Analytics by Zulaikha
• 910 points
6,135 views