Trending questions in Edureka Community

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,609 views
+1 vote
1 answer

How to change fill color in each facet using ggplot2?

You can map the facetting variable to ...READ MORE

May 8, 2018 in Data Analytics by kappa3010
• 2,090 points
25,787 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,535 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,340 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,581 views
+1 vote
1 answer
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,098 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
3,037 views
0 votes
2 answers
0 votes
1 answer

How to remove a Znode in Zookeeper?

Hey, Removes a specified znode and recursively all ...READ MORE

May 28, 2019 in Big Data Hadoop by Gitika
• 65,770 points
9,167 views
+2 votes
0 answers

how can i download and install setookit?

Nov 30, 2019 in Others by anonymous
• 140 points
1,090 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,812 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,054 views
0 votes
1 answer

How to run mapreduce program in terminal?

You can reference the below steps: Step 1: ...READ MORE

Jan 31, 2019 in Big Data Hadoop by Srishti
14,204 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,092 views
0 votes
1 answer

Why is Hive called as Data Warehouse?

Hive is a data warehouse infrastructure tool ...READ MORE

Jul 26, 2019 in Big Data Hadoop by Joshua
6,601 views
0 votes
1 answer

ERROR: Ansible playbook execution failed - Ansible Jenkins

Hey @Asha, Try to run it as user ...READ MORE

Apr 4, 2019 in Ansible by Aman
11,477 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
6,166 views
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,933 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,503 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,446 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,200 views
0 votes
1 answer
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,304 views
0 votes
0 answers
+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
3,266 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,852 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,467 views
+1 vote
1 answer

Python Selenium - Trying to find element by text on page

Hello @User, Here is an example for ...READ MORE

Dec 31, 2018 in Selenium by Priyaj
• 58,020 points
15,469 views
+2 votes
2 answers

How to download multiple files in Google Cloud Storage?

You can achieve this through the gsutil ...READ MORE

May 9, 2018 in GCP by kurt_cobain
• 9,350 points
23,758 views
0 votes
3 answers

How to transpose Spark DataFrame?

Please check the below mentioned links for ...READ MORE

Jan 1, 2019 in Apache Spark by anonymous
20,182 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
14,404 views
0 votes
1 answer

How do I check if the GPU driver is properly installed?

After completing the driver installation steps, verify ...READ MORE

Nov 7, 2019 in GCP by anonymous
• 19,610 points
2,059 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
870 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
2,415 views
+1 vote
1 answer

bash: sbin/hadoop: No such file or directory

The hadoop command is not present in ...READ MORE

Sep 18, 2019 in Big Data Hadoop by Omkar
• 69,220 points
4,177 views
–1 vote
1 answer

How can I perform Select All method on a webpage using Selenium Webdriver?

@Kashish, normally we use Ctrl+A to perform ...READ MORE

Jun 25, 2019 in Selenium by Scott
7,934 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
7,351 views
0 votes
1 answer

AWS to GCP migration.

Migrate for Compute Engine gets enterprise applications ...READ MORE

Oct 21, 2019 in GCP by Sirajul
• 59,230 points
2,773 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,217 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,420 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,216 views
0 votes
0 answers

Self Created Laravel Link Not Working

I installed laravel 6.0 through composer and ...READ MORE

Dec 3, 2019 in Others by anonymous
• 120 points
956 views
0 votes
3 answers

Jenkins Interview questions

Hey Jerry, some of the interview questions ...READ MORE

May 31, 2019 in Career Counselling by Ramesh
2,838 views
0 votes
2 answers

Explain OOPs concept in python with programatic examples

OOP reflects the real world behavior of ...READ MORE

Jun 24, 2020 in Python by rahul
• 360 points
2,059 views
+2 votes
1 answer

In Jenkins while creating node when we select option 'launch agent by Connecting it to the master' what should be launch command?

The command looks something like this:  java -jar ...READ MORE

Nov 4, 2019 in Jenkins by Sirajul
• 59,230 points
2,127 views
0 votes
1 answer

"main" java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataInputStream

1. We will check whether master and ...READ MORE

Jul 29, 2019 in Apache Spark by Yogi
6,375 views
+2 votes
1 answer

How many people had completed AWS certified solution architect-Associate level in world-wide?

Hi, I took my exam on 24th ...READ MORE

Oct 30, 2019 in AWS by Arun
2,385 views
0 votes
1 answer

I want to set maximum bytes billed to 1000000. How do I do this?

In the CLI, use bq query command with the --maximum_bytes_billed flag. bq ...READ MORE

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

How to check wether a bucket exists using boto3?

You can use this code to check ...READ MORE

Dec 6, 2018 in AWS by Rishav
16,537 views