Trending questions in Edureka Community

0 votes
1 answer

How to save power bi reports in power bi server?

Follow the below steps: 1. install Power BI Desktop ...READ MORE

Oct 29, 2019 in Power BI by anonymous
• 33,030 points
898 views
0 votes
1 answer

dataflow in Power BI

1. Go to the respective workspace. 2. Go ...READ MORE

Oct 30, 2019 in Power BI by Cherukuri
• 33,030 points
861 views
0 votes
1 answer

What is the meaning of def lambda_handler(event, context):

Hey @sradha,  def lambda_handler(event, context):  Here def is for ...READ MORE

Dec 27, 2018 in AWS by Nabarupa
14,110 views
0 votes
1 answer

Can anyone suggest whether I should use Surface Automation technique for creating automation or not?

Hello, in my opinion you should avoid using ...READ MORE

Oct 21, 2019 in RPA by Neeti
1,240 views
0 votes
2 answers

Kubernetes Ingress servicePort alternative?

Check out this example that allows to ...READ MORE

Nov 20, 2020 in Kubernetes by anonymous
1,421 views
0 votes
1 answer

Redis slave deployment - Kubernetes

You can something like this, Make the ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
1,154 views
0 votes
1 answer

Migrate from SVN to Git

Hey @Hannah, follow these steps: Create authors file ...READ MORE

Oct 29, 2019 in Git & GitHub by Payal
877 views
0 votes
1 answer

How can I find out a private cluster's endpoints?

You can view a private clusters endpoints ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,403 views
0 votes
1 answer

How do I invalidate browser cookies?

A user who suspects their browser cookies ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
1,161 views
0 votes
1 answer

How to print like printf in Python3?

To print like printf in Python you ...READ MORE

Jul 25, 2019 in Python by Wajiha
• 1,960 points
5,021 views
0 votes
1 answer

How can I return value from javascript code in Selenium Webdriver?

Hey Kundan, you can use the return ...READ MORE

Jul 23, 2019 in Selenium by Abha
• 28,140 points
5,117 views
0 votes
1 answer

I have created a custom AMI and now I would like to launch it as an EC2 instance. Is this possible? If yes, How?

Hi @Hannah, of course, this is possible. ...READ MORE

Oct 21, 2019 in AWS by Alia
1,210 views
+1 vote
1 answer

How to convert JSON file to AVRO file and vise versa

Try including the package while starting the ...READ MORE

Aug 26, 2019 in Apache Spark by Karan
3,651 views
0 votes
1 answer

How do I change the object storage class within a bucket using console?

No,Individual object storage classes cannot be set ...READ MORE

Oct 25, 2019 in GCP by Sirajul
• 59,230 points
1,064 views
0 votes
1 answer

How do I get a cheap domain name? - web hosting

Many web hosting companies like amazon's lighsail ...READ MORE

Oct 28, 2019 in Others by Yesha
901 views
0 votes
0 answers

How can we save the extracted file in a specified folder?

While extracting the data using python selenium, ...READ MORE

Nov 7, 2019 in Python by moumita
• 120 points
503 views
0 votes
1 answer

Restrict S3 access from everywhere other than the CloudFront distribution - AWS

To restrict the access to only the ...READ MORE

Oct 17, 2019 in AWS by Tanmay
1,413 views
0 votes
1 answer

whenever generate report in frontend then this report send to user mail using lambda+sqs+ses

You can create a trigger and send ...READ MORE

Oct 21, 2019 in AWS by Kalgi
• 52,350 points
1,245 views
0 votes
0 answers

Difference in the output of NMF.fit and NMF.transform function . Explain the interpretation of the output.

Nov 6, 2019 in Python by Neha
• 120 points

recategorized Nov 6, 2019 by Omkar 568 views
0 votes
1 answer

How to add Row level security?

To add Row Level Security, Follow the ...READ MORE

Oct 30, 2019 in Power BI by ch
• 3,450 points
811 views
0 votes
1 answer

Cache() vs persist() in Spark

The cache() is used only the default storage level ...READ MORE

Mar 8, 2019 in Apache Spark by Raj
10,994 views
0 votes
1 answer

Replace field values if matched

Create a custom column in Power Query ...READ MORE

Oct 31, 2019 in Power BI by anonymous
• 3,450 points
753 views
+1 vote
1 answer

java error in eclipse

Hey Siddharth, try changing the module version, ...READ MORE

Jul 16, 2019 in Selenium by Abha
• 28,140 points
5,317 views
0 votes
1 answer

How to scrap only numbers from a pdf file using UiPath studio?

Hi, to scrap only numbers from a ...READ MORE

Oct 17, 2019 in RPA by Abha
• 28,140 points
1,398 views
0 votes
1 answer

How can i grant access to a GCP project for a large scale multiple users at once?

gcloud auth to service accounts is allowed. ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
1,388 views
0 votes
1 answer

Send keys not working selenium webdriver python

As you mentioned send_keys("TEST") are not working, there are ...READ MORE

Sep 28, 2018 in Selenium by Meci Matt
• 9,460 points
17,932 views
0 votes
1 answer

Can I use images from another project in my project?

If someone has granted you the compute.imageUser role, you ...READ MORE

Oct 18, 2019 in GCP by Sirajul
• 59,230 points
1,301 views
0 votes
1 answer

How to import a non bootable virtual disk in GCP?

You can use the gcloud compute images import command ...READ MORE

Oct 22, 2019 in GCP by Sirajul
• 59,230 points
1,148 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,350 points
4,352 views
0 votes
1 answer

What is the tech Stack behind Slack system?

Hi Rani, for creating a system like ...READ MORE

May 13, 2019 in Career Counselling by Danial
8,117 views
0 votes
1 answer

Emails nor being sent through the port 25 of an EC2 instance- aws

Hi @Hannah, so if you are using ...READ MORE

Oct 17, 2019 in AWS by Rick
1,335 views
+1 vote
1 answer

map data not yet available

It could be due to the limited ...READ MORE

Oct 15, 2019 in Data Analytics by anonymous
• 33,030 points
1,955 views
0 votes
1 answer

Python error "IndexError: Cannot choose from an empty sequence"

Hi @Isha, According to your error  File ...READ MORE

Jul 5, 2019 in Python by Patric
5,813 views
0 votes
1 answer

Can anyone suggest how error handling can be done in UiPath studio?

Hey Pratibha, you can use following methods/activities ...READ MORE

Oct 16, 2019 in RPA by Anvi
• 14,150 points
1,382 views
0 votes
1 answer

Is a good practice to use domain name generator?

To start off with let me explain ...READ MORE

Oct 28, 2019 in Others by Pavan
836 views
0 votes
1 answer

How to customize colors in columns in a bar chart?

There are two ways: Go to format tab -> ...READ MORE

Oct 31, 2019 in Power BI by anonymous
• 33,030 points
721 views
0 votes
1 answer

How can I capture full webpage screenshot using Selenium Webdriver?

Hey Harbhajan, you can use Ashot() to ...READ MORE

Jul 29, 2019 in Selenium by Anvi
• 14,150 points
4,769 views
0 votes
3 answers

Truffle migrate Could not connect to your Ethereum client.

As mentioned in the previous answer, you ...READ MORE

Feb 19, 2019 in Blockchain by Dinesh
11,942 views
0 votes
1 answer

Giving public readability access to a group of objects in my cloud storage bucket.

To make all objects in a bucket ...READ MORE

Oct 25, 2019 in GCP by Sirajul
• 59,230 points
975 views
0 votes
1 answer

How do I ensure that all the VM instances created in my organisation are shielded VM's?

You can set the constraints/compute.requireShieldedVm organization policy constraint to True to require ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
1,082 views
0 votes
2 answers

How can I learn RPA (Uipath tool) without a tutor or paid course?

There are a lot of online free ...READ MORE

Sep 10, 2019 in Career Counselling by Yesha
3,015 views
0 votes
1 answer

What are the prerequisites for migrating AWS EC2 instances to GCP?

You must have the following prerequisites in ...READ MORE

Oct 22, 2019 in GCP by Sirajul
• 59,230 points
1,120 views
0 votes
1 answer

create a service account on Gcloud.

To create a service account, at minimum ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
748 views
0 votes
1 answer

Deployment controller that runs a single replica Redis master Pod - kubernetes

Hi @Hannah, you can use something like ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
1,047 views
0 votes
1 answer

Load data into teradata using sqoop export

The general syntax to do this as ...READ MORE

Aug 9, 2019 in Big Data Hadoop by Kunal
4,279 views
+1 vote
0 answers

Class not found exception in wordcount program in mapreduce

import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import java.io.IOException; import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat; import org.apache.hadoop.mapreduce.*; import org.apache.hadoop.mapreduce.lib.input.FileInputFormat; import ...READ MORE

Oct 3, 2019 in Big Data Hadoop by Tarun
• 160 points

edited Oct 3, 2019 by Omkar 1,900 views
0 votes
1 answer

How to check if a particular keyword exists in Apache Spark?

Hey, You can try this code to get ...READ MORE

Jul 23, 2019 in Apache Spark by Gitika
• 65,770 points
5,042 views
0 votes
1 answer

Cloud Identity aware proxy v/s Cloud Endpoint

Cloud IAP is an access management tool that enables folks to use ...READ MORE

Oct 11, 2019 in GCP by Sirajul
• 59,230 points
1,556 views
0 votes
1 answer

How do i delete a RAM disk from my instance on GCP?

You can unmount a tmpfs RAM disk just like ...READ MORE

Oct 22, 2019 in GCP by Sirajul
• 59,230 points
1,081 views
0 votes
1 answer

What is Hiera in puppet and what does it do?

Hiera is probably a built-in key-value configuration data ...READ MORE

Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
4,916 views