Most answered questions in Edureka Community

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
590 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
523 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
406 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,988 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,992 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
425 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
532 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,616 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,125 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,671 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,223 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
501 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 789 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,077 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
450 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,883 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
644 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
714 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,589 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
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,528 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,568 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
651 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,151 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
489 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,683 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
681 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,153 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,313 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,586 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,697 views
0 votes
1 answer

I am install hadoop on signal node and run program but delay time if have dataset size 3.3 GB take time about 2 hours

Hey @Faris! Try increasing the number of reducers. ...READ MORE

Apr 12, 2019 in Big Data Hadoop by Omkar
• 69,230 points
789 views
0 votes
1 answer

Program to execute Dockerfile using Jenkins declarative pipeline

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

Apr 15, 2019 in Jenkins by Kalgi
• 52,360 points
2,045 views
0 votes
1 answer

Attach EBS Volume from one region to an instance on another region

No @Nik, you cannot do this. The ...READ MORE

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

Change EBS Volume dynamically

Yes Jobin, Once the volume is attached, ...READ MORE

Apr 12, 2019 in AWS by Vedant
808 views
0 votes
1 answer

Tag an ElasticIP using console - AWS

Follow these steps to tag your elasicIP using ...READ MORE

Apr 12, 2019 in AWS by Himanshu
530 views
0 votes
1 answer

Explain to me the difference between HBase and HDFS.

Hadoop generally consists of three major components: HDFS It ...READ MORE

Apr 12, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,827 views
0 votes
1 answer

Explain to me to run Spark without Hadoop

Spark is capable to Perform in three ...READ MORE

Apr 12, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
2,369 views
0 votes
1 answer

Quering all the rows in Azure table Storage.

Refer the following code: var acc = new ...READ MORE

Apr 12, 2019 in Azure by Prerna
• 1,960 points
4,339 views
0 votes
1 answer

How do point my domain name to an Azure Website?

It is possible to have a CNAME directed ...READ MORE

Apr 12, 2019 in Azure by Prerna
• 1,960 points
600 views
0 votes
1 answer

PHP unserialize keeps throwing error

Try googling Node no longer exists, you'l most likely ...READ MORE

Apr 12, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
509 views
0 votes
1 answer

How to generate urls in django?

If you need to use something similar ...READ MORE

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

How do sets work in Python?

Define the __hash__ method to return a ...READ MORE

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

describe Elastic IP addresses using the console

Follow these steps to describe ElasticIP using ...READ MORE

Apr 12, 2019 in AWS by Alok
449 views
0 votes
1 answer

Disassociate ElasticIP from one instance and use for the other

You can disassociate an Elastic IP address ...READ MORE

Apr 12, 2019 in AWS by Meg
719 views
0 votes
1 answer

Why we use 'help' command in Hadoop Sqoop?

Hi, The command sqoop help lists the tools ...READ MORE

Feb 4, 2020 in Big Data Hadoop by MD
• 95,440 points
664 views
0 votes
1 answer

What is Kafka? what is its importance in Big-Data?

Apache Kafka is a tool used in ...READ MORE

Apr 11, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,542 views
0 votes
1 answer

What is StaticIP in AWS?

StaticIP, as the name suggests, is static ...READ MORE

Apr 12, 2019 in AWS by Gayatri
561 views
0 votes
1 answer

What is the difference in DistCP command and Sqoop command in Hadoop?

Both the distCP (Distributed copy in Hadoop) ...READ MORE

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

What is ElasticIP in AWS?

Hey @Laksha, AWS provides Dynamic Cloud Computing. ElasticIP ...READ MORE

Apr 11, 2019 in AWS by Afsar
340 views