Trending questions in Edureka Community

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

Delimiter on the data

You can use this: import org.apache.spark.sql.functions.struct val df = ...READ MORE

Jul 25, 2019 in Big Data Hadoop by Vinay
350 views
0 votes
1 answer

What does the operator "/=" do in python?

x = 20 res = x /= 5 print(res) The ...READ MORE

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

What is Flow Decision used for in UiPath studio?

Hi Smita, Flow Decision activity is a ...READ MORE

Mar 19, 2019 in RPA by Pratibha
• 3,690 points
5,874 views
0 votes
1 answer

What are the key differences between python and java?

There are a lot of pressing  topics ...READ MORE

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

Limit for Namenode Quantity

Each file Schema = 150bytes   Block schema ...READ MORE

Jul 25, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
349 views
0 votes
1 answer

Spark on Yarn

If you just want to get your ...READ MORE

Jul 18, 2019 in Apache Spark by ravikiran
• 4,620 points
640 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,764 views
0 votes
1 answer

Getting error while using sqoop import.

You are trying to execute the sqoop ...READ MORE

Jul 5, 2019 in Big Data Hadoop by Reshma
1,211 views
0 votes
1 answer

Example showing a way to create a grouped bar chart with Matplotlib?

Have a look at this: import matplotlib import matplotlib.pyplot ...READ MORE

May 27, 2019 in Python by Bobin
2,883 views
0 votes
1 answer

Hive: "SET LOCATION" command not changing the location of the database

The SET LOCATION command does not change ...READ MORE

May 20, 2019 in Big Data Hadoop by Yash
3,189 views
0 votes
1 answer

Generator Expressions vs. List Comprehension

Generator expression resemble list comprehensions. List comprehensions ...READ MORE

Jul 15, 2019 in Python by Wajiha
• 1,950 points
771 views
0 votes
1 answer

How can I run test cases in parallel using TestNG in selenium webdriver?

Hi Sobia, for running test cases in ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
2,188 views
0 votes
1 answer

Python function to check if a given string is a keyword

You can get the list of keywords ...READ MORE

Jun 17, 2019 in Python by Drishya
1,971 views
0 votes
2 answers

How to store Amazon Athena Query Results into new Table?

You can use CTAS - as Amazon ...READ MORE

Aug 6, 2019 in AWS by Geva
4,136 views
0 votes
1 answer

Automation script for handling Calendar on a webpage using Selenium Webdriver?

Hi Shruti, here's the automation script for ...READ MORE

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

Produce compressed data from map reduce

 It is straight forward and you can achieve ...READ MORE

Jul 24, 2019 in Big Data Hadoop by John
371 views
0 votes
1 answer

How do I configure and attach an internet gateway for use with Elastic Load Balancing?

Follow these steps: First, create an internet gateway and ...READ MORE

May 16, 2019 in AWS by Archu
3,357 views
0 votes
1 answer

Error: schemaTool failed

Hey, The error you got because you might ...READ MORE

May 13, 2019 in Big Data Hadoop by Gitika
• 65,910 points
3,473 views
0 votes
1 answer

How to save ggplots?

Hi you can save plots using ggsave() Code ...READ MORE

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

How to use Hbase shell in a bash script?

Hello, To write scripts with HBase shell it includes non-interactive mode, ...READ MORE

May 29, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,779 views
0 votes
0 answers

How do you create a new class instance using class method in python?

What is the function of super() in ...READ MORE

Jul 26, 2019 in Python by Waseem
• 4,540 points
350 views
0 votes
0 answers

Is game development good in python?

What are the tools and libraries for ...READ MORE

Jul 26, 2019 in Python by Waseem
• 4,540 points
349 views
0 votes
0 answers

Edit date values in ggplot line chart -R

Hi, I want to edit the data ...READ MORE

Jul 25, 2019 in Data Analytics by rekha
355 views
+1 vote
1 answer

Error in .External.graphics - R

You need to install arulesViz package,and load ...READ MORE

Jul 8, 2019 in Data Analytics by sindhu
1,007 views
0 votes
1 answer

What is abs in Python?

The abs() method returns the absolute value ...READ MORE

Jul 16, 2019 in Python by Arvind
• 3,040 points
699 views
0 votes
1 answer

I am asked for a user name and password when I connect to a CodeCommit repository from Windows

This happens because of the built-in credential ...READ MORE

Jul 8, 2019 in AWS by Anvit
1,046 views
0 votes
1 answer

Connect 2 pods

You can connect those two pods by ...READ MORE

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

How to rollback a deployment?

Applying changes to a Deployment process with ...READ MORE

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

How to exclude a particular test group from a test case execution?

Hey Catherine, you can use exclude tag in the ...READ MORE

Jun 20, 2019 in Selenium by Abha
• 28,140 points
1,859 views
0 votes
1 answer

How can I capture screenshot of a webpage partially in Selenium?

Hey Tejasvi, you can capture screenshot of ...READ MORE

Jul 8, 2019 in Selenium by Anvi
• 14,150 points
1,040 views
0 votes
1 answer

Kubernetes: What are init conatiners ?

Generally, in Kubenetes, a pod can have ...READ MORE

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

Is there any method to reset the HTML text box in Selenium Webdriver?

Hey Anushka, you can use clear() function to ...READ MORE

Jun 25, 2019 in Selenium by Abha
• 28,140 points
1,639 views
+1 vote
1 answer

Sqoop: How to load all tables except one?

You can use the import-all-tables option and along with ...READ MORE

Feb 18, 2019 in Big Data Hadoop by Omkar
• 69,230 points
7,043 views
+1 vote
3 answers

Which language should I learn when starting career as data scientist - R or Python

I'll put down a few parameters on ...READ MORE

Oct 26, 2018 in Data Analytics by Kalgi
• 52,360 points
1,053 views
0 votes
1 answer

Access error: “Rate Exceeded” or “429” message when connecting to a CodeCommit repository

All calls to CodeCommit are subjected to ...READ MORE

Jul 8, 2019 in AWS by Janvi
1,036 views
0 votes
0 answers

How do you install python 3.6 in linux?

I am having trouble choosing interpreter as ...READ MORE

Jul 24, 2019 in Python by Waseem
• 4,540 points
391 views
0 votes
1 answer

How to install Apache Ant to configure it with Selenium Webdriver?

Hey Surbhi, you need to follow these ...READ MORE

Jul 17, 2019 in Selenium by Anvi
• 14,150 points
645 views
0 votes
0 answers

Plot different lines as per category and color using ggplot

Hi, how to show different types of ...READ MORE

Jul 23, 2019 in Data Analytics by nidhi
432 views
0 votes
2 answers

Maximum size of an Java array

There are actually two limits.  The maximum element ...READ MORE

Aug 20, 2019 in Java by Sirajul
• 59,230 points
5,469 views
0 votes
1 answer

How to start and stop a cluster on AWS using kops without stopping the instance

Export your KOPS_STAT_STORE variable export KOPS_STATE_STORE=s3://your-bucket-name Get your instances ...READ MORE

Jan 8, 2019 in Kubernetes by Kashish
8,860 views
0 votes
1 answer

How to iterate over a string when there is successive increase in its length?

The following code might help -  mystring = ...READ MORE

Jul 22, 2019 in Python by Arvind
• 3,040 points
426 views
0 votes
1 answer

How to get multiple Sets of Measure Names with different Filters on a single sheet in Tableau?

The easiest solution to your query is: 1) ...READ MORE

Aug 23, 2018 in Tableau by Naruto
• 710 points
14,816 views
0 votes
1 answer

Can anyone state some of the advantages of Page Object Model framework?

Hey Naomi, POM (Page Object Model) framework ...READ MORE

Jun 4, 2019 in Selenium by Rakshit
2,501 views
+1 vote
1 answer

UiPath Community Studio

Hi, if you are using the UiPath ...READ MORE

Jul 17, 2019 in RPA by Abha
• 28,140 points
592 views
0 votes
1 answer

How to load data of .csv file in MySQL Database Table?

At first, put the dataset in the ...READ MORE

Jul 5, 2019 in Database by Reshma
1,154 views
0 votes
0 answers

Axis does not start from bottom of the plot

Hi, im trying to create a custom ...READ MORE

Jul 25, 2019 in Data Analytics by samira
329 views
0 votes
1 answer

Create vars based on number of elements on the list

Hey @Ashish, you can try something like ...READ MORE

Jul 23, 2019 in Python by Haseeb
364 views
0 votes
1 answer

How can we create data driven framework using TestNG?

Hey Yuvraj, we can create a Data ...READ MORE

Jun 12, 2019 in Selenium by Anvi
• 14,150 points
2,136 views
+14 votes
5 answers

Difference between hyperledger fabric and sawtooth?

Source: https://www.hyperledger.org/wp-content/uploads/2017/ ...READ MORE

Aug 29, 2018 in Blockchain by Anurag
8,526 views