Trending questions in Edureka Community

0 votes
1 answer

Can I give a user access to cloud storage who doesn't have a GCP account?

Yes, you could certainly do this.  You can ...READ MORE

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

uploading an object into the cloud storage bucket.

Suppose you want to upload an image ...READ MORE

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

Different between Amazon Machine Image and Docker Image

AMI is a complete machine image which ...READ MORE

Aug 13, 2019 in AWS by Praveen
• 700 points
4,813 views
0 votes
2 answers

How do I fix the “no space left on device” error in docker?

Try cleaning up: $ docker volume rm $(docker ...READ MORE

Aug 14, 2019 in Docker by Sirajul
• 59,230 points
12,725 views
0 votes
1 answer

Error saying "Failed to find required executable gpg in paths"

Hey @Nisha, according to your error, your ...READ MORE

Mar 13, 2019 in Ansible by Yesha
11,263 views
0 votes
1 answer

Python error "ImportError: No module named pygame.locals"

You need to download and install the ...READ MORE

Jun 18, 2019 in Python by Greg
7,072 views
0 votes
1 answer

ansible playbook that installs or uninstalls IBM Installation Manager

have a look at this ansible-playbook. It ...READ MORE

Oct 30, 2019 in Ansible by Yesha
1,307 views
0 votes
1 answer

Is it possible to create an instance with a boot disk that is smaller than 10GB?

You would probably encounter the following error: Disk ...READ MORE

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

Puppet: Error: Could not parse for environment production: Syntax error at '='; expected '}'

This error occurs if puppet apply -e is used ...READ MORE

Aug 1, 2019 in Puppet by Sirajul
• 59,230 points
5,172 views
+2 votes
1 answer

unistall and install Azure powershell on mac

Hey start the uninstallation process by checking ...READ MORE

Oct 22, 2019 in Azure by Pearl
1,652 views
0 votes
1 answer

Deploy PHP application with Redis - Kubernetes

Hi, @Hannah, Follow these steps: 1. Create a ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
1,580 views
0 votes
2 answers

How do I get the size of a java.sql.ResultSet?

You could probably do rows-count. ResultSet rs = ...READ MORE

Aug 22, 2019 in Java by Sirajul
• 59,230 points
13,199 views
+1 vote
1 answer

Not able to Import scikitplot package in my Jupyter Lab

To overcome this issue, you need to ...READ MORE

Feb 21, 2019 in Python by Yami
12,069 views
0 votes
1 answer

Generating a new password to connect to windows instance on Google cloud.

You can generate a new password to ...READ MORE

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

How to fix "failed to execute script docker compose" error on windows 7?

It seems like the container is not ...READ MORE

Jun 27, 2018 in Blockchain by Omkar
• 69,220 points
22,444 views
0 votes
1 answer

Can some one explain k-means algorithm with examples?

What is K-means Clustering? K-means (Macqueen, 1967) is ...READ MORE

Sep 10, 2019 in Python by Arvind
• 3,050 points
3,464 views
+2 votes
1 answer

MDX and DAX Queries

Hi Gloria, Use TopCount() function to return the top ...READ MORE

Oct 9, 2019 in Power BI by raksha
2,111 views
0 votes
1 answer

Sum Filtered Data in Tableau

Hi Anitha, Its quite simple, To use a ...READ MORE

Mar 13, 2019 in Tableau by Cherukuri
• 33,030 points
11,244 views
0 votes
1 answer

How can we read Numeric and String and date format in Excelsheet by using single program

Hey, I have gone through your code. ...READ MORE

Sep 6, 2019 in Selenium by Abha
• 28,140 points
3,586 views
+1 vote
2 answers

Looping through PDF files to extract specific data using Uipath

Hi Rashi, you can access all the ...READ MORE

Mar 5, 2019 in RPA by Anvi
• 14,150 points
7,756 views
0 votes
1 answer

How can I optimize GPU performance?

You can optimize the performance on instances ...READ MORE

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

Error: object 'params' not found.

@pragyat, Remove " " around data value in ...READ MORE

Nov 4, 2019 in Data Analytics by priya
3,140 views
0 votes
1 answer

Remove characters from field in dataframe

Use the below code to update the ...READ MORE

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

Monitor the resource usage in GKE cluster.

Yes, GKE usage metering tracks information about ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,811 views
0 votes
1 answer

How is a hardware failure handled by the Google compute engine?

Google states that just in case of ...READ MORE

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

How do I ensure that my service account keys are not compromised?

If you delete a key, your application ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,242 views
0 votes
1 answer

How do I completely disable Kube DNS replication?

You can completely disable Kube DNS. Kube ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,231 views
0 votes
1 answer

Errors while moving code from UiPath Community Edition 2019.10.0 to Enterprise Edition 2019.4.4

Hey @Pratibha, these errors are due to ...READ MORE

Oct 23, 2019 in RPA by Abha
• 28,140 points
1,539 views
0 votes
2 answers

How do I force a pod to run on a specific node?

By default, anti-affinity is not attempted by Kubernetes as ...READ MORE

Aug 6, 2019 in Kubernetes by Sirajul
• 59,230 points
5,128 views
0 votes
1 answer

How to add page tooltips to Power BI Report?

Follow the below steps: 1. Create multiple pages in ...READ MORE

Oct 30, 2019 in Power BI by anonymous
• 33,030 points
1,268 views
+4 votes
9 answers

Will robots take over surgeons?

Yes we will definitely need a surgeon ...READ MORE

Nov 30, 2018 in Events & Trending Topics by anonymous
2,285 views
0 votes
1 answer

Python: For loop to iterate class object

Refer to the below code: class Try: ...READ MORE

May 22, 2019 in Python by Raj
8,177 views
0 votes
1 answer

Using Cloudfront for posting data

The POST request must be done to ...READ MORE

Sep 3, 2019 in AWS by Lakshminarayan
3,695 views
0 votes
5 answers

denied: requested access to the resource is denied : docker

You need to tag your image before ...READ MORE

Jul 27, 2018 in Docker by Kalgi
• 52,350 points
15,102 views
0 votes
1 answer

ansible playbook to create and remove a WebSphere Application Server Node Agent profile

This should workout: - name: Create profile_nodeagent: ...READ MORE

Oct 30, 2019 in Ansible by Tanishq
1,217 views
0 votes
1 answer

What are Multiple-Part processes in blueprism?

Hello, Multiple-Part Processes are the processes where ...READ MORE

Oct 22, 2019 in RPA by Abha
• 28,140 points
1,602 views
0 votes
0 answers

pass datasource for job to AWS Glue client in JAVA

How can i mention datasource for AWS ...READ MORE

Nov 10, 2019 in Java by cheshta
• 120 points
814 views
0 votes
1 answer

Features of KNN algorithm

The KNN algorithm has the following features: KNN ...READ MORE

May 13, 2019 in Machine Learning by Vedant
8,552 views
0 votes
2 answers

Add images to README.md on GitHub

This is the easiest way to go ...READ MORE

Aug 21, 2018 in Git & GitHub by Nilesh
• 7,060 points
20,060 views
0 votes
1 answer

How to upgrade a cluster without losing my instance template?

On an upgrade, GKE creates a new ...READ MORE

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

How to enable the GKE usage metering?

To enable GKE usage metering, you first create ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,776 views
0 votes
8 answers

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

For me, Bangalore is better. I have ...READ MORE

Feb 7, 2019 in Career Counselling by Kanika
12,533 views
–1 vote
0 answers
0 votes
1 answer

showing an error in a MySQL trigger

use this code: CREATE TRIGGER sample_trigger_msg ...READ MORE

Sep 27, 2019 in Database by Omaiz
• 560 points
2,614 views
0 votes
1 answer

How to open a new browser tab using Ruby Selenium Webdriver?

Hi Utkarsh, you can use JS Executor ...READ MORE

Aug 27, 2019 in Selenium by Abha
• 28,140 points
3,984 views
0 votes
1 answer

How to arrange ggplots in custom order?

You can arrange a ggplot by using ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,230 views
0 votes
1 answer

Cannot find ‘Development Robots’ for community version 2019.10

Hello there, In newest version of Orchestrator the ...READ MORE

Oct 24, 2019 in RPA by Himanshu
1,447 views
+1 vote
1 answer

Nginx: 502 Bad Gateway error after deploying redmine in kubernetes cluster.

I have fixed the problem! the issue ...READ MORE

Jul 12, 2019 in Kubernetes by Mehrez Kanzari
6,052 views
0 votes
2 answers

How to skip headers when reading a CSV file in S3 and creating a table in AWS Athena?

Thanks for the answer. This should be clear ...READ MORE

Aug 14, 2019 in AWS by athenauserz
11,904 views
0 votes
1 answer

How to put border for all legends together and separate borders for each legend in ggplot?

Hi Anitha, There are 2 functions used to ...READ MORE

Jul 24, 2019 in Data Analytics by Cherukuri
• 33,030 points
5,431 views