Most viewed questions in Edureka Community

0 votes
1 answer

What is the meaning of term “Glance” in OpenStack service?

Hi@akhtar, Glance is image service in OpenStack. The ...READ MORE

Mar 16, 2020 in OpenStack by MD
• 95,440 points
1,189 views
0 votes
1 answer

How to unistall a file in Linux?

You can uninstall a file using the ...READ MORE

Mar 8, 2019 in Others by Nabarupa
1,189 views
0 votes
1 answer

Underscore _ as variable name in Python

Yep, _ is a traditional name for "don't care" ...READ MORE

Nov 15, 2018 in Python by Nymeria
• 3,560 points
1,189 views
0 votes
1 answer

Define pod yaml dynamically-jenkins pipeline Kubernetes

Try using jinja template engine and python ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
1,189 views
0 votes
1 answer

How is consensus reached when there are only two peers in Hyperledger Fabric?

The consensus is achieved in the ordering ...READ MORE

Jul 5, 2018 in Blockchain by digger
• 26,740 points
1,189 views
0 votes
1 answer

Exporting HTML Table to Excel Extension Issues

In my application, I'm experiencing a similar ...READ MORE

Nov 14, 2022 in Others by narikkadan
• 63,420 points
1,188 views
0 votes
1 answer

Does Laravel support caching and what are the Cache Usage?

Hey, Yes, Laravel provides support for popular caching ...READ MORE

Mar 20, 2020 in Laravel by Niroj
• 82,880 points
1,188 views
0 votes
1 answer

Program terminating with error.

This error you got is because your ...READ MORE

Dec 27, 2018 in Selenium by Nabarupa
1,188 views
0 votes
4 answers

How do I become a database Engineer?

Steps to Becoming a Database Manager Now let's ...READ MORE

Nov 30, 2018 in Career Counselling by psharma
• 220 points
1,188 views
0 votes
0 answers

I paste image inside the drawable folder in android studio 4.1 , it shows red lines (error line) in image name

This is my project folder; when I ...READ MORE

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

How to copy turbo c++ output?

How can I replicate the output of Turbo C++?  I had already Googled the issue, but in vain.  It suggests to either print scrn and paste or right click, select all, and paste.  I tried both, but neither worked.  The issue is that it simply copies what is on the current screen.  But I want the entire screen from the start.  (Alt+printscrn is also ineffective).  What should I do in this situation? printScrn Alt+printScrn markall None of them are operational!! I can't assist you if you require this archaic technique of programming for whatever reason, but I'd want to find a solution.  I tried forwarding the output stream to the file in this manner, but it did not work. #include<iostream.h> #include<conio.h> #include<stdlib.h> const int max=50; class dequeue{ int dq[max],r,f,c,x,i; public: dequeue(); void insertRear(); void insertFront(); void ...READ MORE

Jul 7, 2022 in C++ by Nicholas
• 7,760 points
1,187 views
0 votes
1 answer

How to add user to a group in Minishift?

Hi@akhtar, You can add a user to a ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,440 points
1,187 views
0 votes
1 answer

How to get the directory of the currently running file?

Hello @kartik, This should do it: import ( ...READ MORE

May 6, 2020 in Java-Script by Niroj
• 82,880 points
1,187 views
0 votes
1 answer

Puppet: dependency error while installing mysql on puppet server.

Try adding -f and --allow-unauthenticated options for apt-get to resolve the dependencies ...READ MORE

Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
1,187 views
0 votes
2 answers

if HDFS threshold has been reached. What is the our approach to resolve this issue?

This was a fundamental issue in HDFS ...READ MORE

Jun 24, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,187 views
0 votes
2 answers

Error while creating resource group on Azure using Ansible

Please check you indentation, remove all spaces ...READ MORE

Mar 17, 2020 in Ansible by Shrikant Yerge
1,187 views
–1 vote
1 answer

Where does reduce take place in Hadoop MapReduce?

A MapReduce job usually splits the input data-set into ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,187 views
0 votes
1 answer

How to securely transfer data from rdms to hdfs using sqoop?

Sqoop stores metadata in a repository and ...READ MORE

Dec 18, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,187 views
0 votes
1 answer

Ingress missing associated address/ELB

To get up and running on EKS: Deploy ...READ MORE

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

What is the difference between python's file I/O system when using 'w' and 'wb'?

Only in Windows, in the latter case, ...READ MORE

Sep 11, 2018 in Python by charlie_brown
• 7,720 points
1,187 views
0 votes
1 answer

How do I validate the presence of participant owner in Asset transfer transaction?

I found the exact solution and syntax.. ...READ MORE

Aug 9, 2018 in Blockchain by aryya
• 7,450 points
1,187 views
0 votes
1 answer

Curl Script Usage in Ethereum Blockcypher's API

You should store and keep the private ...READ MORE

May 28, 2018 in Blockchain by Christine
• 15,790 points
1,187 views
0 votes
1 answer

Flutter - seo optimization

actually flutter web navigation works on hashes ...READ MORE

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

How do I count the number of times the string (y/n) outputs

Hi, @Reshma, You can go through this as ...READ MORE

Oct 13, 2020 in Python by Lisa sanyal
1,186 views
0 votes
1 answer

How to detect search engine bots with php?

Hello, You can checkout if it's a search ...READ MORE

Apr 20, 2020 in PHP by Niroj
• 82,880 points
1,186 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,186 views
0 votes
1 answer

Client connection getting rejected due to SASL authentication

Seems like you have set the configuration ...READ MORE

Mar 14, 2019 in Apache Spark by Raj
1,186 views
+1 vote
1 answer

Amazon Virtual Private Cloud (VPC)

Amazon VPC allows users to use the ...READ MORE

Feb 9, 2019 in AWS by Sandhya
1,186 views
0 votes
1 answer

Error saying "missing 'sequenceID' or 'eventID'" when trying to convert my data into cSPADE compatible format.

Try this: source dataset in this format: 1 3 ...READ MORE

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

Poloniex C# API - get trades

Outputting the Trade will just show you ...READ MORE

Sep 25, 2018 in Blockchain by digger
• 26,740 points
1,186 views
0 votes
1 answer

HashMap vs LinkedHashMap vs TreeMap

Hi, there is no as such difference ...READ MORE

May 5, 2018 in Java by v.liyyah
• 1,300 points
1,186 views
0 votes
1 answer

How to sync Hadoop configuration files to multiple nodes?

For syncing Hadoop configuration files, you have ...READ MORE

Jun 21, 2018 in Big Data Hadoop by HackTheCode
1,186 views
0 votes
1 answer

hyperledger composer network is not starting

Hey, @Sudip, First thing you need to start ...READ MORE

May 13, 2020 in Blockchain by Gitika
• 65,910 points
1,185 views
0 votes
0 answers

How to do calculation in PHP ?

Morning, I have a csv file which i ...READ MORE

Feb 11, 2020 by vi
• 140 points
1,185 views
0 votes
1 answer

IoT publish/subscribe protocols vs. RESTful HTTP

At a small scale, i.e, with just ...READ MORE

Nov 19, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
1,185 views
0 votes
1 answer

How to access my on premises file server from AWS ?

You can use Amazon FSx for Windows ...READ MORE

Oct 30, 2020 in AWS by Raghwendra
1,184 views
0 votes
1 answer

Create a new file with AWS Lambda Console editor

Execute the following steps: In the Environment window, ...READ MORE

May 20, 2019 in AWS by Ghanisha
1,184 views
0 votes
1 answer

Python BeautifulSoup CSS Selector

Yes, you can use the select() method of BeautifulSoup ...READ MORE

May 14, 2019 in Python by Jim
1,184 views
0 votes
3 answers

Request Kubernetes API server

Create a api wrapper. This way you ...READ MORE

Aug 31, 2018 in Kubernetes by Hannah
• 18,570 points
1,184 views
0 votes
1 answer

Datatables export Excel

Follow the following steps : Add Interop References. ...READ MORE

Jun 9, 2022 in JQuery by gaurav
• 23,260 points
1,183 views
0 votes
0 answers

main function is not working in python

import quandl as Quandl, math import numpy as ...READ MORE

Feb 18, 2020 in Python by Vasu
• 140 points
1,183 views
+1 vote
1 answer

Is AWS certification necessary for doing an AWS job?

AWS jobs are related to working with Cloud ...READ MORE

Jul 20, 2019 in AWS by ArchanaNagur
• 2,360 points
1,183 views
0 votes
1 answer

Get path from open file in Python

The key here is the name attribute ...READ MORE

Jan 16, 2019 in Python by SDeb
• 13,300 points
1,183 views
0 votes
1 answer

Is Data locality concept applicable for Reducers also?

No, Data-Locality concept applies to MAPPERS only. Reducers ...READ MORE

Nov 30, 2018 in Big Data Hadoop by Frankie
• 9,830 points
1,183 views
0 votes
2 answers

In Docker for Windows: How do I stop containers from automatically starting on the daemon start?

Docker will autostart any container with a ...READ MORE

Aug 14, 2019 in Docker by Sirajul
• 59,230 points
1,183 views
0 votes
1 answer

Checkpoint Node in Hadoop

Checkpoint Node keeps track of the latest ...READ MORE

Jul 31, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
1,183 views
0 votes
1 answer

Is Java “pass-by-reference” or “pass-by-value”?

Think of reference parameters as being aliases ...READ MORE

Jun 8, 2018 in Java by Rishabh
• 3,620 points
1,183 views
0 votes
1 answer

How to simulate first passage time probability in python for a random walk?

To begin with, you're now computing fp ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
1,182 views
0 votes
1 answer

display the output r code as title in R script Rmarkdown script to html page

Use the file input from parameter and ...READ MORE

Jul 31, 2019 in Data Analytics by anonymous
1,182 views
0 votes
1 answer

How can we configure remote metastore mode in Hive?

Hey,  Basically, hive-site.xml file has to be configured ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,182 views