Trending questions in Edureka Community

0 votes
1 answer

What is transclusion Scope in AngularJs?

hey @kartik, Let me start with What is ...READ MORE

Feb 6, 2020 in Angular by Niroj
• 82,880 points
575 views
0 votes
1 answer

CodePipeline error "Command did not exit successfully REPOSITORY_URI= xxxx.xxxx.ecr.us-east-xxx.amazonaws.com/python exit status 127"

You have a space between  = and xxxx.xxxx.ecr.us-east-xxx.amazonaws.com/python. Delete ...READ MORE

Jul 4, 2019 in AWS by Ashish
9,976 views
0 votes
1 answer

What is Azure Databricks?

Azure Databricks is an Apache Spark-based analytics ...READ MORE

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

how to add grand total for discrete fields (columns)?

Hey, You cannot add Grand Total for discrete ...READ MORE

Oct 21, 2019 in Tableau by anonymous
• 33,030 points
5,233 views
0 votes
2 answers

What is the python logic to check if a number is armstrong number or not?

a = int (input('enter number')) num = a sum ...READ MORE

Jul 16, 2020 in Python by amrut
• 240 points
1,329 views
0 votes
1 answer

What is a Favicon, and Why is It Important?

A favicon is your website logo that ...READ MORE

Jan 30, 2020 in Web Development by Niroj
• 82,880 points
855 views
0 votes
1 answer

What is transclusion in AngularJS?

Hey, Let me explain you about transclusion from ...READ MORE

Feb 5, 2020 in Angular by Niroj
• 82,880 points

edited Feb 5, 2020 by Niroj 598 views
+1 vote
4 answers

Execute shell script file using kubernetes as a cron job

use /bin/sh instead of /bin/bash This solved it ...READ MORE

May 7, 2019 in Kubernetes by Sid
17,070 views
0 votes
0 answers

not able to get output in spark streaming??

Hi everyone, I tried to count individual words ...READ MORE

Feb 4, 2020 in Apache Spark by akhtar
• 38,230 points
676 views
0 votes
1 answer

Is it possible to pass parameters to a pipeline run?

Yes, parameters are a first-class, top-level concept ...READ MORE

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

What degree do I need for working in the cyber security domain?

While it’s possible to find certain entry-level ...READ MORE

Jan 29, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points
876 views
0 votes
1 answer

How can I check for NaN in Python?

math.isnan() Checks if the float x is a ...READ MORE

Aug 16, 2018 in Python by Priyaj
• 58,090 points
23,822 views
+1 vote
4 answers

What are the roles and responsibilities of an android developer?

Hi, These are the listed roles and responsibilities ...READ MORE

Jul 26, 2019 in Career Counselling by Gitika
• 65,910 points
13,529 views
0 votes
1 answer

What is routing in AngularJS?

Routing is just another way of fixing ...READ MORE

Feb 6, 2020 in Angular by Niroj
• 82,880 points
530 views
+2 votes
0 answers

Partial screenshot in Linux with Python Selenium

Taking a partial screenshot of an element by ...READ MORE

Jan 21, 2020 in Python by Noor
• 200 points
1,193 views
+1 vote
1 answer

How to get into ethical hacking?

How to become an ethical hacker very much ...READ MORE

Jan 31, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points

edited Oct 6, 2021 by Sarfaraz 734 views
0 votes
0 answers

Can I get chatbot code?

Feb 5, 2020 in Python by Mahesh
• 120 points

edited Feb 5, 2020 by Gitika 617 views
0 votes
1 answer

What are the type of $watch()?

hey kartik, Before you move in to the ...READ MORE

Feb 3, 2020 in Angular by Niroj
• 82,880 points
623 views
0 votes
1 answer

What is affinity group in azure?

Affinity groups ensure that resources created within ...READ MORE

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

Is Spark Sql provides indexing to improve processing speed?

Hi@akhtar, There is no concept of indexing in ...READ MORE

Feb 4, 2020 in Apache Spark by MD
• 95,440 points
587 views
0 votes
1 answer

Need help to select good high configuration laptop for doing ML,NLP ?

Get the RAM of max size available, ...READ MORE

Feb 4, 2020 in Machine Learning by Nishant
580 views
0 votes
0 answers

Pyplot error "only size-1 arrays can be converted to Python scalars"

I am getting the following error while ...READ MORE

Nov 28, 2019 in Python by Sumit
• 130 points
3,564 views
0 votes
1 answer

View total size of an S3 bucket - aws cli

To view stats about a bucket, which ...READ MORE

Aug 23, 2019 in AWS by Parth
7,693 views
0 votes
1 answer

Cannot create directory /hive/xzxz/_temporary/0. Name node is in safe mode.

Hi@akhtar, Here you are trying to save csv ...READ MORE

Feb 3, 2020 in Apache Spark by MD
• 95,440 points
617 views
0 votes
1 answer

What is isolated Scope in AngularJs?

Hello kartik, As we know Scope is a ...READ MORE

Feb 5, 2020 in Angular by Niroj
• 82,880 points
521 views
0 votes
1 answer

How to start a career in cyber security?

Career path for cybersecurity There are multiple job ...READ MORE

Jan 29, 2020 in Career Counselling by Sirajul
• 59,230 points
821 views
0 votes
1 answer

Difference between cogroup and full outer join in spark

Please go through the below explanation : Full ...READ MORE

Jul 14, 2019 in Apache Spark by Kiran
9,442 views
0 votes
1 answer

Failed to provision partition ed0dc93f-107c-4ab4-a785-afd687d3e734 on Azure storage.

This usually happens when you select a data volume that ...READ MORE

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

What is the relation between transclusion scope and directive isolated scope in AngularJS ?

hey, Let me help you out with the ...READ MORE

Feb 6, 2020 in Angular by Niroj
• 82,880 points
457 views
+1 vote
1 answer

How to extract every nth element of a vector using R?

m <- 1:50 n<- m[seq(1, length(m), 6)] The above ...READ MORE

May 14, 2018 in Data Analytics by zombie
• 3,790 points
27,756 views
0 votes
1 answer

What are ARM templates?

Resource Manager template is a JavaScript Object ...READ MORE

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

How to get an entry level cyber security job?

Cybersecurity analyst (sometimes called information security analyst) ...READ MORE

Jan 29, 2020 in Career Counselling by Sirajul
• 59,230 points
794 views
0 votes
0 answers

Error: Package: R-core-devel-3.6.0-1el7.x86_64 (epel) Requires: pcre2-devel

Hi, I am getting this error when try ...READ MORE

Jan 31, 2020 in Apache Spark by Hasid
• 370 points
752 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
702 views
0 votes
1 answer

How do I let other users access my Azure Database?

You don't have to grant the user ...READ MORE

Jan 23, 2020 in Azure by Sirajul
• 59,230 points
1,047 views
+1 vote
1 answer

What is SQL injection?

hey @Fighnithi, Yes,SQL injection is one of the ...READ MORE

Jan 22, 2020 in Web Development by Niroj
• 82,880 points
1,048 views
0 votes
4 answers

Cannot find module 'fabric-network' - is my application installation done wrong?

First, install grpc and run it: $ npm ...READ MORE

May 20, 2019 in Blockchain by John
4,540 views
0 votes
0 answers

derivion logistic regresion from odds function

Feb 7, 2020 in Machine Learning by GANJI
• 120 points
450 views
0 votes
1 answer

What is the difference between Call back transclusion function and no call back transclusion function?

Hey,    There is no difference between clone linking and ...READ MORE

Feb 5, 2020 in Angular by Niroj
• 82,880 points
476 views
0 votes
1 answer

What is sql azure?

SQL Azure is Microsoft’s cloud database service. Based ...READ MORE

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

How to groupBy/count then filter on count in Scala

I think the exception is caused because ...READ MORE

Apr 19, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
28,867 views
0 votes
1 answer

How can we achieve transclusion in AngularJs?

Hii,  In order to know what transclusion is ...READ MORE

Feb 5, 2020 in Angular by Niroj
• 82,880 points
474 views
0 votes
1 answer

What is azure web role?

Web role is basically an Azure Cloud ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points

edited Oct 7, 2021 by Sarfaraz 1,155 views
+1 vote
0 answers

Could not start the machine edureka_host_vm because the following physical network interfaces were not found:

Could not start the machine edureka_host_vm because ...READ MORE

Jan 28, 2020 in Linux Administration by Harish
• 130 points
842 views
0 votes
1 answer

What does a cyber security analyst do?

Cybersecurity analyst (sometimes called information security analyst) ...READ MORE

Jan 29, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points
773 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,880 points
466 views
+2 votes
1 answer

What is AWS EMR?

When we search for something in Google ...READ MORE

Jan 24, 2020 in AWS by Praveen Sripati
908 views
+1 vote
1 answer

How much does a cyber security engineer make or earn?

Cybersecurity job market is fast-growing and the ...READ MORE

Jan 29, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points

edited Oct 7, 2021 by Sarfaraz 716 views