Most viewed questions in Edureka Community

0 votes
1 answer

NameNode without any data

There does not exist any NameNode without ...READ MORE

May 29, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
1,142 views
0 votes
1 answer

DAX Power BI: Replaced blank values with zero and issue with chart

It seems like you're facing an issue ...READ MORE

Aug 22, 2023 in Power BI by anonymous
• 1,180 points
1,141 views
0 votes
1 answer

load balancing using dns server in docker container.

Hi@akhtar, There are lots of platform which is ...READ MORE

Apr 16, 2020 in Docker by MD
• 95,440 points
1,141 views
0 votes
1 answer

How can I use the power function in python 2.7?

print(pow(3,4)) #this will return the exponentiation of 3 ...READ MORE

May 21, 2019 in Python by Mohammad
• 3,230 points
1,141 views
0 votes
1 answer

What is change related testing?

Change related testing is used for majorly ...READ MORE

Feb 19, 2019 in Selenium by Ria
1,141 views
+2 votes
1 answer

Hadoop Jersey 1.x injection which is now not supported by Weblogic 12C

Add these lines to your weblogic-application.xml file ...READ MORE

Oct 31, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,141 views
0 votes
1 answer

How to create a key pair on AWS using Ansible-Playbook?

Hi@akhtar, You can find the ec2_key module in ...READ MORE

Aug 12, 2020 in Ansible by MD
• 95,440 points
1,140 views
0 votes
1 answer

How to install Laravel's Artisan?

Hello @kartik, Artisan comes with Laravel by default, ...READ MORE

Aug 4, 2020 in Laravel by Niroj
• 82,880 points
1,140 views
0 votes
1 answer

How to generate .pem and .ppk from AWS?

Hi@akhtar, .pem and .ppk files are used to ...READ MORE

Jun 16, 2020 in AWS by MD
• 95,440 points
1,140 views
0 votes
1 answer

Why docker container keeps on restating?

Hi@akhtar, Docker containers exit by default if no ...READ MORE

Apr 22, 2020 in Docker by MD
• 95,440 points
1,140 views
0 votes
1 answer

Primary keys in Apache Spark

I found the following solution to be ...READ MORE

Sep 11, 2019 in Apache Spark by ravikiran
• 4,620 points
1,140 views
+1 vote
1 answer

how to run list of functions using Thread?

You could import the file with function ...READ MORE

Aug 26, 2019 in Python by Vishaka
1,140 views
0 votes
1 answer

How to Schedule a task in Azure Worker role?

You can simply have a message on ...READ MORE

Jul 1, 2019 in Azure by Perry
• 17,100 points
1,140 views
+1 vote
2 answers

The only obstacle to getting a job today is having the right skills. What do you'll think guys?

Looking at Dev's answer he pretty much ...READ MORE

Apr 9, 2020 in Events & Trending Topics by anonymous
1,140 views
0 votes
1 answer

Solidity: How can I return a list of user-defined function?

You can do it with something like ...READ MORE

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

Customize the routing logic in kubernetes ingress controller

Try building your own customized image based on ...READ MORE

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

Uploading File using Selenium WebDriver

Make sure that the input element is visible ...READ MORE

May 2, 2018 in Selenium by Meci Matt
• 9,460 points
1,140 views
0 votes
1 answer

How can i connect to an api which gives me weather data to Apache kafka?

Hi, To connect an API in kafka, you ...READ MORE

Apr 13, 2020 in Apache Kafka by MD
• 95,440 points
1,139 views
0 votes
1 answer

How do I configure Block Storage to use an NFS storage back end in OpenStack?

Hi@akhtar, You can use NFS technology for your ...READ MORE

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

How far do Docker containers scale? Are there any requirements for the same?

Large web deployments like Google and Twitter ...READ MORE

Jul 30, 2019 in Docker by Jerry
1,139 views
0 votes
1 answer

datediff() giving wrong output

Hi, Try this, AVG(DATEDIFF('day',[Startdate],[Startdate])) . You are calculating average days ...READ MORE

Apr 1, 2019 in Tableau by Cherukuri
• 33,030 points
1,139 views
–1 vote
1 answer

How we can run spark SQL over hive tables in our cluster?

Open spark-shell. scala> import org.apache.spark.sql.hive._ scala> val hc = ...READ MORE

Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,139 views
0 votes
1 answer
0 votes
0 answers

Remove all html tags from php string

I want to display the first 110 ...READ MORE

Aug 17, 2022 in HTML by Deepak
• 980 points
1,138 views
0 votes
0 answers

Webpack 4 css modules TypeError: Cannot read property 'context' of undefined

I just upgraded to webpack 4. I ...READ MORE

Jul 20, 2022 in CSS by Edureka
• 13,620 points
1,138 views
0 votes
1 answer

Can't Upload Image with Google Photos API using NodeJS

The Google Photos API requires binary-formatted material, ...READ MORE

Jun 10, 2022 in Node-js by Neha
• 9,060 points
1,138 views
0 votes
0 answers

Replacement of parameters in seo url with htaccess

My url: x.com/ara?il=istanbul&ilce=avcilar&marka=opel&model=corsa x.com/rent/istanbul-avcilar-opel-corsa In htaccess: RewriteRule ^rent/([0-9a-zA-Z-_]+)-([0-9a-zA-Z-_]+)-([0-9a-zA-Z-_]+)-([0-9a-zA-Z-_]+)$ ara.php?il=$1&ilce=$2&marka=$3&model=$4 [L,QSA] it does ...READ MORE

Mar 8, 2022 in Digital Marketing by Kichu
• 19,050 points
1,138 views
0 votes
1 answer

Ansible playbook to delete multiple S3 buckets

Hey @Hari, you can use the following ...READ MORE

Aug 30, 2019 in Ansible by Chris
1,138 views
0 votes
1 answer

Zip attachment in Corda: How to read zip file using InputStream?

You can not directly read the content ...READ MORE

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

How to get a list of Coinbase CryptoCurrency Coins

The following code: import requests ...READ MORE

Apr 8, 2022 in Blockchain by Rahul
• 9,670 points
1,137 views
0 votes
1 answer

How do I import an SQL file using the command line in MySQL?

Hello @kartik, Try: mysql -u username -p database_name < ...READ MORE

Aug 26, 2020 in PHP by Niroj
• 82,880 points
1,137 views
0 votes
1 answer

How to add display name in the OpenShift project?

Hi@akhtar, You can add a display name or ...READ MORE

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

Which is good monitoring tool for checking docker container health end to end or any shell scripts for it?

You can try using these commands: docker ps curl - ...READ MORE

Feb 3, 2020 in Docker by anonymous
• 6,260 points
1,137 views
0 votes
1 answer

Docker with Puppet: Configuring Health checks periodically on an unhealthy Docker container.

To enable the restart of an unhealthy ...READ MORE

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

What is local file System?

LocalFS means it may be your LinuxFS ...READ MORE

Dec 11, 2018 in Big Data Hadoop by Frankie
• 9,830 points
1,137 views
0 votes
1 answer

Kraken Api, withdrawal issue “Invalid asset”

asset need to be specified as lowercase, so you ...READ MORE

Aug 29, 2018 in Blockchain by Sumit
1,137 views
0 votes
1 answer

Adding Keypair to existing EC2 instance

No you can't. The reason is KeyPair ...READ MORE

Apr 8, 2018 in AWS by code_ninja
• 6,290 points
1,137 views
0 votes
1 answer

Codeigniter convert excel file to pdf

This is a basic php script for ...READ MORE

Sep 27, 2022 in Others by narikkadan
• 63,420 points
1,136 views
0 votes
1 answer

different results for Random Forest Regression in R and Python

Random Forests, as others have mentioned, have ...READ MORE

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

How can one detect airplane mode on Android?

Hello, When registering the Airplane Mode BroadcastReceiver (@saxos answer) I ...READ MORE

May 26, 2020 in Java by Niroj
• 82,880 points
1,136 views
+1 vote
2 answers

Hadoop Learning Path

Hi! Since you have only 6 weeks, it's ...READ MORE

Nov 28, 2019 in Big Data Hadoop by Farheen
1,136 views
0 votes
1 answer

Restore the EBS volume on instance termination - AWS

There is a boolean term called DeleteOnTermination ...READ MORE

Oct 21, 2019 in AWS by Pearl
1,136 views
0 votes
1 answer

How can I find out a private cluster's endpoints?

You can view a private clusters endpoints ...READ MORE

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

GCP Error: 301: Moved Permanently error, while trying to access a directory path on google cloud storage.

If your browser downloads a zero byte ...READ MORE

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

What is workflow design in UiPath studio?

Hey @Bindu, UiPath Studio provides Automated Workflow Designs which ...READ MORE

Mar 25, 2019 in RPA by Pratibha
• 3,690 points
1,136 views
0 votes
2 answers

Can a civil engineer having 6+ years experience in government sector get a job in private sector?

Hi, First of all, working in a Government ...READ MORE

Apr 17, 2019 in Career Counselling by sunny
1,136 views
0 votes
1 answer

How to get TimeStamps in Hyperledger Composer?

Here's an example that works with basic-sample-network network: asset SampleAsset ...READ MORE

Oct 26, 2018 in Blockchain by Omkar
• 69,210 points
1,136 views
0 votes
1 answer

truffle migrate Error

testrpc Check your truffle.js config port and ip ...READ MORE

Oct 8, 2018 in Blockchain by Omkar
• 69,210 points
1,136 views
0 votes
1 answer

AWS: What is in Sagemaker and what does it do?

Amazon SageMaker is a fully-managed platform that ...READ MORE

Aug 17, 2018 in Cloud Computing by brat_1
• 7,200 points
1,136 views
0 votes
0 answers

I Want To Print 1 to 100 Numbers Using Arrays In Javascript Only

<!DOCTYPE html> <html> <head> <title>100-Numbers</title> </head> <body> ...READ MORE

Nov 16, 2022 in Java-Script by Ashwini
• 5,430 points
1,135 views