Latest questions in Edureka Community

0 votes
1 answer

Puppet: How do i setup puppet module behind a proxy?

To use the puppet module command behind a proxy, ...READ MORE

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

Python in Windows Store apps

I have ported the Python interpreter to ...READ MORE

Aug 9, 2019 in Python by SDeb
• 13,300 points
638 views
0 votes
1 answer

Is a specific timezone using DST right now?

You can try the following; from pytz import ...READ MORE

Aug 9, 2019 in Python by SDeb
• 13,300 points
459 views
+1 vote
1 answer

Need help about fresher Devops

Hey @Bino, most of the DevOps engineers ...READ MORE

Aug 9, 2019 in DevOps & Agile by Kalgi
• 52,360 points
406 views
+2 votes
2 answers

Running httpd in container as non-root user using port 80

You could probably try adding this cmd in ...READ MORE

Aug 9, 2019 in Docker by Sirajul
• 59,230 points
5,581 views
0 votes
2 answers

How to solve the error - ssl module not found?

Hey, @There, nstall the necessary packages for Python ...READ MORE

Oct 23, 2020 in Python by Gitika
• 65,910 points
2,182 views
0 votes
1 answer

how to install chatterbot in python?

You can install the latest development version of ChatterBot ...READ MORE

Jun 5, 2020 in Python by Neeraj
• 150 points
4,523 views
0 votes
1 answer

1 master 10 clients - run ansible playbook only on 5

Create a group in the inventory file ...READ MORE

Aug 8, 2019 in Ansible by Tanya
759 views
0 votes
1 answer

Instance type required to deploy 4 node cluster of hadoop in aws

Hadoop cluster follows a master-slave concept. The ...READ MORE

Aug 8, 2019 in AWS by Disha
505 views
0 votes
1 answer

Are the Reserved Instances available for Multi-AZ Deployments?

Reserved Instances is a pricing model, which ...READ MORE

Aug 8, 2019 in AWS by Diana
1,319 views
0 votes
1 answer
0 votes
1 answer

Ansible error "from ansible import context ImportError: cannot import name context"

I had faced a similar issue. In ...READ MORE

Aug 8, 2019 in Ansible by Pallavi
12,725 views
0 votes
1 answer

Ansible playbook to create a new database

Hi pravalika, its pretty simple.  You just ...READ MORE

Aug 8, 2019 in Ansible by Trvais
2,776 views
0 votes
1 answer

Ansible playbook to copy database dump file to remote host and restore it to another database

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

Aug 8, 2019 in Ansible by Kalgi
• 52,360 points
3,893 views
0 votes
1 answer

BurpSuite captures only 1 request

If you want to see all the ...READ MORE

Aug 8, 2019 in Cyber Security & Ethical Hacking by Jishan
581 views
0 votes
1 answer

BurpSuite not capturing packets

Assuming you have made all the proxy ...READ MORE

Aug 8, 2019 in Cyber Security & Ethical Hacking by Karan
1,518 views
0 votes
1 answer

How to write a regular expression to check whether an input is an identifier or not?

As per the documentation, an identifer can ...READ MORE

Aug 8, 2019 in Python by Neel
• 3,020 points
3,420 views
0 votes
1 answer

Where should the testing files be located to run puppet-parser-validate/puppet-lint against *.pp in a Jenkins+Puppet setup?

Rake is sophisticated test runner written in ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
685 views
0 votes
2 answers

Is it possible to launch python idle from a virtual environment?

Try running the following code. #!/usr/bin/env python """Simple script ...READ MORE

Jun 25, 2020 in Python by Sirajul
• 59,230 points
5,374 views
0 votes
0 answers

Is it possible to add a chart outside of another chart in R?

Is it possible to add a chart ...READ MORE

Aug 8, 2019 in Data Analytics by anonymous
309 views
0 votes
1 answer

converting timedelta to float

Use the following piece of code: x1=datetime.timedelta(days=3000, seconds=0, ...READ MORE

Aug 8, 2019 in Python by Wajiha
• 1,950 points
5,643 views
0 votes
1 answer

Puppet DSL : String concatenation.

Method 1: One way is Keyword variable ...READ MORE

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

How to take input from user in R?

Readline() function read input from console as ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,549 views
0 votes
1 answer

timedelta in years

Use the following piece of code: x1=datetime.timedelta(days=3000, seconds=0, ...READ MORE

Aug 8, 2019 in Python by Wajiha
• 1,950 points
13,849 views
0 votes
1 answer

Utlizing puppet manifests to install puppet modules

You could use librarian-puppet to sync all ...READ MORE

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

Can't fetch git repositories in puppet using ssh

Try adding a section to the user's ~/.ssh/config file ...READ MORE

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

Puppet: Error: Could not find class ::mysql::server for example.com on node example.com

This might be because you might not ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
2,378 views
+2 votes
0 answers

The connection to the server localhost:8080 was refused

$ kubectl get svc The connection to the ...READ MORE

Aug 8, 2019 in Kubernetes by Lakshminarayanan
16,963 views
0 votes
0 answers

Graph and Dashboard click and mouse hovers.

Hi, I have one web page which has ...READ MORE

Aug 8, 2019 in Python by anonymous
• 280 points
761 views
0 votes
1 answer

Puppet: couldn't run a cron job

You should use the cron type that is ...READ MORE

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

Puppet: Environment variables

*.sh scripts in /etc/profile.d are read at user-login time (as ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
2,605 views
0 votes
1 answer

Puppet: Error: Could not request certificate: getaddrinfo: Temporary failure in name resolution

You are getting this error because your ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
4,860 views
0 votes
1 answer

Fastest way to load bulk data in to HBase through a program

I've gone through a process that is ...READ MORE

Aug 8, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,251 views
0 votes
1 answer

Difference between Text and String in Hadoop

The binary representation of a Text object ...READ MORE

Aug 8, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,880 views
0 votes
1 answer

How can i know the time as to when exactly did a node join puppet?

Puppet does not itself keep any timestamp ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
511 views
+1 vote
1 answer

Scrapping News Website

Hey @Irshad Shaikh! We don't have a ...READ MORE

Aug 8, 2019 in Python by Edureka
• 2,960 points
571 views
0 votes
1 answer

Jenkins with puppet.

For anyone interested in how to pull ...READ MORE

Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
596 views
+2 votes
0 answers

How to add external Jar in modular JavaFX 11 project correctly?

I'm using Java 11 and JavaFX 11. ...READ MORE

Aug 8, 2019 in Java by invzbl3
5,200 views
0 votes
1 answer

How to rename columns in pandas?

Hi,  To rename columns in pandas, you can ...READ MORE

Aug 9, 2019 in Python by Taj
• 1,080 points
603 views
0 votes
1 answer

What is difference between "inplace = True" and "inplace = False?

Hi, Both inplace= true and inplace = False ...READ MORE

Aug 9, 2019 in Python by Taj
• 1,080 points
16,604 views
0 votes
1 answer

Can i make better future in Cloud computing ?

Hey @Rajesh, you will need a little ...READ MORE

Aug 8, 2019 in AWS by Kalgi
• 52,360 points
382 views
0 votes
1 answer
0 votes
1 answer

How can I run Jupyter code on Pycharm?

You can do this by installing the ...READ MORE

Aug 8, 2019 in Python by Zulaikha
• 910 points
1,089 views
0 votes
1 answer

How to convert .ipynb files into .py?

You can use this command to convert ...READ MORE

Aug 8, 2019 in Python by hansika
15,606 views
0 votes
2 answers

How do I get distinct element from list in java?

You should use a Set. it doesn't contain duplicates. If ...READ MORE

Aug 23, 2019 in Java by Sirajul
• 59,230 points
1,890 views
0 votes
1 answer

how to compare two words in java?

hey,  I think in your code the function ...READ MORE

Aug 8, 2019 in Java by sampriti
• 1,120 points

edited Aug 8, 2019 by Kalgi 2,066 views
0 votes
1 answer

Error: Hive show tables does not display table "sqooptest" , which was imported by SQOOP

Hi, You can follow the below-given solution. Just enter ...READ MORE

Aug 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points

edited Aug 7, 2019 by Gitika 1,214 views
0 votes
1 answer

Error: ERROR security.UserGroupInformation: PriviledgedActionException as:root (auth:SIMPLE)

Hey, For me, my Hadoop NameNode was in ...READ MORE

Aug 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,456 views