Trending questions in Edureka Community

0 votes
1 answer

Is it possible to create a VM instance using an existing instance on GCP?

You can create an instance from an ...READ MORE

Sep 24, 2019 in GCP by Sirajul
• 59,230 points
3,327 views
0 votes
1 answer

How to get the current status of a local repository in Git?

Using 'git status' command in the repository ...READ MORE

Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
611 views
0 votes
2 answers
0 votes
1 answer

Listing the contents of a cloud storage bucket folder.

Use the gsutil ls command to list the contents ...READ MORE

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

Ansible playbook to start or stops a Liberty Profile server in WebSphere deployment

Check this out: - name: Start liberty_server: ...READ MORE

Oct 30, 2019 in Ansible by Tanya
1,760 views
+1 vote
1 answer

DOCKERFILE - PHP WEBSITE

Here's the Reason why your dockerfile is ...READ MORE

Oct 10, 2019 in DevOps & Agile by Karan
• 19,610 points
2,604 views
0 votes
1 answer

How can i import json file and encrypt it by using ASE MODE CBC encryption ?

Hi @Ahmed. Here's a sample code that ...READ MORE

Aug 20, 2019 in Python by Simran
4,836 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
19,441 views
+1 vote
1 answer

I encountered an "Exceeded Quota" error while trying to stream data in BigQuery table. Will the data be inserted ?

If you receive a permission error, an ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
805 views
+1 vote
0 answers

ssh db connection using python2.7

I am supposed to use python 2.7 ...READ MORE

Nov 22, 2019 in Python by sweta
• 130 points
745 views
0 votes
1 answer

How do I connect to a HIVE Meta store through a program in SparkSQL?

In spark 2.0.+ it should look something ...READ MORE

Sep 5, 2019 in Apache Spark by ravikiran
• 4,620 points
4,113 views
+1 vote
2 answers

How to create an EC2 instance in AWS Console?

Here is a step by step guide ...READ MORE

Feb 11, 2019 in AWS by Shubendu
1,752 views
0 votes
1 answer

Date formats : how to cast string to date?

Try this, it should work: > from pyspark.sql.functions ...READ MORE

Jul 29, 2019 in Apache Spark by Niall
5,743 views
0 votes
1 answer

How to get key by value in Dictionary UIPath?

Hi Slava, I think you are facing ...READ MORE

Jul 8, 2019 in RPA by Abha
• 28,140 points
6,695 views
0 votes
1 answer

Difference between openstack and redhat openstack ?

Hi, There are no difference between RedHat OpenStack ...READ MORE

Mar 13, 2020 in OpenStack by MD
• 95,440 points
3,759 views
0 votes
1 answer

How to create an instance template using the google cloud platform console?

To create an instance template through the ...READ MORE

Sep 24, 2019 in GCP by Sirajul
• 59,230 points
3,277 views
0 votes
1 answer

GCP : 404 "resourceInUse" error when trying to delete a dataset.

This error usually occurs when you are ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
1,035 views
+4 votes
4 answers

How can I prepare for my AWS SAA-C01 exam? Is there any SAA-C01 Dumps available? [closed]

Amazon SAA-C01 pdf dumps-- Finest Method for ...READ MORE

Jun 25, 2019 in Ask us Anything! by Belly
• 540 points
1 flag 3,275 views
0 votes
1 answer

Puppet: error “Job for puppetserver.service failed because the control process exited with error code”

I noticed once when I started Puppet ...READ MORE

Aug 5, 2019 in Puppet by Sirajul
• 59,230 points
5,434 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
2,565 views
0 votes
1 answer

How do I get the balance of an account in Ethereum?

On the Web: (Not programmatic, but for completeness...) ...READ MORE

Nov 15, 2018 in Blockchain by Perry
• 17,100 points
16,823 views
+1 vote
1 answer

how do I decide the throughput of the data stream?

Hi @Hannah, Estimate the average size of the ...READ MORE

Nov 19, 2019 in AWS by Aman
808 views
0 votes
1 answer

Connecting to windows VM instance on GCP.

You can connect to Windows instances by ...READ MORE

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

Python: is thread still running

The key is to start the thread ...READ MORE

Aug 5, 2019 in Python by SDeb
• 13,300 points
5,432 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
12,607 views
0 votes
1 answer

Playbook to install and start nginx on ubuntu

Write your playbook like this: --- - hosts: droplets ...READ MORE

Mar 15, 2019 in Ansible by Deep
11,597 views
+1 vote
2 answers

Non-static variable cannot be referenced from a static context. Explain?

class Program { int count ...READ MORE

Sep 28, 2019 in Java by anonymous
13,707 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,263 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,190 points
15,372 views
0 votes
1 answer

How to create a High availability VPN gateway?

You can create a HA VPN gateway ...READ MORE

Nov 13, 2019 in GCP by Sirajul
• 59,230 points
1,094 views
+1 vote
0 answers
0 votes
1 answer

What important devops tools should my organisation adopt if it is about to undergo a devops transition?

There are five key areas in which ...READ MORE

Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
525 views
0 votes
1 answer

Ubuntu 10.10: Connecting to a terminal to a serial-to-USB device on Maverick Meerkat

Check with dmesg | grep tty if system recognize ...READ MORE

Jun 10, 2019 in Linux Administration by Upasana
• 8,620 points
7,814 views
0 votes
1 answer

Push an image to the container registry.

To tag the local image with the ...READ MORE

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

How to get the desired packages in UiPath Studio if not available in Package Manager?

Steps to get your desired package in ...READ MORE

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

while using error handling in automation anywhere, How to notify client about the error without using send email option ?

Hey Dhruv, while using error handling in ...READ MORE

Oct 10, 2019 in RPA by Abha
• 28,140 points
2,514 views
+2 votes
4 answers

Datanode process not running in Hadoop

Run the following commands: Stop-all.sh start-dfs.sh start-yarn.sh mr-jobhistory-daemon.sh ...READ MORE

Oct 25, 2018 in Big Data Hadoop by Anand
17,537 views
0 votes
1 answer

Migrate from Classic VPN to HA VPN gateways.

To move from Classic VPN to HA ...READ MORE

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

How much data can I store in Amazon S3?

A single Amazon S3 object can store ...READ MORE

Aug 21, 2019 in AWS by Trisha
4,699 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,211 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
7,940 views
0 votes
1 answer

How to read data from a excel, based on that data, check in the corresponding checkbox in browser appln? Uipath

Hi, to achieve this, you can perform ...READ MORE

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

i am normalizing the data set iris in python and get the error ::TypeError: 'numpy.float64' object is not callable

TRY THIS   #Nomalisation for i in names:     print(i)   ...READ MORE

Aug 20, 2019 in Python by Noel Deepak Palle
5,557 views
0 votes
1 answer

Read Nested Json as DataFrame

Here is the code for it. da=[ {"age":34, "id":1, "name":"Tony", "salary":1400, "dept_no":[10,20], "Cntct":{"Phone":[1234567890,9876543210], "state":"NY", ...READ MORE

Jul 25, 2019 in Python by Jimmy
5,859 views
0 votes
1 answer

How to disable pop up and alert windows in Firefox browser using Selenium?

Hey Ranjan, you can use these lines ...READ MORE

May 21, 2019 in Selenium by Abha
• 28,140 points
8,684 views
0 votes
1 answer

Disable cloud storage account.

To cancel your Cloud Storage account, take ...READ MORE

Nov 18, 2019 in GCP by Sirajul
• 59,230 points
846 views
0 votes
2 answers

How many types of bots are there in Automation Anywhere?

Hi Ruchi, in automation anywhere mainly there ...READ MORE

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

Why use GKE when I can deploy a container using VM instance of compute engine itself?

You can only deploy one container for ...READ MORE

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

Access single C-PAC instance via via X2Go

Hi @hannah, follow these steps: Open X2go and ...READ MORE

Nov 26, 2019 in AWS by Priyank
488 views
+1 vote
1 answer

What if I exceeded my custom quota, but I want to reset it?

You can run your query from another ...READ MORE

Nov 21, 2019 in GCP by Sirajul
• 59,230 points
663 views