Trending questions in Edureka Community

0 votes
1 answer

Is there a way to list out in-built variables and functions of Python?

The in-built variables and functions are defined ...READ MORE

May 14, 2019 in Python by Junaid
2,590 views
0 votes
1 answer

Configure Oozie to use MySQL

To configure Oozie to use MySQL, open ...READ MORE

Jun 4, 2019 in Big Data Hadoop by Karan
1,680 views
0 votes
1 answer

Give constant values to a column or field

Hi Priyanka, You can use a measure to ...READ MORE

May 17, 2019 in Power BI by anonymous
• 33,050 points
2,465 views
0 votes
1 answer

Ansible Playbook to get k8s authentication result

Hey @Den, try something like this: - hosts: ...READ MORE

Jun 11, 2019 in Ansible by Faiza
1,385 views
+1 vote
1 answer

which version of sqoop i install for hadoop3.1.1 ?

Hi @lucky! The latest version of Sqoop available ...READ MORE

Feb 7, 2019 in Big Data Hadoop by Omkar
• 69,180 points
6,712 views
0 votes
1 answer

Json RPC Python Client

There is json-rpc library, it supports python2.7, python3.2+, does ...READ MORE

May 30, 2019 in Python by SDeb
• 13,300 points
1,899 views
0 votes
1 answer

Kubernetes ingress unhealthy backend

Add a readinessProbe(copy your livenessProbe). It's explained ...READ MORE

Jan 16, 2019 in Kubernetes by DareDev
• 6,890 points
7,686 views
0 votes
1 answer

How to split a string to array in Python?

This way you can split your string ...READ MORE

Mar 4, 2019 in Python by Priyaj
• 58,020 points
5,655 views
0 votes
1 answer

Example to using pytype

Hey, here's an example that I found ...READ MORE

Jun 7, 2019 in Python by Alia
1,548 views
0 votes
1 answer

Python code to send an email message from my gmail to many others

Hey @Varsha, you can try out the ...READ MORE

Jun 11, 2019 in Python by Travis
1,365 views
0 votes
1 answer

How can I make my output float when my two integers are integer?

Hi Prapti , I got your doubt please check ...READ MORE

Jun 3, 2019 in Java by sampriti
• 1,120 points
1,724 views
0 votes
1 answer

Shallow copying vs Deep copying

If you have an object and you ...READ MORE

Jun 11, 2019 in Python by Kyraa
1,366 views
0 votes
1 answer

Hive: Display logs on console

You can emit the logs on the ...READ MORE

May 21, 2019 in Big Data Hadoop by Jishnu
2,276 views
0 votes
1 answer

AWS Training video

Hey @Chandresh, have a look at this ...READ MORE

Jun 20, 2019 in Cloud Computing by Kalgi
• 52,340 points
985 views
0 votes
1 answer

How Oozie prepares Hadoop configuration file?

Hi, Oozie prepares a Hadoop configuration file which ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,730 points
1,332 views
0 votes
1 answer

Difference between deploying apps on hosts and container

The left side architecture represents deploying applications ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
3,749 views
0 votes
1 answer

Rancher vs OpenShift

They both excel in different fields, Rancher ...READ MORE

Mar 28, 2019 in Kubernetes by Ram
4,611 views
0 votes
2 answers

Test Automation roles and responsibilities

Hello Tom, a Test Automation Engineer has ...READ MORE

May 22, 2019 in Career Counselling by Lakshya
5,060 views
0 votes
1 answer

scrape/download file having customize selection using python selenium - stock screener site

Hi YI Wen Edwin, I am glad ...READ MORE

May 9, 2019 in Selenium by Abha
• 28,140 points
2,798 views
0 votes
1 answer

Doubt in display(id, name, salary) before display function

The statement display(id, name, salary) is written before the display function ...READ MORE

Jun 19, 2019 in Apache Spark by Ritu
1,011 views
0 votes
0 answers

i got this error [closed]

[init] Using Kubernetes version: v1.14.3 [preflight] Running ...READ MORE

Jun 20, 2019 in Kubernetes by Prasanth

closed Jun 20, 2019 by Kalgi 1,044 views
0 votes
1 answer

How do I review recent activity for the service-linked role?

Hey @Kyago, follow these steps: Open the IAM ...READ MORE

Jun 23, 2019 in AWS by Ishaan
838 views
–1 vote
3 answers

Which tech field is in demand in upcoming years?

Below are the hot or trendy words or ...READ MORE

Jul 15, 2019 in Career Counselling by anonymous
1,314 views
0 votes
1 answer

Can you please help with Hive Query to get FirstName, MiddleName, LastName and Suffix from FullName in Hive. Thank you

Hey, You can get first name, middle name, ...READ MORE

May 15, 2019 in Big Data Hadoop by Gitika
• 65,730 points

edited May 15, 2019 by Gitika 2,522 views
0 votes
1 answer

Connect Beeline to Secure Hive Server2

Use the following command to start beeline and connect ...READ MORE

Jun 3, 2019 in Big Data Hadoop by Hanan
1,702 views
0 votes
2 answers

Career Guidance for Non IT Guy

Hey, According to your educational background and job ...READ MORE

May 27, 2019 in Career Counselling by Gitika
• 65,730 points
2,176 views
0 votes
0 answers

***Attention Ladies & Gents. Edureka Giveaway Alert.

Giveaway Alert! We are giving away our ...READ MORE

Jun 20, 2019 in Ask us Anything! by Edureka
• 2,960 points
1,039 views
0 votes
1 answer
0 votes
1 answer

How to write Kafka connector to integrate with Facebook API?

If you know the limit of API ...READ MORE

Apr 29, 2019 in Apache Kafka by Kumar
3,215 views
0 votes
1 answer

Is it possible to create a custom docker image from a running docker container?

Yes you can create a custom docker ...READ MORE

Jun 7, 2019 in Docker by Sirajul
• 59,190 points
1,514 views
0 votes
1 answer

copy multiple files to multiple systems - Ansible

You can use /usr/bin/ansible command line. Ansible can SCP ...READ MORE

Mar 6, 2019 in Ansible by Yogesh
5,538 views
0 votes
1 answer

"Write successful" message from Data node to Name Node

What happens is namenode on the basis ...READ MORE

Jun 20, 2019 in Big Data Hadoop by Quill
954 views
0 votes
1 answer

Enter a 1-10, each on a new line in a file - python

Try something like this: i=1 for i in range(10): ...READ MORE

Jun 20, 2019 in Python by Greg
940 views
0 votes
1 answer

How to use Python Scripts in Query Editor?

Hi, In order to use Python Visuals you need ...READ MORE

Apr 11, 2019 in Power BI by Avantika
• 1,520 points
4,000 views
0 votes
1 answer

Can anyone suggest some of the automation testing tool which are used for Non-Functional Automation?

Hello Chandni, some of the automation tools ...READ MORE

Jun 21, 2019 in Selenium by Anvi
• 14,150 points
913 views
0 votes
1 answer

Replacing string characters using CLI

To replace each of xy and z ...READ MORE

Jun 11, 2019 in Linux Administration by DareDev
• 6,890 points
1,328 views
0 votes
1 answer

No module named __future__

In your /PATH/Python-2.7.x/Lib should be all your ...READ MORE

Mar 7, 2019 in Python by SDeb
• 13,300 points
5,472 views
0 votes
1 answer

What is the use of ContinueOnError property of Attach Window activity in UiPath?

Hey Pragya, Attach Window activity in UiPath ...READ MORE

Mar 20, 2019 in RPA by Anvi
• 14,150 points
4,928 views
0 votes
1 answer

Moving files from one folder to multiple folders using UIPath

By "we need to distribute the files ...READ MORE

Jun 3, 2019 in RPA by Abha
• 28,140 points
1,666 views
0 votes
1 answer

Parameter to choose between multiple visualizations

Hi Anitha, it's an easy procedure.  Follow the ...READ MORE

Jun 10, 2019 in Tableau by Cherukuri
• 33,050 points
1,360 views
0 votes
1 answer

Probabilities in R programming

This should work: poker_face <- replicate(1000, sample(poker, size ...READ MORE

May 27, 2019 in Data Analytics by Zulaikha
• 910 points
1,974 views
0 votes
1 answer

what are the latest versions of hadoop

Hi, Hadoop 3.1.2 is the latest version, you ...READ MORE

Jul 3, 2019 by Gitika
• 65,730 points
369 views
+1 vote
2 answers

What are the skills required for getting a job of Azure Cloud Engineer?

The skills asked for this job are ...READ MORE

Jan 4, 2019 in Career Counselling by Nabarupa
7,607 views
0 votes
0 answers

Tableau matrix

Can we create a matrix in tableau ...READ MORE

Jun 17, 2019 in Tableau by Raghava
1,089 views
0 votes
1 answer

Is there a way to instantiate abstract class ?

No, you are not creating the instance ...READ MORE

Dec 12, 2018 in Java by Sushmita
• 6,920 points
9,133 views
0 votes
1 answer

SQOOP Import command failure

Try this command where the student table ...READ MORE

Jun 20, 2019 in Big Data Hadoop by Suri
924 views
0 votes
2 answers

AWS Certificate Manager - How to download public key?

you can not download SSL Certificate from ...READ MORE

Jun 28, 2019 in AWS by salman
7,817 views
0 votes
1 answer

Python code to send an email message from 1 email id to another

Hi @Deb, try out the following code: import ...READ MORE

Jun 11, 2019 in Python by Picentra
1,299 views
0 votes
1 answer

How do I use lambda() with reduce() in python?

The reduce() function in Python takes in ...READ MORE

May 20, 2019 in Python by Umer
2,255 views