Trending questions in Edureka Community

+1 vote
1 answer

When to use Hadoop, HBase, Hive and Pig?

MapReduce is just a computing framework. HBase has ...READ MORE

Nov 20, 2020 in Big Data Hadoop by Gitika
• 65,910 points
785 views
0 votes
1 answer
0 votes
1 answer

How to create directory of current username in ruby on Linux server

Hi, The command whoami is used to know ...READ MORE

Nov 25, 2020 in Linux Administration by MD
• 95,440 points
613 views
+1 vote
0 answers

How to automate script for otp which is received in email address

I am learing automation soi have started ...READ MORE

Sep 19, 2020 in Selenium by Jordan
• 410 points
3,511 views
0 votes
1 answer

Are static class variables possible in Python?

Variables declared inside the class definition, but ...READ MORE

Nov 30, 2020 in Python by Gitika
• 65,910 points
385 views
0 votes
1 answer

Create configMap in Kubernetes using Terraform Script.

Hi@akhtar, You can use the kubernetes_config_map resource in ...READ MORE

Sep 28, 2020 in Terraform by MD
• 95,440 points
3,143 views
0 votes
1 answer

How to fix the session_register() deprecated issue?

Hello, Use $_SESSION directly to set variables. Like this: $_SESSION['name'] = 'stack'; Instead ...READ MORE

Nov 22, 2020 in PHP by Niroj
• 82,880 points
729 views
0 votes
1 answer

sir will there be Data Science jobs in campus placements of tier two colleges in India?

Hi, As you are a fresher it is ...READ MORE

Nov 9, 2020 in Career Counselling by MD
• 95,440 points
1,342 views
0 votes
0 answers

Gecko driver, Selecting value from a dropdown list

Hello I am using Geckodriver (v0.28.0) and firefox ...READ MORE

Dec 1, 2020 in Selenium by anonymous
• 120 points

reopened Dec 1, 2020 by Gitika 407 views
0 votes
1 answer

How to give organization name in Flutter App?

Hi@akhtar, You can give the organization name at ...READ MORE

Sep 4, 2020 in Others by MD
• 95,440 points
4,149 views
0 votes
1 answer

How do I save value in my own session variable in Magento?

Hello @kartik, Try this: $session = Mage::getSingleton("core/session", array("name"=>"frontend")); // ...READ MORE

Nov 17, 2020 in PHP by Niroj
• 82,880 points
951 views
0 votes
1 answer
0 votes
0 answers

How to write down the result of step below?

Based on basic path testing, design the ...READ MORE

Dec 3, 2020 in Selenium by Gitika
• 65,910 points
284 views
0 votes
1 answer

error retrieving default location: Resource group 'MyResourceGroup' could not be found in Azure.

Hi@akhtar, I think you don't have the group ...READ MORE

Nov 10, 2020 in Azure by MD
• 95,440 points
1,237 views
0 votes
1 answer

How to create an HSM client certificate in AWS RedShift?

Hi@akhtar, You can create an HSM client certificate that ...READ MORE

Nov 27, 2020 in AWS by MD
• 95,440 points
505 views
0 votes
1 answer

Display data points below chart when bar is selected.

You can use a matrix visual just ...READ MORE

Nov 12, 2020 in Power BI by Gitika
• 65,910 points
1,141 views
0 votes
1 answer

How to execute Stored Procedure from Laravel?

Hello @kartik, You can try something like this DB::select('exec ...READ MORE

Apr 3, 2020 in Laravel by Niroj
• 82,880 points
10,777 views
0 votes
1 answer

What is the Python 3 equivalent of “python -m SimpleHTTPServer”

The SimpleHTTPServer module has been merged into http.server in Python 3.0. ...READ MORE

Nov 28, 2020 in Python by Gitika
• 65,910 points
487 views
0 votes
1 answer

How to scroll to element from bottom to top with a nice animation using Jquery?

Hello @kartik, Assuming you have a button with ...READ MORE

Sep 10, 2020 in JQuery by Niroj
• 82,880 points
3,858 views
0 votes
1 answer

How to load local JSON file?

Hello @kartik, $.getJSON is asynchronous so you should do: $.getJSON("test.json", ...READ MORE

Aug 25, 2020 in Java-Script by Niroj
• 82,880 points
4,576 views
0 votes
1 answer

How to properly indent PHP/HTML mixed code?

Hello @kartik, The PHP and the HTML should ...READ MORE

Oct 30, 2020 in PHP by Niroj
• 82,880 points
1,711 views
0 votes
1 answer

Error "Failed to load tensorflow runtime"

Hello, Try to downgrade protobuf, this worked for ...READ MORE

Nov 30, 2020 in Python by Niroj
• 82,880 points
392 views
0 votes
1 answer

Error:Object of class Illuminate\Database\MySqlConnection could not be converted to string

Hello @kartik, The use keyword is what you need: $id = ...READ MORE

Sep 24, 2020 in Laravel by Niroj
• 82,880 points
3,261 views
0 votes
1 answer

How to create a new service in ECS cluster behind a load balancer?

Hi@akhtar, The following create-service example shows how to create a ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
1,320 views
0 votes
1 answer

How can I handle the warning of file_get_contents() function in PHP?

Hello @kartik, This is fairly simple: if (!$data = ...READ MORE

Apr 7, 2020 in PHP by Niroj
• 82,880 points
10,590 views
0 votes
1 answer

Error message because of quotation mark

Hello, Try this: summary(data[["diff`GBP/EUR`"]]) Hope it works! ...READ MORE

Nov 30, 2020 in Machine Learning by Niroj
• 82,880 points
363 views
0 votes
1 answer

How to GET URL parameter in PHP?

Hello @kartik, $_GET is not a function or language ...READ MORE

Sep 17, 2020 in PHP by Niroj
• 82,880 points
3,541 views
0 votes
0 answers

Why I'm Getting ValueError?

Here is my code: import pandas as p import ...READ MORE

Nov 28, 2020 in Python by Rohan
• 200 points

edited Nov 30, 2020 by Niroj 474 views
0 votes
0 answers

What is the output of the following code? [closed]

What is the output of the following ...READ MORE

Nov 25, 2020 in Apache Spark by Edureka
• 200 points

closed Nov 26, 2020 by MD 635 views
0 votes
1 answer

How to print without newline or space?

In Python 3, you can use the sep= and end= parameters ...READ MORE

Nov 26, 2020 in Python by Gitika
• 65,910 points
511 views
0 votes
1 answer

Create a network in Docker using Ansible playbook.

Hi@akhtar, The docker_network module (Ansible 2.2 or higher) can create ...READ MORE

Sep 20, 2020 in Ansible by MD
• 95,440 points
3,405 views
0 votes
1 answer

Error while raising cert signing request

Hi@Lanka, First, check the DNS server you have ...READ MORE

Dec 1, 2020 in DevOps & Agile by MD
• 95,440 points
387 views
0 votes
1 answer

How to view a list of branch names in AWS CodeCommit?

Hi@akhtar, You can get information about one or more ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
628 views
0 votes
1 answer

How to print only the line which starts with P?

Hi, you might have found another way ...READ MORE

Dec 2, 2020 in Python by Tyler
• 140 points
871 views
0 votes
1 answer

How to create a new, empty repository in AWS CodeCommit?

Hi@akhtar, You can create a repository and associate it with ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
646 views
0 votes
0 answers

ValueError: could not broadcast input array from shape (224,224,9) into shape (224,224)

img_shape = 224 test_data = [] test_labels = [] for ...READ MORE

Nov 6, 2020 in Python by Eyosiyas
• 120 points
1,442 views
0 votes
1 answer

How to get LoadBalancer IP in Kubernetes using Terraform script?

Hi@akhtar, In your Terraform script, you can output ...READ MORE

Sep 28, 2020 in Terraform by MD
• 95,440 points
3,079 views
0 votes
1 answer

How to make rounded TextField in flutter?

Hi@akhtar, You can use decoration inside your TextField. This has ...READ MORE

Sep 10, 2020 in Others by MD
• 95,440 points
3,832 views
0 votes
0 answers

Apache maven vs Eclipse maven plugin

Hi, I want to install maven but don't ...READ MORE

Nov 25, 2020 in Java by zaraaq
• 270 points
604 views
0 votes
0 answers
0 votes
1 answer

How to update a CloudFront distribution's default root object?

Hi@akhtar, The following example updates the default root ...READ MORE

Nov 3, 2020 in AWS by MD
• 95,440 points
1,520 views
0 votes
1 answer

How to delete a Cluster Security Group in RedShift?

Hi@akhtar, You can delete an Amazon Redshift security group. The ...READ MORE

Nov 27, 2020 in AWS by MD
• 95,440 points
456 views
0 votes
1 answer

Hi, how does one kill the whatsapp message loop with a code instead of closing whatsapp-web?

Hello @Felix , Use this code: <script> function simulateMouseEvents(element, eventName) ...READ MORE

Oct 20, 2020 in Java-Script by Niroj
• 82,880 points
2,086 views
0 votes
1 answer

Microsoft 70-764 Dumps - Updated 70-764 Exam Questions Answers

Hi, @Pamega, Thanks for the information. READ MORE

Nov 30, 2020 in Others by Gitika
• 65,910 points
359 views
0 votes
1 answer
0 votes
1 answer

How to create a Kubernetes cluster with a specific version?

Hi@akhtar, You can create a Kubernetes Cluster in ...READ MORE

Nov 17, 2020 in Azure by MD
• 95,440 points
907 views
0 votes
1 answer

HP HPE6-A45 Dumps | Updated HPE6-A45 Dumps PDF for IT Candidates

Hey, @Pamege, Thanks for the information shared. READ MORE

Nov 30, 2020 in Others by Gitika
• 65,910 points
353 views
0 votes
1 answer

Uncaught Error: Module did not self-register.", source: /home/niroj/dev/jukebox/node_modules/vlc/node_modules/ffi/node_modules/bindings/bindings.js (84)

Hello @kartik, If you've upgraded node then npm rebuild might ...READ MORE

Oct 13, 2020 in Node-js by Niroj
• 82,880 points
2,378 views
0 votes
1 answer

What are the different requirements for legal document translation services

Hi, @Henrycragi Thanks for the information. READ MORE

Nov 30, 2020 in Others by Gitika
• 65,910 points
354 views
0 votes
1 answer

Spark - how the solve the below question?

option d, Runtime error READ MORE

Nov 23, 2020 in Apache Spark by Gitika
• 65,910 points
623 views