Trending questions in Edureka Community

0 votes
1 answer

Local and Global parameters rules - python

In python, variables that are only referenced ...READ MORE

Jul 24, 2019 in Python by Alia
460 views
0 votes
1 answer

How can I create an object of WebDriverWait class?

Hey Harman, you can create object of ...READ MORE

Jul 4, 2019 in Selenium by Rashid
1,358 views
0 votes
1 answer

How can I include a JavaScript file in another JavaScript file in Node.js?

In Node.js to include a JavaScript file in ...READ MORE

Jul 31, 2019 by sunshine
• 1,300 points
196 views
+1 vote
1 answer

How to create an Ec2 instance using Python boto3?

You can use the following code, it ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
10,489 views
0 votes
1 answer

CSV integration with Hadoop

For integrating Hadoop with CSV, we can use ...READ MORE

Jul 16, 2019 in Big Data Hadoop by Krish
811 views
0 votes
1 answer

What is Streams in Scala?

Hi, A stream is a lazy list as ...READ MORE

Jul 25, 2019 in Apache Spark by Gitika
• 65,910 points
416 views
0 votes
4 answers

Renaming AWS Lambda function

Nope- the function name is immutable READ MORE

Mar 7, 2019 in AWS by anonymous
13,312 views
0 votes
2 answers

How do I start jenkins as an admin without having the need of entering credentials?

I found a way around: Go to /Users/Username/.jenkins/ Open config.xml and remove ...READ MORE

Aug 22, 2018 in Jenkins by DareDev
• 6,890 points
7,246 views
0 votes
1 answer

How many partitions can do for one table?

Well, there are two kinds of partitions: 1. ...READ MORE

Jul 22, 2019 in Big Data Hadoop by Kunal
538 views
0 votes
1 answer

what is webserver in python?

The Apache HTTP Server has been the most commonly ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
452 views
0 votes
1 answer

Is puppet suitable for large organisations only?

Puppet is suitable for any organization size.  The ...READ MORE

Jul 26, 2019 in Puppet by Sirajul
• 59,230 points
372 views
0 votes
1 answer

What is pod security policy and why is it important?

In Kubernetes, Pod Security Policies consists of ...READ MORE

Jul 17, 2019 in Kubernetes by Sirajul
• 59,230 points
757 views
0 votes
1 answer

What is the purpose of hash function in python?

The hash() method returns the hash value of an object if it ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
709 views
0 votes
1 answer

how to package a kubernetes application?

Helm is a package manager which allows users ...READ MORE

Jul 17, 2019 in Kubernetes by Sirajul
• 59,230 points
759 views
0 votes
0 answers

How to click an image in gmail using selenium

The image in the body of the ...READ MORE

Jul 13, 2019 in Selenium by anonymous
969 views
+1 vote
1 answer

Creating a range of dates in Python

Yes, you can do it as follows: import ...READ MORE

Jul 4, 2019 in Python by Wajiha
• 1,950 points
1,272 views
+1 vote
1 answer

Error saying "Error in file(out, "wt") : cannot open the connection" when execute help command in r

Hey @Ali, change working dir, exit r ...READ MORE

Nov 21, 2018 in Data Analytics by Maverick
• 10,840 points
11,030 views
0 votes
2 answers

Docker Network Nginx Resolver

I had the exact same error. Funny ...READ MORE

May 7, 2019 in Docker by Pallavi
9,806 views
0 votes
1 answer

Does Amazon SNS service price include taxes?

Except as otherwise noted, our prices are ...READ MORE

Jul 24, 2019 in AWS by Ananya
443 views
0 votes
1 answer

what are Resources in puppet?

Resources are the fundamental unit for modeling ...READ MORE

Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
448 views
0 votes
1 answer

Difference between List(list1,list2) and c(list1,list2) in R

Hi Deepa, It's quite simple, let me explain ...READ MORE

Jun 26, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,769 views
0 votes
1 answer

How can we ignore header line while loading data into Pig?

You can use the following code: A = ...READ MORE

Jul 22, 2019 in Big Data Hadoop by kiran
528 views
0 votes
0 answers

How to Reset a Terminal session object.

Jul 25, 2019 in RPA by anonymous
479 views
0 votes
1 answer

Can somebody explain the process of installing modules from the command line in puppet?

Puppet module install command installs a module ...READ MORE

Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
408 views
0 votes
2 answers

Why Redis is mandatory for Cluster environment in UiPath orchestrator?

because it's uipath and it has a ...READ MORE

Jun 27, 2019 in RPA by anonymous
3,432 views
0 votes
0 answers

Calendar - R

HI, can you help me to create ...READ MORE

Jul 25, 2019 in Data Analytics by kriti
448 views
+1 vote
1 answer

Is there a way to convert JSON data to readable table in power bi

Follow these steps step 1 - Click on ...READ MORE

Sep 24, 2018 in Power BI by Hannah
• 18,570 points
13,499 views
0 votes
1 answer

Explain vararg arguments.

Hey, With varargs, we can pass a variable ...READ MORE

Jul 24, 2019 in Apache Spark by Gitika
• 65,910 points
435 views
0 votes
1 answer

Pycharm error: could not find a version that satisfies the requirement

Check the python version installed. Tensorflow is ...READ MORE

May 29, 2019 in Data Analytics by Zulaikha
• 910 points
2,851 views
0 votes
1 answer

How to build a high availability cluster in Kubernetes?

Add nodes in a HA cluster in ...READ MORE

Jul 12, 2019 in Kubernetes by Sirajul
• 59,230 points
963 views
0 votes
1 answer

At which point of time Scala will take default arguments?

Hi, If we omit an argument in a ...READ MORE

Jul 25, 2019 in Apache Spark by Gitika
• 65,910 points
392 views
0 votes
1 answer

Hadoop input folder not found?

Hey, This is because the user directory not ...READ MORE

Jun 14, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,198 views
0 votes
1 answer

Setting the webdriver.chrome.driver system property

When u use Selenium 3.x you should ...READ MORE

Jun 26, 2018 in Selenium by Samarpit
• 5,910 points
17,419 views
0 votes
1 answer

CodePipeline error "ERROR: Failed to record SCM polling for hudson.model"

Register the jenkins custom pipeline custom action ...READ MORE

Jul 4, 2019 in AWS by Akki
1,332 views
0 votes
1 answer

What happens when you use lambda inside lambda?

Yes you can use lambda inside lambda. ...READ MORE

Jun 19, 2019 in Python by Wajiha
• 1,950 points
1,941 views
0 votes
1 answer

Classes implementing InputFormat frequently

FileInputFormat : Base class for all file-based InputFormats Other ...READ MORE

Jul 24, 2019 in Big Data Hadoop by Reshma
422 views
0 votes
1 answer

Error saying "ImportError: No module named 'pymongo'"

Hey @Harika, try this: sudo apt-get install python-pip sudo ...READ MORE

Feb 9, 2019 in DevOps & Agile by Monish
7,560 views
0 votes
1 answer
0 votes
1 answer

How can I use text automation activities to extract data from a table and display it in UiPath studio?

Hi @Simran, if you want to extract ...READ MORE

Mar 28, 2019 in RPA by Pratibha
• 3,690 points
5,534 views
+1 vote
0 answers
0 votes
1 answer

How to execute combiner and partitioning program without adding package name?

Yes, it is possible to do so ...READ MORE

Jul 16, 2019 in Big Data Hadoop by Raman
766 views
0 votes
1 answer

Can we change the path where the Hive data is stored in HDFS?

Yes, you can but it has to ...READ MORE

Jul 14, 2019 in Apache Spark by Yogi
872 views
0 votes
1 answer

Error: Loading data to mysql

You have to use sqoop to export data ...READ MORE

Jul 23, 2019 in Apache Spark by Janan
460 views
0 votes
1 answer

Why should I use Kubernetes?

With the advent of microservice architecture, users ...READ MORE

Jul 12, 2019 in Kubernetes by Sirajul
• 59,230 points
936 views
0 votes
1 answer

Query regarding ArrayBuffer

It's because that is the syntax. This ...READ MORE

Jul 26, 2019 in Big Data Hadoop by Rishi
331 views
0 votes
1 answer

Need a python script to login into a website but username and password are in a txt file (Selenium automation script)

I had a similar requirement. I had ...READ MORE

Jan 31, 2019 in Python by Omkar
• 69,230 points
7,939 views
+1 vote
1 answer

is it possible to compare a values to a backslash in Python?

The backslash "\" character is used to ...READ MORE

Jun 28, 2019 in Python by Neel
• 3,020 points
1,483 views
0 votes
1 answer
0 votes
1 answer

Install Kivy dependencies for Ubuntu?

Execute the following commands for Ubuntu 17.10 ...READ MORE

May 31, 2019 in Python by Tripti
2,728 views
0 votes
3 answers

What is Phantom deadlock?

To understand phantom deadlock, you need an ...READ MORE

Feb 13, 2019 in Database by Ravi kumar
8,779 views