Most viewed questions in Edureka Community

0 votes
1 answer

Working of map function on data

The map function creates an array of ...READ MORE

Jul 11, 2019 in Apache Spark by Krish
698 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
698 views
0 votes
1 answer

What is group_name_filter property in Hue file?

The group_name_attr is used to set the username in the ...READ MORE

May 28, 2019 in Big Data Hadoop by Vasu
698 views
0 votes
1 answer

Why Max is throwing in below query in hive for alias?

Hi, You can do one thing, just enclose ...READ MORE

May 17, 2019 in Big Data Hadoop by reshma
698 views
+1 vote
1 answer

How can I reverse list in Python?

Reversing a list is a commonly used ...READ MORE

May 13, 2019 in Python by Taj
• 1,080 points
698 views
+1 vote
1 answer

How to create a redshift cluster?

You can create a Redshift Cluster using ...READ MORE

Feb 25, 2019 in AWS by Priyaj
• 58,090 points
698 views
0 votes
1 answer

What are the attributes used while ec2 instance creation using AWS CLI?

This is the list of attributes that ...READ MORE

Feb 16, 2019 in AWS by Lionel
698 views
0 votes
1 answer

Ansible and NetApp provisioning

Ansible and NetApp hopped in as one ...READ MORE

Jan 25, 2019 in Ansible by Vivan
698 views
0 votes
1 answer

What is the difference between Hadoop API and Streaming?

Usually we have Map/Reduce pair written in ...READ MORE

Dec 12, 2018 in Big Data Hadoop by Neha
• 6,300 points
698 views
0 votes
1 answer

How do I import document files in R programming

Try the following: read.table("~/SMSSpamCollection", header=TRUE, sep="\t") Change "~/" to the "ptah/to/your/file/" Mess around ...READ MORE

Nov 5, 2018 in Data Analytics by Kalgi
• 52,360 points
698 views
0 votes
1 answer

What is lexical scoping in R

Under lexical scoping rules, if an “unknown” ...READ MORE

Nov 2, 2018 in Data Analytics by Maverick
• 10,840 points
698 views
0 votes
1 answer

Does map/reduce merge output files after reduce phase?

Hey there, instead of doing the file ...READ MORE

Sep 25, 2018 in Big Data Hadoop by digger
• 26,740 points
698 views
0 votes
1 answer

map 2 ports in my deployment file - kubernetes ingress

You can add as many ports as ...READ MORE

Sep 24, 2018 in Kubernetes by Kalgi
• 52,360 points
698 views
0 votes
1 answer

Can i include custom data in a AWS cloudwatch alarm

You would have routied the alert event ...READ MORE

Aug 2, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
698 views
0 votes
0 answers

Convert timestamp to date in Oracle SQL

How can we convert timestamp to date? READ MORE

Aug 29, 2022 in Database by Kithuzzz
• 38,010 points
697 views
0 votes
1 answer

When to use IMG vs. CSS background-image?

You can transition a div's background image ...READ MORE

Jun 10, 2022 in CSS by Edureka
• 12,690 points
697 views
0 votes
1 answer

Rendertron for NuxtJS and Firestore site for SEO purposes

reconfigue the server setting  app.use(rendertron.makeMiddleware({ proxyUrl: 'https://ampedcast-7c1d6.uc.r.appspot.com/render', ...READ MORE

Feb 21, 2022 in Others by narikkadan
• 63,420 points
697 views
0 votes
1 answer

18) OLAP is 'Analytics used with Business intelligence'

Option a) True. If you wish to master ...READ MORE

Dec 3, 2020 in Data Analytics by Gitika
• 65,910 points
697 views
0 votes
1 answer

How to save files in Git Stash?

Hi@akhtar, Git Stash temporarily save changes you've made to ...READ MORE

Nov 20, 2020 in Git & GitHub by MD
• 95,440 points
697 views
0 votes
1 answer

Recursion in DAX

You can check this out:  DECLARE @myTable as ...READ MORE

Sep 28, 2020 in Power BI by Gitika
• 65,910 points
697 views
0 votes
1 answer

Would this approach will work as an Agile development project?

Based on my understanding of your description, ...READ MORE

Sep 22, 2020 in PMP by Gitika
• 65,910 points
697 views
0 votes
1 answer

What is Azure stack?

Azure Stack is a hybrid cloud computing software solution ...READ MORE

Jan 10, 2020 in Azure by Sirajul
• 59,230 points
697 views
0 votes
1 answer

What's the advantage of using a SSD boot disk instead of the standard ones?

Using an SSD persistent disk as a ...READ MORE

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

Puppet module path is not updating.

The puppet confdir depends on user that executes puppet ...READ MORE

Aug 5, 2019 in Puppet by Sirajul
• 59,230 points
697 views
0 votes
1 answer

How to work with multidimensional arrays in Scala?

Hi, Here is an example you can follow: scala> ...READ MORE

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

How to set LDAP authentication for HiveServer2 for unmanaged clusters?

To enable LDAP authentication for HiveServer2 unmanaged ...READ MORE

Jun 3, 2019 in Big Data Hadoop by Sanman
697 views
0 votes
1 answer

AWS : updating DynamoDB

DynamoDb range key cannot have null attributes. ...READ MORE

Jan 28, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
697 views
+1 vote
1 answer

How to give line numbers in errors in R?

Use the following command: options(show.error.locations = TRUE) READ MORE

Nov 8, 2018 in Data Analytics by Maverick
• 10,840 points
697 views
0 votes
1 answer

Python authenticated calls to bitfinex exchange

You should use byte type api_secret. api_secret = ...READ MORE

Sep 7, 2018 in Blockchain by slayer
• 29,350 points
697 views
0 votes
2 answers

how to print the current time using python?

print(datetime.datetime.today()) READ MORE

Feb 14, 2019 in Python by Shashank
• 1,370 points
697 views
0 votes
1 answer

Is there any way to check for missing packages and install them in R?

There are 2 options: Either you can use ...READ MORE

Apr 17, 2018 in Data Analytics by nirvana
• 3,130 points
697 views
+1 vote
2 answers

View onto a numpy array?

 just index it as you normally would. ...READ MORE

Oct 18, 2018 in Python by roberto
697 views
0 votes
0 answers

Use camera flashlight in Android

I'm trying to use the cameras LED ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
696 views
0 votes
0 answers

how to install virtualenv on Ubuntu 20.04 GCP instance?

I am trying to install python3 virtualenv. ...READ MORE

Nov 8, 2022 in GCP by Ashwini
• 5,430 points
696 views
0 votes
1 answer

I have a problem with counta function in VBA

When the worksheet name has a space, ...READ MORE

Oct 3, 2022 in Others by narikkadan
• 63,420 points
696 views
0 votes
1 answer

Excel COUNTIF "Column D" year equals 2015 and Column L equals "15 or greater"

COUNTIFS() with an S allows the ability of multiple ...READ MORE

Oct 3, 2022 in Others by narikkadan
• 63,420 points
696 views
0 votes
1 answer

PowerBI app is hanging showing "Building your app ..."

Upgrade to v2 if you haven't done ...READ MORE

Mar 2, 2022 in Power BI by gaurav
• 23,260 points
696 views
0 votes
1 answer

How to login to Azure with Azure CLI?

Hi@akhtar, You can run the Azure CLI with ...READ MORE

Nov 10, 2020 in Azure by MD
• 95,440 points
696 views
0 votes
0 answers
0 votes
1 answer

How to set static IP in Linux RedHat?

Hi@akhtar, To set a static ip in Red ...READ MORE

Feb 24, 2020 in OpenStack by MD
• 95,440 points
696 views
+1 vote
1 answer

What is AWS Elastic Beanstalk?

Cloud Computing is reshaping the entire application ...READ MORE

Jan 31, 2020 in AWS by Archana
696 views
0 votes
1 answer

How do you configure automatic build in jenkins?

Works in Jenkins can be activated intermittently ...READ MORE

Aug 6, 2019 in Jenkins by Sirajul
• 59,230 points
696 views
0 votes
2 answers

How to lock a thread in Python?

Lock objects can release the lock at ...READ MORE

Jul 23, 2020 in Python by sahil
• 580 points
696 views
0 votes
1 answer

What is setup.py in Python?

Suppose you want to install a module ...READ MORE

Jul 10, 2019 in Python by Neel
• 3,020 points
696 views
0 votes
1 answer

Map function with example in python

The map function executes the function_object for each ...READ MORE

May 23, 2019 in Python by Imran
696 views
0 votes
1 answer

What is Rotate credentials policy in AWS?

Rotate Credential Policy allows IAM users to ...READ MORE

Apr 10, 2019 in AWS by Abhi
696 views
0 votes
3 answers

How much do application developer get paid?

Hey, An Applications Software Developer will usually earn ...READ MORE

Jun 27, 2019 in Career Counselling by Gitika
• 65,910 points
696 views
+1 vote
2 answers

Stacked barchart - R programming with ggplot2

Use position = stack inside geom_bar() ggplot(mydata, aes(x = ...READ MORE

Aug 23, 2019 in Data Analytics by anonymous
• 33,030 points
696 views
0 votes
1 answer

Orphaned Docker mounted host volumes?

For Docker 1.9 and up there's a ...READ MORE

Jul 31, 2018 in DevOps & Agile by Kalgi
• 52,360 points
696 views
0 votes
1 answer

Find length of string in R

You can try nchar > nchar("fast") [1] 4 > set.seed(10) > ...READ MORE

Apr 17, 2018 in Data Analytics by DataKing99
• 8,240 points
696 views