Trending questions in Edureka Community

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
7,548 views
0 votes
1 answer

How do I set up a global virtual machine instance on google cloud?

Log into the VM using gcloud compute ssh ...READ MORE

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

What are the advantages of using gcp?

Google Cloud Platform is a medium that ...READ MORE

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

How to use regular expressions in R?

Set of operators to use for regular ...READ MORE

Nov 2, 2019 in Data Analytics by anonymous
• 33,030 points
445 views
0 votes
1 answer

R: Highlight the map portion where zoomed or viewing.

@ch, Use the minimap to show a side ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
904 views
+1 vote
0 answers

Class not found exception in wordcount program in mapreduce

import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import java.io.IOException; import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat; import org.apache.hadoop.mapreduce.*; import org.apache.hadoop.mapreduce.lib.input.FileInputFormat; import ...READ MORE

Oct 3, 2019 in Big Data Hadoop by Tarun
• 160 points

edited Oct 3, 2019 by Omkar 1,359 views
0 votes
1 answer

Change ggplot2 default color palette

If the scale is continuous, then you can ...READ MORE

Aug 20, 2019 in Data Analytics by anonymous
• 33,030 points
3,673 views
0 votes
2 answers

Handling untrusted SSL certificates in different browsers using Selenium?

Hi Ishita, you can handle untrusted SSL ...READ MORE

Jun 4, 2019 in Selenium by Abha
• 28,140 points
5,836 views
0 votes
1 answer

Reduce markers overlapping in maps

Hey, You can either reduce the font size ...READ MORE

Sep 23, 2019 in Data Analytics by anonymous
• 3,450 points
1,797 views
0 votes
1 answer

What is the best ways to keep my Google Cloud Storage bucket data safe?

There's rsync command that could be used ...READ MORE

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

Python error "Python NameError: global name 'Thread' is not defined"

There is a built-in function with the ...READ MORE

May 31, 2019 in Python by Riya
6,749 views
0 votes
0 answers

How to write a playbook for websphere deployment?

Oct 19, 2019 in Ansible by Rajendra
• 510 points
702 views
0 votes
1 answer

Migrate WordPress from on-prem VM to AWS

Hi @hannah, its a good decision to ...READ MORE

Oct 17, 2019 in AWS by Aleesha
749 views
0 votes
1 answer

Summarize with a condition

You can provide condition to summarize using ...READ MORE

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

Load data into teradata using sqoop export

The general syntax to do this as ...READ MORE

Aug 9, 2019 in Big Data Hadoop by Kunal
3,720 views
0 votes
1 answer

How to define capabilities using ChromeOptions for RemoteWebDriver in Selenium?

Hi Celina, to define capabilities for RemoteWebdriver, ...READ MORE

Jul 5, 2019 in Selenium by Abha
• 28,140 points
5,231 views
0 votes
1 answer

Spark Error: StackOverflowError : Exception in thread "main" java.lang.StackOverflowError at org.apache.spark.rdd.UnionRDD$$anonfun$1.apply

Hey, It already has SparkContent.union and it does know how to ...READ MORE

Jul 31, 2019 in Apache Spark by Gitika
• 65,910 points
4,108 views
0 votes
1 answer

Difference between label and popup in addmarkers() in leaflet

Hey, its quite simple. Label in leaflet displays ...READ MORE

Sep 20, 2019 in Data Analytics by rajitha
1,930 views
0 votes
1 answer

Truncate numeric values without round off

You can either use substring function or ...READ MORE

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

How is a Jenkinsfile structured? What is its role?

For defining a Pipeline in SCM, a ...READ MORE

Oct 11, 2019 in Jenkins by Sirajul
• 59,230 points
996 views
0 votes
1 answer

How to import data to hbase database?

There are 3 Ways to Load Data ...READ MORE

Jul 10, 2019 in Big Data Hadoop by Karan Reddy
5,004 views
0 votes
1 answer

Make Redis slaves dicoverable - Kubernetes

Use something like this: application/appl/redis-slave-service.yaml apiVersion: v1 kind: Service metadata: ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
475 views
0 votes
1 answer

Python error "IndexError: Cannot choose from an empty sequence"

Hi @Isha, According to your error  File ...READ MORE

Jul 5, 2019 in Python by Patric
5,218 views
0 votes
1 answer

Change AWS console language

Click on the language at the bottom ...READ MORE

Aug 30, 2019 in AWS by Kishore

edited Sep 6, 2023 by Khan Sarfaraz 2,793 views
0 votes
3 answers

Truffle migrate Could not connect to your Ethereum client.

As mentioned in the previous answer, you ...READ MORE

Feb 19, 2019 in Blockchain by Dinesh
11,350 views
0 votes
3 answers

What are the certifications required for getting a job as Azure Devops Engineer?

Generally they require AZ-400: Microsoft Azure DevOps ...READ MORE

Jan 23, 2019 in Career Counselling by esh
900 views
0 votes
2 answers

Please explain me the difference between scanner and the buffer reader?

As per your question for reading a ...READ MORE

Aug 27, 2019 in Java by Sirajul
• 59,230 points
3,422 views
+1 vote
1 answer

How to create polygons around states in leaflet?

Use addPolygons() to create polygons in a ...READ MORE

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

How to combine 2 fields in a dataframe to create a new field?

Use paste command or append function to ...READ MORE

Oct 31, 2019 in Data Analytics by Cherukuri
• 33,030 points
432 views
0 votes
0 answers

How to visualize the randomForest model in R?

How to visualize the randomForest model in ...READ MORE

Oct 22, 2019 in Data Analytics by ch
• 3,450 points
537 views
0 votes
1 answer

What all languages and dev stacks does AWS Beanstalk support?

These are the following languages that AWS ...READ MORE

Oct 18, 2019 in AWS by Umer
667 views
0 votes
2 answers

How to use virtual environment in Python?

venv (for Python 3) and virtualenv (for Python 2) allow ...READ MORE

Aug 25, 2020 in Python by Pistle
• 300 points
488 views
0 votes
2 answers

How to set working directory to source file location in R?

Hi,  I'm not sure about the command but you ...READ MORE

Aug 20, 2019 in Data Analytics by Cherukuri
• 33,030 points
13,420 views
0 votes
1 answer

Restrict access from seeing the CloudTrail Event History - CloudTrail

CloudTrain or for a matter of fact, ...READ MORE

Sep 30, 2019 in AWS by Kashish
1,449 views
0 votes
1 answer

Default session timeout for a java app engine

Default session timeout is set to 30 ...READ MORE

Sep 25, 2019 in GCP by Sirajul
• 59,230 points
1,654 views
0 votes
1 answer

Error while attaching the regional persistent disk to an existing instance.

When attaching a disk to an existing ...READ MORE

Oct 18, 2019 in GCP by Sirajul
• 59,230 points
666 views
0 votes
0 answers
0 votes
1 answer

What are the different methods for the authentication of Google Compute Engine API?

There are various techniques for the authentication ...READ MORE

Oct 7, 2019 in GCP by Sirajul
• 59,230 points
1,137 views
0 votes
0 answers

How to mount the S3 bucket using IAM role or S3fs and use in ElasticBeanstalk

Hi Team, Can you please confirm how we ...READ MORE

Sep 20, 2019 in DevOps on Cloud by rahulkathpal
• 120 points
1,898 views
0 votes
1 answer

Credit earn rate - AWS EC2 INSTANCE

T2 Standard instances get 30 launch credits ...READ MORE

Oct 21, 2019 in AWS by Payal
527 views
0 votes
2 answers

How does networking on Docker for Windows work?

Each container has a virtual network adapter (vNIC) which is connected ...READ MORE

Aug 29, 2020 in Docker by Pistle
• 1,000 points
1,823 views
0 votes
1 answer

Which is the Preferred Method of Storing Passwords In Database?

Generally, we can use the sha hash ...READ MORE

Oct 11, 2019 in Database by Omaiz
• 560 points
952 views
+1 vote
0 answers

How to zip a folder with r image files from RStudio?

How to zip a folder with r ...READ MORE

Oct 10, 2019 in Data Analytics by ch
• 3,450 points
1,002 views
0 votes
1 answer

How to resolve corrupted blocks in Hadoop?

You can use hdfs fsck / to ...READ MORE

Jul 5, 2019 in Big Data Hadoop by Nandini
5,181 views
+1 vote
1 answer

map data not yet available

It could be due to the limited ...READ MORE

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

Deploying containers on Compute engine's VM instance or using GKE to deploy.

By deploying containers on Compute Engine, you ...READ MORE

Sep 26, 2019 in GCP by Sirajul
• 59,230 points
1,592 views
0 votes
1 answer

How to crop white space around image(Magick) in R?

@sreenivas, Use image_trim to crop the extra part of ...READ MORE

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

PySpark not starting: No active sparkcontext

Seems like Spark hadoop daemons are not ...READ MORE

Jul 30, 2019 in Apache Spark by Jishan
4,097 views
+1 vote
1 answer

Adding Jar file to project

Changing the JRE System Library might work.  Right-click ...READ MORE

Sep 4, 2019 in Java by Esha
2,511 views
0 votes
1 answer

How to push a docker image onto the Azure Container Registry (ACR)?

Before pushing local Docker image to ACR, ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
5,208 views