Trending questions in Edureka Community

0 votes
0 answers

what are the problems associated with big data

what are the problems associated with big ...READ MORE

Jan 7, 2022 in Big Data Hadoop by surbhi
• 3,820 points
1,617 views
0 votes
1 answer

What is MapReduce?

MapReduce is a programming model and implementation ...READ MORE

Dec 24, 2021 in Big Data Hadoop by Kavya
• 700 points
2,220 views
0 votes
0 answers

how to fork a Ethereum chain

how to fork a Ethereum blockchain ? what ...READ MORE

Feb 4, 2022 in Blockchain by pawan

edited Mar 4, 2025 392 views
0 votes
0 answers

Jenkins installation problem

Hello Edureka Team I am facing with problems ...READ MORE

Feb 2, 2022 in Others by Aziza

edited Mar 4, 2025 454 views
+2 votes
4 answers

How to run Jenkins jobs on multiple slaves with a single job configuration?

use multijob plugin READ MORE

Jan 3, 2019 in Jenkins by Ajit Jadhav
50,338 views
0 votes
0 answers

how to ignore zero values

time =int(input()) day = time // (24 * ...READ MORE

Jan 31, 2022 in Python by anonymous

edited Mar 4, 2025 511 views
0 votes
0 answers
0 votes
1 answer

Error:npm-cli.js not found when running npm

Hello @kartik, You need to run this in ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,800 points
22,535 views
0 votes
0 answers

Jenkins to run ansible playbook to manage remote host

I have installed Jenkins and Ansible in ...READ MORE

Jan 30, 2022 in Others by Dhaneesh

edited Mar 4, 2025 466 views
0 votes
0 answers

IndentationError: expected an indented block

I keep getting this error irrespective of ...READ MORE

Jan 30, 2022 in Python by anonymous

edited Mar 4, 2025 440 views
+2 votes
1 answer

How to create measure out of column

To convert the LossValue column into a ...READ MORE

Apr 29, 2024 in Power BI by anonymous
• 1,420 points
2,034 views
0 votes
1 answer

I am trying to install PIL module But I end up with an error :

Hi@Nishant, You can use PILLOW instead of PIL. $ ...READ MORE

Apr 6, 2020 in Python by MD
• 95,460 points
29,059 views
0 votes
1 answer

what is hbase in hadoop?

HBase is an open-source non-relational distributed database ...READ MORE

Dec 14, 2021 in Big Data Hadoop by anonymous
2,408 views
0 votes
1 answer

ImportError: No module named matplotlib.pyplot

Hi@akhtar, It seems you don't have matplotlib library ...READ MORE

Jun 22, 2020 in Python by MD
• 95,460 points
25,716 views
0 votes
3 answers

Artificial intelligence Interview questions

Some frequently asked AI interview questions to ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
• 610 points
2,832 views
0 votes
0 answers

I am unable to install packages on jenkins it was showing "An error occurred during installation: Forbidden"

Please let me know how to fix ...READ MORE

Dec 9, 2021 in Jenkins by anonymous
• 120 points
2,655 views
0 votes
0 answers

What can be a good salary package in CTC of 3 year experience UIPath developer for bangalore location?

What can be a good salary package ...READ MORE

Jan 19, 2022 in RPA by tej
• 150 points

edited Mar 4, 2025 872 views
0 votes
0 answers

java : how to read dbf fiels and add them in a database

hi , is there a way to ...READ MORE

Jan 27, 2022 in Java by how

edited Mar 4, 2025 521 views
0 votes
1 answer

what was Hadoop written in?

The Hadoop framework is primarily developed in ...READ MORE

Dec 14, 2021 in Big Data Hadoop by Edureka
• 12,730 points
2,374 views
0 votes
0 answers

How do I start a DevOps career?

Jan 12, 2022 in Other DevOps Questions by Vaani
• 7,070 points
1,156 views
+1 vote
2 answers

How to replace a value in a data frame based on a conditional 'If' statement?

It's easier to convert alpha to characters ...READ MORE

Jun 6, 2018 in Data Analytics by Sahiti
• 6,370 points
37,939 views
0 votes
0 answers

please tell what to do

READ MORE

Jan 28, 2022 in Python by anonymous
• 120 points

edited Mar 4, 2025 471 views
0 votes
2 answers

Error:'TypeError: is not a function' in Node.js

You are exporting module.exports.redir = redir; That means that ...READ MORE

Oct 21, 2020 in Node-js by anonymous
• 140 points
20,546 views
0 votes
1 answer

what is hadoop ecosystem?

Hadoop Ecosystem is neither a programming language ...READ MORE

Dec 20, 2021 in Big Data Hadoop by Kavya
• 700 points
2,215 views
0 votes
1 answer

which devops principle appreciates measuring process?

Continuous Improvement appreciates measuring process in DevOps ...READ MORE

Jan 5, 2022 in DevOps and Microservices by Neha
• 9,020 points
1,561 views
0 votes
0 answers

why do we hide data to user in python

in data abstraction, oops concept READ MORE

Jan 28, 2022 in Python by AHMED

edited Mar 4, 2025 446 views
0 votes
0 answers

Uber like App on blockchain: The Project Model || How to build one ?

Suppose I wanna launch a uber-like carpooling ...READ MORE

Jan 27, 2022 in Blockchain by Saswata

edited Mar 4, 2025 468 views
0 votes
1 answer

How do you import a javascript package from a cdn/script tag in React?

Hello, Go to the index.html file and import ...READ MORE

Jun 4, 2020 in Angular by Niroj
• 82,800 points
26,436 views
0 votes
0 answers

How can a traditional SDLC be replaced with DevOps?

Jan 12, 2022 in Other DevOps Questions by Vaani
• 7,070 points
1,098 views
0 votes
1 answer

what is ARN in AWS?

Amazon Resource Names (ARN) uniquely identify AWS ...READ MORE

Jan 10, 2022 in AWS by Rahul
• 2,120 points
1,291 views
0 votes
0 answers

[URGENT] Talend : how can i read DBF files , i found no way ??

 Hi ,   i want to read .dbf files ...READ MORE

Jan 27, 2022 in Java by aminegac
• 570 points

edited Mar 4, 2025 437 views
0 votes
0 answers

Anyone can help me out to understand the semantic of (document.getElementBYId("demo").innerHTML="Hello") ?

Hello guys, Can Someone helps me to find ...READ MORE

Jan 17, 2020 in Web Development by anonymous
• 37,520 points
1,774 views
+1 vote
2 answers

Read file content from S3 bucket with boto3

s3_client=boto3.resource('s3') bucket = s3_client.Bucket('test') for obj in bucket.objects.all(): contents=obj.get()['Body'].read().decode(encoding="utf-8",errors="ignore") for line ...READ MORE

Jul 4, 2019 in AWS by reddy

edited Jul 4, 2019 by Kalgi 46,329 views
0 votes
0 answers

How to migrate jenkins from windows to linux?

Presently, we are running Jenkins in the ...READ MORE

Jan 23, 2022 in Jenkins by tharun

edited Mar 4, 2025 587 views
0 votes
0 answers

what is the goal of artificial intelligence?

Jan 6, 2022 in Others by Edureka
• 13,730 points
1,290 views
0 votes
0 answers

Is there any way to preserve the actual function, even after wrapping up with a decorator in python?

@dec_sub def sub(a, b): ...READ MORE

Jan 25, 2022 in Python by anonymous

edited Mar 4, 2025 454 views
0 votes
1 answer

What is apache hadoop?

Apache Hadoop is an open-source framework that ...READ MORE

Dec 14, 2021 in Big Data Hadoop by anonymous
2,245 views
0 votes
0 answers

i fetch the value of a enum constant from database(spring boot)

i have a enum class  ,now i ...READ MORE

Jan 24, 2022 in Others by swapna

edited Mar 4, 2025 492 views
0 votes
0 answers

what is artificial intelligence in hindi?

Dec 17, 2021 in Others by Edureka
• 13,730 points
1,593 views
0 votes
0 answers

How to start step by step learning of data analyst. What to start first R or Sql or Paython or tableau?

I don't have any previous knowledge of ...READ MORE

Jan 23, 2022 in Data Analytics by anonymous

edited Mar 4, 2025 497 views
0 votes
0 answers
0 votes
0 answers

I have written python function which would like to take args from user rather passing manually inside the code

Hi Team, I have written a python function ...READ MORE

Jan 23, 2022 in Python by Venkatesh

edited Mar 4, 2025 457 views
0 votes
1 answer

what is blockchain private key?

A cryptocurrency user's private key is what ...READ MORE

Jan 7, 2022 in Blockchain by Edureka
• 12,730 points
1,141 views
0 votes
1 answer

How to Call a Class From another class?

Suppose you have two classes: Class1: public class Class1 ...READ MORE

Aug 8, 2018 in Selenium by Meci Matt
• 9,460 points
54,989 views
0 votes
0 answers

what is selenium used for?

Dec 17, 2021 in Ask us Anything! by Edureka
• 13,730 points
1,531 views
0 votes
1 answer

How to save a Docker image in tar file?

docker save -o image name READ MORE

Sep 8, 2022 in Docker by anonymous

edited Mar 5, 2025 5,808 views
0 votes
1 answer

what is aws lambda function?

AWS Lambda is a serverless computing service ...READ MORE

Jan 7, 2022 in Others by Edureka
• 12,730 points
1,083 views
0 votes
0 answers

How to download fles from server site n django

how I set path of different folder ...READ MORE

Jan 21, 2022 in Python by ramsha

edited Mar 4, 2025 449 views