Trending questions in Edureka Community

0 votes
1 answer

What is set.seed() in R?

Let me explain in simple words, set seed ...READ MORE

Jul 9, 2019 in Data Analytics by anonymous
• 33,030 points
40,499 views
0 votes
1 answer

what is big data technology

Big data refers to extremely large, and ...READ MORE

Feb 1, 2022 in Big Data Hadoop by CoolCoder
• 4,420 points
521 views
0 votes
1 answer

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/git/git-man_2.17.1-1ubuntu0.4_all.deb 404 Not Found [IP: 43.255.166.254 80]

Hi@akhtar, There may be many reasons behind this error. ...READ MORE

Nov 19, 2020 in Linux Administration by MD
• 95,460 points
18,933 views
0 votes
1 answer

How to save DOMPDF generated content to file?

Hii, Try this: require_once("./pdf/dompdf_config.inc.php"); $files = glob("./pdf/include/*.php"); foreach($files as $file) include_once($file); $html ...READ MORE

Nov 13, 2020 in PHP by Niroj
• 82,880 points
19,184 views
0 votes
1 answer

How can I send a message to a particular client with socket.io?

Hii, You can try the code below: io.to(socket.id).emit("event", data); whenever ...READ MORE

Apr 27, 2020 in Java-Script by Niroj
• 82,880 points
27,808 views
0 votes
1 answer

Which of the following is not a hadoop output format?

The Hadoop Output Format checks the Output ...READ MORE

Dec 20, 2021 in Big Data Hadoop by Kavya
• 700 points
1,847 views
+1 vote
1 answer

How to delete a localStorage item when the browser window/tab is closed?

Hii @kartik, You can make use of the beforeunload event ...READ MORE

Jun 11, 2020 in Java-Script by Niroj
• 82,880 points
25,713 views
0 votes
1 answer

what is pig in big data?

Pig is a high-level programming language for ...READ MORE

Jan 7, 2022 in Big Data Hadoop by Edureka
• 12,690 points
964 views
0 votes
1 answer

Difference between python programing and scripting

Hi,@Sashi, Generally, all the scripting languages are considered ...READ MORE

Nov 27, 2020 in Python by Gitika
• 65,890 points
18,392 views
0 votes
1 answer

How to connect to SQL Server database from JavaScript in the browser?

Hello @kartik, You shouldn´t use client javascript to ...READ MORE

Jul 21, 2020 in PHP by Niroj
• 82,880 points
23,930 views
0 votes
0 answers

AttributeError: 'str' object has no attribute 'click'

Hey guys. i need help! I have ...READ MORE

Nov 8, 2021 in Python by anonymous
• 120 points
3,448 views
0 votes
1 answer

When does the origins of the devops trace back to?

The origins of the DevOps trace back ...READ MORE

Jan 5, 2022 in DevOps and Microservices by Neha
• 9,020 points
1,003 views
+1 vote
1 answer

getting error in testng java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap

A NoClassDefFoundError is thrown when the JRE can't find ...READ MORE

Jun 4, 2020 in Selenium by Ramesh
• 140 points
28,264 views
0 votes
1 answer

what does comptia stand for?

Computing Technology Industry Association READ MORE

Jan 7, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
777 views
0 votes
1 answer

What is yield in Laravel and what is the use of yield?

Hii kartik, In Laravel, @yield is principally used to define ...READ MORE

Mar 23, 2020 in Laravel by Niroj
• 82,880 points
28,995 views
+1 vote
1 answer

How to restore/reset npm configuration to default values?

Hello @kartik, To reset user defaults Run this in ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,880 points
20,214 views
0 votes
1 answer

What is the extension of archive file created in Hadoop?

Hadoop archive is a facility which packs ...READ MORE

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

How do I start a DevOps career?

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

ValueError: malformed string when using ast.literal_eval

Hello Kartik, An updated version of the answer ...READ MORE

May 27, 2020 in Python by Niroj
• 82,880 points
26,140 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
1,941 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
463 views
+1 vote
1 answer

How can I run specific migration in laravel?

Hello @kartik, Use this command it worked for ...READ MORE

Aug 4, 2020 in Laravel by Niroj
• 82,880 points
23,049 views
+1 vote
1 answer

How to load blade or php content into a view via ajax/jquery in laravel?

Hello @kartik, Assuming you're using jQuery... create a route ...READ MORE

Apr 14, 2020 in Laravel by Niroj
• 82,880 points
27,895 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
791 views
0 votes
0 answers

what is the goal of artificial intelligence?

Jan 6, 2022 in Others by Edureka
• 13,620 points
603 views
0 votes
1 answer

How do I get the base URL with PHP?

Hello @kartik, Try this: <?php echo "http://" . $_SERVER['SERVER_NAME'] ...READ MORE

Sep 15, 2020 in PHP by Niroj
• 82,880 points
21,192 views
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
546 views
+1 vote
3 answers

Python error "AttributeError: 'Turtle' object has no attribute 'Shape'"

Hey @Nagya, replace python.Shape("Square") with the following: python.shape("square") Python is case ...READ MORE

Jun 19, 2019 in Python by Faiza
21,566 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,690 points
533 views
0 votes
1 answer

How to get original URL referer with PHP?

Hello @kartik, Store it either in a cookie or ...READ MORE

Sep 1, 2020 in PHP by Niroj
• 82,880 points
21,786 views
0 votes
1 answer

How do I redirect in expressjs while passing some context?

Hello @kartik, The easiest way I have found ...READ MORE

Jul 14, 2020 in Node-js by Niroj
• 82,880 points
23,880 views
0 votes
1 answer

How to set environment variables from within package.json?

Hello @kartik, Set the environment variable in the ...READ MORE

Jul 13, 2020 in Node-js by Niroj
• 82,880 points
23,910 views
0 votes
1 answer

What is threat in cyber security?

A cyber or cybersecurity threat is a ...READ MORE

Dec 14, 2021 in Cyber Security & Ethical Hacking by Aditi
• 300 points
1,515 views
0 votes
2 answers

How to catch curl errors in PHP?

For (PHP 4 >= 4.0.3, PHP 5, ...READ MORE

Nov 9, 2020 in PHP by anonymous
• 160 points
19,524 views
+1 vote
1 answer

Avoid bot detection not working with Selenium

Looks like the website is protected by Bot Management service ...READ MORE

Jul 28, 2020 in Selenium by Kim
23,180 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,690 points
428 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
24,736 views
0 votes
1 answer

which of the following says hadoop provides does pig break?

Apache Pig is a platform for analyzing ...READ MORE

Dec 24, 2021 in Big Data Hadoop by Kavya
• 700 points
1,066 views
0 votes
1 answer

How to uninstall a package installed with pip install --user?

Having tested this using Python 3.5 and ...READ MORE

Dec 4, 2020 in Python by Gitika
• 65,890 points
17,577 views
0 votes
0 answers

What is DAX in Power BI?

What is DAX in Power BI? READ MORE

Jan 7, 2022 in Power BI by surbhi
• 3,820 points
389 views
0 votes
0 answers

how does blockchain work?

Jan 7, 2022 in Blockchain by Edureka
• 13,620 points
363 views
0 votes
0 answers

how can i use blockchain?

Jan 7, 2022 in Blockchain by Edureka
• 13,620 points
330 views
+2 votes
1 answer

How to create measure out of column

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

Apr 29 in Power BI by anonymous
• 1,380 points
933 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
920 views
0 votes
1 answer

What is HDFS?

HDFS is a distributed file system that ...READ MORE

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

what are the characteristics of big data?

Jan 5, 2022 in Big Data Hadoop by Edureka
• 13,620 points
380 views
0 votes
0 answers

what is ARN in AWS?

Jan 3, 2022 in AWS by Rahul
• 2,080 points
422 views
+2 votes
1 answer

How to install the Google Cloud SDK in Windows system?

Hi@akhtar, To install the Google Cloud SDK on ...READ MORE

Aug 24, 2020 in GCP by MD
• 95,460 points
21,776 views
0 votes
1 answer

How to list the contents of Amazon S3 by modified date?

One easy solution would be probably to ...READ MORE

Aug 21, 2018 in AWS by datageek
• 2,540 points
53,531 views