Trending questions in Edureka Community

0 votes
1 answer

How to install AWS CLI?

the best way to install AWS CLI ...READ MORE

Jan 31, 2020 in AWS by Travis
1,308 views
0 votes
1 answer

Different types of Logistic Regression

There are three main types of logistic ...READ MORE

May 13, 2019 in Machine Learning by Nikhil
12,645 views
0 votes
1 answer

Implementation of clone linking function and no callback function

Implementation of no callback function:   app.directive( "message", function(){ ...READ MORE

Feb 5, 2020 in Angular by Niroj
• 82,800 points
1,050 views
0 votes
0 answers

How to install java 8 using heira in puppet?

How do I install java8 using a ...READ MORE

Feb 3, 2020 in DevOps Tools by anonymous
• 19,550 points
1,180 views
0 votes
2 answers

What are the wait methods which can be used to handle AJAX calls?

Hi , for Ajax call better to use Explicit ...READ MORE

Sep 3, 2020 in Selenium by Sri
• 3,190 points
2,363 views
0 votes
1 answer

How much does AWS cost?

AWS offers, pay as you go model, ...READ MORE

Jan 23, 2020 in AWS by Hemanth Sharma
1,610 views
+2 votes
1 answer

Spark code takes too much time to run on cluster

Hi @asif, Share with us please the application ...READ MORE

Jan 22, 2020 in Apache Spark by Alexandru
• 510 points
1,990 views
0 votes
1 answer

How does AWS work?

AWS has become a lifesaver for many ...READ MORE

Jan 27, 2020 in AWS by Kalgi
1,431 views
0 votes
1 answer

What is azure container service?

The Azure Container Service (ACS) is a ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,190 points
1,678 views
0 votes
1 answer

draw polygon based on user input - turtle python

Try something like this: import turtle # create a ...READ MORE

Jul 6, 2019 in Python by Umer
10,313 views
0 votes
2 answers

how to loop through the content of a file using bash

#!/bin/bash for i in  `cat peptides.txt` do echo $i done READ MORE

Sep 5, 2020 in Linux Administration by Prakash K. Aithal
4,077 views
0 votes
1 answer

How to create a dashboard on azure portal?

Follow these steps to get started: Sign in ...READ MORE

Dec 26, 2019 in Azure by Sirajul
• 59,190 points
2,797 views
0 votes
1 answer

How to check if a particular partition exists in Hive?

Hey, Basically, with the following query, we can ...READ MORE

Jun 26, 2019 in Big Data Hadoop by Gitika
• 65,730 points
10,703 views
+2 votes
5 answers

How to fix this error “Invalid command ProxyRequests” while setting up Jenkins?

The reason why you're getting this error ...READ MORE

May 6, 2019 in Jenkins by Vijay
18,815 views
0 votes
1 answer

Install python using Ansible

Try something like: - hosts: all remote_user: ...READ MORE

Jul 22, 2019 in Python by Travis
9,563 views
0 votes
1 answer

How to query between databases in SQL Azure Database Server?

SQL Azure supports cross database queries: https://azure.microsoft.com/en-us/blog/querying-remote-databases-in-azure-sql-db/ Hope this ...READ MORE

Apr 9, 2019 in Azure by Prerna
• 1,960 points
14,069 views
+1 vote
1 answer

What are pseudo class in css??

Hey, The state of an element is controlled  by ...READ MORE

Jan 20, 2020 in Web Development by Niroj
• 82,800 points

edited Jan 21, 2020 by Niroj 1,663 views
0 votes
1 answer

Is it possible to restore a deleted service account on Gcloud?

It's sometimes possible to restore a deleted ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,190 points
5,253 views
0 votes
1 answer

What are azure services? What are the different services on azure?

Microsoft Azure provides various services that would ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,190 points
1,676 views
+2 votes
2 answers

How to calculate Yearly Average when few month data are missing ?

It depends whether you want to skip ...READ MORE

Jul 15, 2019 in Tableau by anonymous
• 33,050 points
9,403 views
0 votes
1 answer

Deploy a static website on a webserver

Hi @hannah. You are right, you need ...READ MORE

Dec 13, 2019 in Linux Administration by Travis
3,329 views
0 votes
1 answer
0 votes
1 answer

Will I lose my data, when a docker container exists?

No, you won’t lose any data when ...READ MORE

Jul 30, 2019 in Docker by Kavya
9,195 views
+2 votes
1 answer

How PCF (Pivotal Cloud Foundry) is different from AWS (Amazon Web Services)

PCF (Pivotal Cloud Foundry)is a commercial cloud ...READ MORE

Sep 11, 2018 in AWS by Priyaj
• 58,020 points
23,023 views
0 votes
1 answer

What is Azure Machine learning?

Azure Machine Learning is a cloud-based environment that ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,190 points
1,661 views
+1 vote
2 answers

What skills are measured in Azure DevOps Engineer Expert Certification (AZ-400 exam)?

In simple words,  analyze and test management tools,  implement tools ...READ MORE

Sep 10, 2019 in Career Counselling by harsha
7,404 views
+1 vote
0 answers

getting below error when trying to conver csv file to json :The method readerFor(Class<Map>) is undefined for the type CsvMapper [closed]

PFB source code: import java.io.File; import java.lang.*; import java.util.Arrays; import java.util.List; import ...READ MORE

Dec 29, 2019 in Java by anonymous
• 160 points

closed Jan 14, 2020 by Kalgi 2,637 views
0 votes
2 answers

Function of “hadoop namenode -format” command

Namenode is the node in the Hadoop ...READ MORE

Feb 4, 2019 in Big Data Hadoop by Kanika
23,109 views
0 votes
1 answer

How does data gets split in Sqoop?

I will drop the answer in the ...READ MORE

Jul 16, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
9,783 views
0 votes
1 answer

In how many ways we can develop custom service make available in AngularJS?

Services:  A special unit of code which ...READ MORE

Jan 29, 2020 in Web Development by Niroj
• 82,800 points
1,256 views
0 votes
1 answer

How can I install and setup Pytest framework?

Hey Yashmin, follow these steps to install ...READ MORE

Aug 22, 2019 in Selenium by Anvi
• 14,150 points
8,190 views
+3 votes
1 answer

How to install Kafka on Windows System?

These are the steps to install Kafka ...READ MORE

Feb 25, 2019 in Apache Kafka by Ramya
15,734 views
0 votes
1 answer

How to send ALT/SHIFT/CONTROL key in Selenium WebDriver?

When we generally use ALT/SHIFT/CONTROL keys, we ...READ MORE

Feb 8, 2019 in Selenium by Frankie
• 9,830 points
16,596 views
0 votes
1 answer

What is azure service fabric and how is it useful?

Azure Service Fabric is a distributed systems ...READ MORE

Jan 13, 2020 in Azure by Sirajul
• 59,190 points
1,934 views
0 votes
1 answer

Data factory - Limitations of wrangling data flow

Dataset names can only contain alpha-numeric characters. ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,190 points
2,363 views
+2 votes
0 answers

How to merge 2 parts of collection to make URL?

Hi, I have a set of collection where ...READ MORE

Jan 21, 2020 in RPA by Sharmil
• 140 points
1,579 views
+1 vote
2 answers

What is the AWS CodeStar service used for?

AWS is a web-service provider, which offers set ...READ MORE

Jun 6, 2019 in AWS by ArchanaNagur
• 2,360 points
2,189 views
+1 vote
1 answer

How t can I create email without sending in UIPath?

Create a mail message object with all ...READ MORE

Dec 2, 2019 in RPA by Sirajul
• 59,190 points
3,763 views
0 votes
1 answer

Cannot understand this "No X11 DISPLAY variable" error thrown at me

If you're on the main display, then export ...READ MORE

Jun 5, 2019 in Linux Administration by Upasana
• 8,620 points
11,548 views
0 votes
0 answers

Hi, I am installing ansible in Aws VM, seeing error - conflicting requests, any idea of resolution?

Hi, I am installing ansible in Aws ...READ MORE

Feb 6, 2020 in AWS by anonymous
• 19,550 points
917 views
0 votes
1 answer

Is there a way to mask the password from java user input that comes from Scanner class and System.out.Println()?

You can use the console class to do so. ...READ MORE

May 27, 2019 in Java by Omkar
• 69,180 points
11,903 views
0 votes
1 answer

Is it possible to directly go for AWS professional certification exam without associate certifications?

Yes you can do that- Let me guide ...READ MORE

Jun 14, 2019 in AWS by Damon Salvatore
• 5,980 points
11,109 views
+1 vote
1 answer

Can you give example for environment module and also explain about environmnet

Hi @Vivek So basically when you are working ...READ MORE

Jan 16, 2020 in Ansible by Kalgi
• 52,340 points
1,731 views
+2 votes
1 answer

please someone tell the code to launch an instance in digital ocean using java

In order to create a digital ocean ...READ MORE

Jan 14, 2020 in Java by Sirajul
• 59,190 points
1,792 views
+1 vote
1 answer

How to convert records from csv to a list in Python?

If you are using Python 3.x then ...READ MORE

Jun 25, 2019 in Python by Arvind
• 3,050 points

edited Jun 26, 2019 by Kalgi 10,574 views
0 votes
1 answer

Can I create multiple instances of services while still using Azure free account? Or should I upgrade account?

Yes, you can create multiple instances of ...READ MORE

Dec 30, 2019 in Azure by Sirajul
• 59,190 points
2,495 views
0 votes
1 answer

Resource group in Azure.

An Azure resource group is a way ...READ MORE

Jan 20, 2020 in Azure by Sirajul
• 59,190 points
1,589 views
0 votes
1 answer

Azure DevOps: Can't switch between organisations in Azure AD.

When you use two or more organizations ...READ MORE

Jan 2, 2020 in Azure by Sirajul
• 59,190 points
2,358 views
+1 vote
1 answer

what is splunk?

Splunk is a software platform to search, ...READ MORE

Jan 24, 2020 in Big Data Hadoop by Vardhan
1,384 views
0 votes
1 answer

Join in RDD using keys

Suppose you have two dataset results( id, ...READ MORE

Aug 2, 2019 in Apache Spark by Trisha
8,964 views