Trending questions in Edureka Community

+1 vote
0 answers

Oozie filter all coordinator jobs based on nominalTime

Hi Edureka team. I would like to ...READ MORE

Nov 12, 2019 in Big Data Hadoop by Thayanban
• 130 points
972 views
0 votes
1 answer

How to create a composite object from already existing objects?

Use the gsutil compose command: gsutil compose gs://[BUCKET_NAME]/[SOURCE_OBJECT_1] gs://[BUCKET_NAME]/[SOURCE_OBJECT_2] gs://[BUCKET_NAME]/[COMPOSITE_OBJECT_NAME] Where: [BUCKET_NAME] is ...READ MORE

Nov 19, 2019 in GCP by Sirajul
• 59,230 points
627 views
0 votes
1 answer

Can I manage query costs? is there a way that i can set a limit?

If you have multiple BigQuery projects and ...READ MORE

Nov 21, 2019 in GCP by Sirajul
• 59,230 points
544 views
0 votes
1 answer

Is it possible to migrate a VM instance on Azure to GCP?

Yes, migrating an instance from Azure to ...READ MORE

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

What is the difference between print and pprint in Python?

As per the documentation,  The pprint module provides a capability ...READ MORE

Jul 8, 2019 in Python by Arvind
• 3,040 points
6,407 views
0 votes
1 answer

Sharing bucket data with a group of users.

For example, for the gs-announce Google Group, you can ...READ MORE

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

What is the difference between test scenarios, test cases and test script?

Difference between test scenarios and test cases ...READ MORE

Jan 28, 2019 in Selenium by Frankie
• 9,830 points
13,367 views
0 votes
1 answer

How does save and export command work in docker and how are they different from one another?

Export : Export is used to persist a ...READ MORE

Jul 2, 2019 in Docker by Sirajul
• 59,230 points

edited Jul 2, 2019 by Sirajul 6,664 views
0 votes
1 answer

How can I configure a cloud storage bucket to hold data only for a single day?

Suppose you only want to keep files ...READ MORE

Nov 22, 2019 in GCP by Sirajul
• 59,230 points
511 views
0 votes
0 answers

How do I get updated temperature sensor readings with CoAPthon?

Hi guys, I'm new to IOT and I'm ...READ MORE

Nov 11, 2019 in IoT (Internet of Things) by RiceMan
• 120 points
1,019 views
0 votes
1 answer

How to copy an object to a folder in the bucket?

Use the gsutil cp command to create a folder ...READ MORE

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

Cancel a long running database operation.

Use projects.instances.databases.operations.cancel to cancel a long-running instance operation. Click projects.instances.databases.operations.cancel. For name, enter ...READ MORE

Nov 14, 2019 in GCP by anonymous
• 59,230 points
835 views
0 votes
1 answer

Create a Cloud spanner instance.

You can create an instance with the gcloud command-line ...READ MORE

Nov 13, 2019 in GCP by Sirajul
• 59,230 points
873 views
0 votes
1 answer

How to import and clean a text file into dataframe in R?

You can use readLines() or read.table() depending ...READ MORE

Jul 16, 2019 in Data Analytics by anonymous
6,079 views
0 votes
2 answers

what is Arguement and why we use aruement in uipath

Hey Teja, Arguments are just like Variables, they are ...READ MORE

Aug 19, 2019 in RPA by Abha
• 28,140 points
4,554 views
0 votes
1 answer

AWS CloudFront error "InvalidViewerCertificate"

The error clearly mentions that the certificate ...READ MORE

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

How to print a message in Solidity??

You can use the require function to do this. ...READ MORE

Dec 12, 2018 in Blockchain by Omkar
• 69,210 points
15,372 views
+1 vote
1 answer

Importing a VM on GCP.

You can add VM instances, custom images, ...READ MORE

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

Choosing an existing internal IP address for an instance at the time of its creation.

You can choose a specific internal IP ...READ MORE

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

What's the difference between the research of Machine learning and data mining?

Data mining research mainly revolves around gathering ...READ MORE

Nov 21, 2019 in Machine Learning by Amulya
514 views
0 votes
1 answer

What is Get IBM Notes Mail Messages activity in UiPath Studio and how it can be used?

Hey Apeksha, this activity is used to ...READ MORE

Oct 24, 2019 in RPA by Rizvan
1,727 views
0 votes
1 answer

Cannot upload objects to a bucket despite of having a valid billing account.

The requester must have sufficient permission to perform the ...READ MORE

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

Deleting an object from a cloud storage bucket.

Use the gsutil rm command: gsutil rm gs://[BUCKET_NAME]/[OBJECT_NAME] Where: [BUCKET_NAME] is the name ...READ MORE

Oct 25, 2019 in GCP by Sirajul
• 59,230 points
1,700 views
+1 vote
1 answer

How to change fill color in each facet using ggplot2?

You can map the facetting variable to ...READ MORE

May 8, 2018 in Data Analytics by kappa3010
• 2,090 points
24,740 views
0 votes
1 answer

Can anyone explain the sparse vector in Spark?

Hey, A sparse vector is used for storing ...READ MORE

Aug 2, 2019 in Apache Spark by Gitika
• 65,910 points
5,308 views
0 votes
1 answer

ERROR: Ansible playbook execution failed - Ansible Jenkins

Hey @Asha, Try to run it as user ...READ MORE

Apr 4, 2019 in Ansible by Aman
10,482 views
0 votes
1 answer

Setting up OS Login on my windows server instance is unsuccessful.

This is because Windows Server and SQL ...READ MORE

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

How to check wether a bucket exists using boto3?

You can use this code to check ...READ MORE

Dec 6, 2018 in AWS by Rishav
15,653 views
0 votes
1 answer

Create a classic VPN using dynamic routing.

Classic VPN gateway and one tunnel using ...READ MORE

Nov 13, 2019 in GCP by Sirajul
• 59,230 points
847 views
+1 vote
1 answer

Attaching exisiting EBS volume to a self-healing instances with Ansible ?

Hello @vreddy, Have a look at this. ...READ MORE

Nov 14, 2019 in AWS by Eric
1,069 views
0 votes
0 answers

How to write the results in excel

Hi, Can any one help me to create ...READ MORE

Nov 20, 2019 in Selenium by sundar
• 120 points
603 views
0 votes
1 answer

Pandas vs NumPy

Pandas should be used when you are ...READ MORE

Nov 18, 2019 in Python by Aman
629 views
0 votes
1 answer

How do I know for how long an instance has been running on GCP?

If you SSH into the instance you ...READ MORE

Sep 23, 2019 in GCP by Sirajul
• 59,230 points
3,041 views
0 votes
1 answer

MySQL query finding values in a comma separated string

To find MySQL query values in a comma-separated ...READ MORE

Oct 4, 2019 in Database by Daric
• 500 points
2,709 views
0 votes
1 answer

Python code for printing the string without vowels using list comprehension

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

Jul 8, 2019 in Python by Rajeev
6,367 views
0 votes
4 answers

What is a Tuple in Python and how to use it?

Tuples  are a  Unchanging sequence of values, ...READ MORE

Jun 21, 2020 in Python by sahil
• 580 points
1,429 views
0 votes
1 answer

How do I add data to my Amazon Kinesis data stream?

You can add data to an Amazon ...READ MORE

Nov 19, 2019 in AWS by Tracy
568 views
0 votes
1 answer

Can I use Compute Engine virtual machine instance to access a Cloud Spanner database?

Yes, this is possible. You can grant your ...READ MORE

Nov 13, 2019 in GCP by Sirajul
• 59,230 points
829 views
0 votes
1 answer

How to call the Debug Mode in PySpark?

As far as I understand your intentions ...READ MORE

Jul 26, 2019 in Apache Spark by ravikiran
• 4,620 points
5,576 views
0 votes
1 answer

How do I create a dataframe using a dictionary in pandas?

Hi @Hannah, You need to define your dictionary ...READ MORE

Nov 18, 2019 in Python by Eric
607 views
0 votes
2 answers

how can i add collection data to csv in blue prism?

Use the utility something which contains Get ...READ MORE

Jul 10, 2020 in RPA by jananidhamu98@
• 550 points
4,333 views
0 votes
1 answer

What kind of data suits pandas the most?

Pandas can handle almost all kinds of ...READ MORE

Nov 18, 2019 in Python by Eric
612 views
0 votes
1 answer

Convert data.frame object into character vector/list

Hi, it is possible to store them ...READ MORE

Jul 9, 2019 in Data Analytics by anonymous
• 33,030 points
6,305 views
0 votes
0 answers

How to create AMI from running instance using ansible?

Hi, I need to take AMI(amazon machine ...READ MORE

Sep 9, 2019 in Ansible by Lakshminarayanan
• 1,370 points

edited Sep 9, 2019 by Lakshminarayanan 3,673 views
0 votes
1 answer

How to check the database operation that is running since a long time in cloud spanner database?

To get the status of the long-running ...READ MORE

Nov 14, 2019 in GCP by Sirajul
• 59,230 points
782 views
0 votes
1 answer

How do I create snapshot schedule to o regularly and automatically back up zonal and regional persistent disks?

You must create your snapshot schedule in ...READ MORE

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

Could not find ‘Read CSV’ activity in Uipath Studio.

Hey Apeksha, to get the Read CSV ...READ MORE

Nov 7, 2019 in RPA by Abha
• 28,140 points
1,091 views
0 votes
1 answer

How to enable public access on GCP?

By default, all Google Cloud Platform (GCP) ...READ MORE

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

How to run mapreduce program in terminal?

You can reference the below steps: Step 1: ...READ MORE

Jan 31, 2019 in Big Data Hadoop by Srishti
13,159 views
0 votes
1 answer

Java and MySql: Check if database exists

You can get the list of databases ...READ MORE

Sep 30, 2019 in Java by Tina
2,702 views