Latest questions in Edureka Community

0 votes
1 answer

Can I run actions in parallel in codepipeline? - AWS

Yes. You can configure one or more ...READ MORE

Jul 1, 2019 in AWS by Garima
8,024 views
0 votes
1 answer

Can I duplicate an existing CodePipeline?

Yes, you can duplicate your pipeline. All ...READ MORE

Jul 1, 2019 in AWS by Pallavi
1,708 views
0 votes
1 answer

Can i edit an existing pipeline? - AWS

Yes. You can use the AWS CodePipeline ...READ MORE

Jul 1, 2019 in AWS by Travis
807 views
0 votes
1 answer

What are artifacts in aws Codepipeline?

When an action runs, or an event ...READ MORE

Jul 1, 2019 in AWS by Tyagi
2,477 views
0 votes
1 answer

What is a revision in AWS CodePipeline?

A revision is a change made to ...READ MORE

Jul 1, 2019 in AWS by Sidd
715 views
+1 vote
2 answers

Why should I use AWS CodePipeline?

Jenkins is getting old and if your ...READ MORE

Jul 3, 2019 in AWS by Jack
1,017 views
0 votes
1 answer

What is AWS CodePipeline?

Yes, Amazon's CodePipeline was one of the ...READ MORE

Jul 1, 2019 in AWS by David
549 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
802 views
0 votes
2 answers

Top N and Last N records in R Data Frame

Hi, top_n( ) and top_frac( ) also is ...READ MORE

Sep 3, 2019 in Data Analytics by anonymous
• 33,030 points
4,901 views
0 votes
0 answers

Check records containing pattern and return those records in a dataframe

Hi, I want to check rows containing ...READ MORE

Jul 1, 2019 by Prabhu
111 views
0 votes
0 answers

Join 2 columns based on condition in R

How to join 2 columns in R ...READ MORE

Jul 1, 2019 in Data Analytics by nikita
2,129 views
0 votes
1 answer

Replace columns containing row id into a constant value - R

Create a vector of the list of ...READ MORE

Jul 4, 2019 in Data Analytics by Cherukuri
• 33,030 points
479 views
0 votes
2 answers

What is the best training for Salesforce ADM-201 Exam?

Hi @Vardhan, I took Edureka's Salesforce Online Training, ...READ MORE

Jun 3, 2021 in Others by Jaya
• 140 points

edited Dec 22, 2021 by Soumya 553 views
0 votes
1 answer

Using shell variables in an awk script

Using -v is, imo, The best way because ...READ MORE

Jul 1, 2019 in Linux Administration by Shubham
• 13,490 points
2,377 views
0 votes
1 answer

Can I analyze a program's core dump file with GDB when it has command-line parameters?

You can simply use of GDB, to debug ...READ MORE

Jul 1, 2019 in Linux Administration by Shubham
• 13,490 points
7,735 views
0 votes
1 answer

Maven project is not generating TestNG results within the test-output folder in a Selenium project

You can find the answer here. In Run ...READ MORE

Aug 30, 2020 in Selenium by Karthikeya
• 140 points
4,825 views
+1 vote
1 answer

How can I get All Text in robot framework ?

${elem} = Get WebElements ...READ MORE

Jan 29, 2020 in Selenium by Abhishek
• 160 points
12,003 views
0 votes
1 answer

How does Hadoop process data which is split across multiple boundaries in an HDFS?

I found some comments: from the Hadoop ...READ MORE

Jul 1, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
738 views
0 votes
2 answers

Get key by value in dictionary

I have slightly modified your program to ...READ MORE

Nov 25, 2021 in Python by Python Coder
594 views
0 votes
1 answer

How to read a large file, line by line, in Python?

The correct, fully Pythonic way to read ...READ MORE

Jul 1, 2019 in Python by SDeb
• 13,300 points
596 views
0 votes
1 answer

I can’t spy elements in Accessibility mode in blur prism .. however I can do it in HTML mode

Hey Jeenesh, this is one of the ...READ MORE

Jul 1, 2019 in RPA by Abha
• 28,140 points
2,638 views
0 votes
2 answers

How to check if a csv file is empty in pandas?

Try this: df = pd.DataFrame(columns=['Name', 'ID', 'Department']) if df.empty ...READ MORE

Jul 1, 2019 in Python by Bob
14,060 views
0 votes
1 answer

Difference between [[1]] and [1] in R Programming

Hey Latha, The difference between them is that ...READ MORE

Jun 29, 2019 in Data Analytics by anonymous
• 33,030 points
5,885 views
0 votes
0 answers

Split a string and store it in multiple columns from a field in R

How to Split a string and store ...READ MORE

Jun 29, 2019 in Data Analytics by Anand
733 views
0 votes
1 answer

How to replace all occurrences of a character in a character column in a data frame in R

If you used sub() to replace the ...READ MORE

Jun 29, 2019 in Data Analytics by anonymous
• 33,030 points
17,544 views
0 votes
1 answer

substring of last N characters in R

Use below code -  If the elements within ...READ MORE

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

Target multiple hosts with different configurations

You do not need three different roles ...READ MORE

Jul 4, 2019 in AWS by Lavanya

edited Jul 4, 2019 523 views
0 votes
1 answer

To attach a file using mail command on Linux

$ echo | mutt -a syslogs.tar.gz admin@domain.org READ MORE

Jun 28, 2019 in Linux Administration by Upasana
• 8,620 points
2,614 views
0 votes
0 answers

How to create a custom column for comparing between of 2 numbers?

Hi How do I create a custom ...READ MORE

Jun 28, 2019 in Power BI by Phalguni
• 1,020 points
497 views
0 votes
1 answer

How can I figure out if an R program was executed from the command line?

Try this code: if (interactive()) { print('Hello ...READ MORE

Jun 28, 2019 in Data Analytics by Zulaikha
• 910 points
425 views
0 votes
1 answer

R programming: Data Categorization

Try this: wineData$taste <- NA ...READ MORE

Jun 28, 2019 in Data Analytics by Zulaikha
• 910 points
710 views
0 votes
1 answer

Python urllib2 Response header

Try to request as Firefox does. You ...READ MORE

Jun 28, 2019 in Python by SDeb
• 13,300 points
2,064 views
0 votes
1 answer

Access the sole element of a set

Use set.pop: >>> {1}.pop() 1 >>> In your case, it would be: return ...READ MORE

Jun 28, 2019 in Python by SDeb
• 13,300 points
497 views
0 votes
0 answers

LIVE PODCAST THREAD** (#2 Are Smart contracts really the Future?)

Hey guys this is the link to ...READ MORE

Jun 28, 2019 in Blockchain by Vardhan
• 13,190 points
657 views
0 votes
1 answer

Explain to me the installation procedures for RHadoop packages (RMR, RHDFS, RHBase).

Download packages rhdfs, rhbase, rmr2 and plyrmr ...READ MORE

Jun 28, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
785 views
0 votes
1 answer

Warning: Unable to load Hadoop Native Library for your platform. [closed]

 I had the same issue. It's solved ...READ MORE

Jun 28, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
5,835 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,462 views
0 votes
1 answer

how to use urllib module in python?

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

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

Why we provide input elements in "Start" of each action page in Blue Prism Object Studio?

Hey Sanchari, we provide input elements to ...READ MORE

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

Configure Windows Azure For URL rewrite using WordPress.

You need to understand that the configuration is ...READ MORE

Jun 28, 2019 in Azure by Perry
• 17,100 points
3,334 views
0 votes
1 answer

How to create a sub-container in Azure?

You can create a container named "content" and ...READ MORE

Jun 28, 2019 in Azure by Perry
• 17,100 points

edited Oct 7, 2021 by Sarfaraz 1,745 views
0 votes
0 answers

How to create a sub-container in Azure?

How to create a sub-container in Azure ...READ MORE

Jun 28, 2019 in Azure by sabby
• 4,390 points
908 views
0 votes
1 answer

How to save the content on the page (full page) using Selenium WebDriver?

Selenium isn't designed to do this, you ...READ MORE

Jun 28, 2019 in Selenium by Vaishnavi
• 1,180 points
4,385 views
0 votes
1 answer

How can you run Selenium test cases on Jenkins?

You can use recorded Selenium IDE script ...READ MORE

Jun 28, 2019 in Selenium by Vaishnavi
• 1,180 points
3,460 views
0 votes
1 answer

How to change the datatype of any field in an external dataset in R?

Hi Anand, Try as below - class(dataset/dataframe$col_name) <- ...READ MORE

Jun 28, 2019 in Data Analytics by anonymous
• 33,030 points
542 views
0 votes
1 answer

CodePipeline Build failed, error asking for runtime version.

If you use the aws/codebuild/standard:2.0 CodeBuild managed ...READ MORE

Jun 28, 2019 in AWS by Haseeb
3,006 views
0 votes
1 answer

AWS CodePipeline error "YAML_FILE_ERROR Message: Wrong number of container tags, expected 1"

Show your spec.yaml file. Most probably the ...READ MORE

Jun 28, 2019 in AWS by Himanshu
7,390 views
0 votes
1 answer

Example for using taint and tolerance - Kubernetes

Hey @Tara, this is how you use ...READ MORE

Jun 28, 2019 in Kubernetes by Faiza
1,148 views