Latest questions in Edureka Community

0 votes
1 answer

Configure Elastic BeanStalk's auto-scalaing group - AWS

Hey @Ishaan, follow these steps to configure ...READ MORE

Apr 16, 2019 in AWS by Igya
640 views
0 votes
1 answer

Configure Elastic BeanStalk Environment - AWS

To add a security group using the ...READ MORE

Apr 16, 2019 in AWS by Neel
693 views
0 votes
1 answer

Change ingress rules for already created RDS DB instance - AWS

Hey, follow these steps to change the ...READ MORE

Apr 16, 2019 in AWS by Nayan
1,232 views
0 votes
1 answer

launch an RDS DB instance - AWS

Hey @Isheeta, follow these steps to launch ...READ MORE

Apr 16, 2019 in AWS by Rahul
677 views
0 votes
1 answer

How can i import the csv/excel files into my contract and record the transaction ?

You can not directly import an excel/csv ...READ MORE

Apr 16, 2019 in Blockchain by Omkar
• 69,210 points
3,106 views
0 votes
1 answer

Compiling Python

You can use the following: python yourfile.py You have ...READ MORE

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

How to read numbers from file in Python?

Assuming you don't have extraneous whitespace: with open('file') ...READ MORE

Apr 16, 2019 in Python by SDeb
• 13,300 points
7,231 views
0 votes
1 answer

How to insert data inside the database in Linux?

First you need to create a table ...READ MORE

Apr 16, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,182 views
0 votes
1 answer

Configure nginx as reverse reverse proxy

Hey @Kiara, you can use something like ...READ MORE

Apr 16, 2019 in Jenkins by Bryan
944 views
0 votes
1 answer

How to create table inside database in MySql in Linux?

We can use this command to create ...READ MORE

Apr 16, 2019 in Big Data Hadoop by Gitika
• 65,910 points
578 views
0 votes
2 answers

Installing jenkins with Docker

You should have docker properly installed on ...READ MORE

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

AWS CodeDeploy Jenkins Plugin configuration

Yes obviously, you need to configure. Follow ...READ MORE

Apr 16, 2019 in Jenkins by Ishaan
518 views
0 votes
1 answer

R Programming - Unable to read files

This is happening because you're not returning ...READ MORE

Apr 16, 2019 in Data Analytics by Tyrion anex
• 8,700 points
396 views
0 votes
2 answers

What does the AWS CodeDeploy Jenkins Plugin do?

AWS CodeDeploy is AWS service that coordinates application ...READ MORE

Aug 8, 2019 in Jenkins by Sirajul
• 59,230 points
1,732 views
0 votes
0 answers

R programming error: Deleting the right column

Hi, I'm new to R programming. Below ...READ MORE

Apr 16, 2019 in Data Analytics by Sophie may
• 10,610 points
464 views
0 votes
2 answers

integrate Jenkins with AWS CodeCommit

jenkins user add in visudo or /etc/sudoers READ MORE

May 14, 2019 in Jenkins by anonymous
3,387 views
0 votes
0 answers

integrate Jenkins with AWS CodeCommit [closed]

I'm trying to integrate Jenkins with AWS ...READ MORE

Apr 16, 2019 in Jenkins by Vishal

closed May 14, 2019 by Vardhan 1,487 views
0 votes
1 answer

Install GIT and Maven inside a Docker Container and access them to build a job with Maven from a GIT repository

Create a Dockerfile and add the commands ...READ MORE

Apr 16, 2019 in Jenkins by Nishu
26,930 views
0 votes
1 answer

Java version for Jenkins on ubuntu 18.04

Hi @Koyal, If you look at the ...READ MORE

Apr 16, 2019 in Jenkins by Vish
1,974 views
0 votes
1 answer

what command to see list inside your Database in linux?

Command used to list up what is inside ...READ MORE

Apr 16, 2019 in Big Data Hadoop by Gitika
• 65,910 points
416 views
0 votes
1 answer

How to create database in Mysql?

The command you can use is: create table ...READ MORE

Apr 15, 2019 in Big Data Hadoop by Gitika
• 65,910 points
524 views
0 votes
1 answer

error: Access denied for user 'sample'@'localhost'.

This kind of error occurs when we ...READ MORE

Apr 15, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,583 views
0 votes
1 answer

Can I use .NET's HttpClient to hit an Azure Mobile service?

Yes, you can do this by adding ...READ MORE

Apr 15, 2019 in Azure by Prerna
• 1,960 points
1,110 views
0 votes
1 answer

Is it possible to reference a c# class library in an Azure Function visual studio project?

This is possible by using the new ...READ MORE

Apr 15, 2019 in Azure by Prerna
• 1,960 points
2,656 views
0 votes
1 answer

Error saying "error: dpkg frontend is locked by another process"

Hey! First, find out the id of the ...READ MORE

Apr 15, 2019 in Jenkins by Vedant
20,186 views
0 votes
1 answer

Which MySql command will generate all the list of command for MySql prompt?

The command is very simple, you have ...READ MORE

Apr 15, 2019 in Big Data Hadoop by Gitika
• 65,910 points
492 views
0 votes
1 answer

Command to establish connection between MySql with linux?

This is the command you can use ...READ MORE

Apr 15, 2019 in Big Data Hadoop by Gitika
• 65,910 points

edited Apr 18, 2019 by Gitika 780 views
0 votes
2 answers

How to see MySql service is running or not using linux command?

Hi, You can simply run the following commands ...READ MORE

Jan 21, 2020 in Big Data Hadoop by anonymous
1,967 views
0 votes
1 answer

I am only able to view the run button in automation anywhere, can someone help me out with this?

1. To procure adequate permissions, request Create ...READ MORE

Apr 15, 2019 in RPA by Iffath
• 1,180 points
1,057 views
0 votes
1 answer

resource considerations I need to keep in mind before deploying my Jenkins master on AWS

Sizing your instances in terms of CPU, ...READ MORE

Apr 15, 2019 in Jenkins by Vish
437 views
0 votes
1 answer

Linter pylint is not installed

Open a terminal (ctrl+~) Run the command pip ...READ MORE

Apr 15, 2019 in Python by SDeb
• 13,300 points
1,869 views
0 votes
1 answer

how do i change to lowercase letters in strings?

use lower() for lowercasing.example: "ALIREZA".lower() > ...READ MORE

Apr 15, 2019 in Python by Alireza Bahrami
638 views
0 votes
2 answers

how can i randomly select items from a list?

You can also use the random library's ...READ MORE

Apr 9, 2020 in Python by Patrick
4,899 views
0 votes
1 answer

Escaping strings for use in XML

You can try the following: from xml.dom.minidom import ...READ MORE

Apr 15, 2019 in Python by SDeb
• 13,300 points
698 views
0 votes
1 answer

MQTT : Web Socket in python

You can simply create a configuration file ...READ MORE

Apr 15, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
2,568 views
0 votes
1 answer

IoT Foundation / Bluemix : TI SensorTag CC2650STK

Try the following: The SensorTag code is available here ...READ MORE

Apr 15, 2019 by Shubham
• 13,490 points
261 views
0 votes
2 answers

How are Partitioning and Bucketing different from each other in Apache Hive?

Let us consider a student database table ...READ MORE

Apr 15, 2019 in Big Data Hadoop by nitinrawat895
• 11,380 points
3,498 views
0 votes
1 answer

How can Hadoop process the records that are split across the block boundaries?

First of all, Map Reduce algorithm is not programmed ...READ MORE

Apr 15, 2019 in Big Data Hadoop by nitinrawat895
• 11,380 points
3,505 views
0 votes
1 answer

How to access specific key and value from dictionary without loop in uipath

Hello, you can access value of a ...READ MORE

May 2, 2019 in RPA by Anvi
• 14,150 points
8,549 views
0 votes
1 answer

What command is used to install MySql in centos?

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

Apr 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
638 views
0 votes
1 answer

Delete a pem file

Use the following command to delete your ...READ MORE

Apr 12, 2019 in AWS by Purav
2,120 views
0 votes
1 answer

Get Fingerprint for the keypair

You could use something like this: $ aws ...READ MORE

Apr 12, 2019 in AWS by Purva
478 views
0 votes
1 answer

What if pem file is deleted?

Hey @Viky, there is no way to ...READ MORE

Apr 12, 2019 in AWS by Jayant
1,655 views
0 votes
1 answer

AWS service pricing in different regions

Prices change from region to region. You ...READ MORE

Apr 12, 2019 in AWS by Faizal
664 views
0 votes
1 answer

Use Custom Docker registry with jenkins declarative pipeline

Yes, you can! try something like this: node ...READ MORE

Apr 12, 2019 in Jenkins by Bishu
2,139 views
0 votes
1 answer

Docker Pipeline plugin communicate with non-default docker server

Hi @Kim, yes you can. You can ...READ MORE

Apr 12, 2019 in Jenkins by Shruti
1,307 views
0 votes
1 answer

Can I use multiple containers on a jenkins declarative pipeline?

Yes of course you can!! You try ...READ MORE

Apr 12, 2019 in Jenkins by Vedant
5,563 views
0 votes
0 answers

what is the logical AND operator in python?

how do i use it in a ...READ MORE

Apr 12, 2019 in Python by Waseem
• 4,540 points
371 views
0 votes
0 answers

how can i make a python chatbot

can you give me any reference to ...READ MORE

Apr 12, 2019 in Python by Waseem
• 4,540 points
650 views
0 votes
1 answer

Use a docker image with jenkins declarative pipeline

Hey @Jithin, you could use something like ...READ MORE

Apr 12, 2019 in Jenkins by Bishu
4,679 views