Trending questions in Edureka Community

+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
726 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,719 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,093 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
775 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,792 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,719 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,548 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,008 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,246 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,307 views
+1 vote
0 answers
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,408 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,241 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,083 views
0 votes
3 answers

Spark Scala: How to list all folders in directory

val spark = SparkSession.builder().appName("Demo").getOrCreate() val path = new ...READ MORE

Dec 5, 2018 in Big Data Hadoop by Mark
16,589 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,701 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
775 views
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
511 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,357 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,552 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,017 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,511 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,490 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,343 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,661 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,767 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,623 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,841 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
479 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,544 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,044 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,530 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,661 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,525 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
652 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,316 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,769 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,672 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,355 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,066 views
0 votes
4 answers

Can I talk to company's employees on LinkedIN and ask them about the company before joining?

Hey, Of course, it is very much necessary ...READ MORE

Apr 17, 2019 in Career Counselling by pavitra
11,315 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,347 views
0 votes
0 answers

How to upload a file in to aws s3 by using programmatically?? [closed]

Sep 13, 2019 in AWS by anonymous

closed Sep 16, 2019 by Kalgi 3,685 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,174 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,629 views
0 votes
1 answer

What is the use of Process Template in blueprism?

Hey there, Process Templates are used in ...READ MORE

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

SQL - table with rows with no null values.

SELECT primary_author, published_date, title FROM ...READ MORE

Sep 4, 2019 in Tableau by johnmario
• 160 points
7,332 views
+1 vote
1 answer

Create a Cloud Filestiore instance on GCP.

You could create a cloud filestore instance ...READ MORE

Nov 22, 2019 in GCP by Sirajul
• 59,230 points
597 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
788 views