Most voted questions in Edureka Community

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
545 views
0 votes
0 answers

Get my metadata into the AWS Glue Data Catalog?

I am pretty new to AWS glue. ...READ MORE

Nov 20, 2019 in AWS by Hannah
• 18,570 points
718 views
0 votes
1 answer

Data sources supported by AWS clue

AWS Glue supports data stored in Amazon ...READ MORE

Nov 20, 2019 in Cloud Computing by Aleesha
415 views
0 votes
2 answers

How to change IP address of an Ubuntu VM?

The easiest method is through network manager: 1- ...READ MORE

Aug 25, 2020 in Linux Administration by Pistle
• 300 points
13,507 views
0 votes
1 answer

I want to copy an existing BigQuery table into another location. Will I be charged for it?

You are not charged for copying a ...READ MORE

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

Moving bulk data out of google cloud spanner database.

Yes, you could probably use the Cloud ...READ MORE

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

How to find out what index Cloud Spanner is using to process a query?

To find out what index Cloud Spanner ...READ MORE

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

How many cloud spanner instances should I have for a database? I want to have a single database along with a single instance.

To provide high availability and low latency ...READ MORE

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

Is there a way to estimate the cost for BigQuery storage in GCP?

Yes, you could do this using Google ...READ MORE

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

Avoid duplication while streaming data into a BigQuery table

If you receive a failure HTTP response ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
3,076 views
0 votes
1 answer

GCP Error : 409 "duplicate" while trying to create a table.

This error returns when trying to create ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
2,692 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
605 views
0 votes
1 answer

What programming languages or platforms can I use to access Amazon Kinesis API?

These are the list of languages supported: C++ Go Java JavaSc ...READ MORE

Nov 19, 2019 in AWS by Aleesha
909 views
0 votes
1 answer

How is PutRecord different from PutRecords? - Amazon Kinesis

PutRecord operation allows a single data record ...READ MORE

Nov 19, 2019 in AWS by Aleesha
2,116 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
572 views
0 votes
1 answer

Get/request for extra shards peraccount - Amazon Kinesis

You can use the Amazon Kinesis Data Streams ...READ MORE

Nov 19, 2019 in AWS by Anshul
657 views
0 votes
2 answers

Is there any condition on minimum throughput I can request for my Kinesis data stream?

Muchas gracias. ?Como puedo iniciar sesion? READ MORE

May 2, 2020 in AWS by kfdakyldct
590 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
628 views
0 votes
1 answer
0 votes
1 answer

Does my GCP free-trial allow to access all services? Or Is there anything that I can do only if I upgrade to a paid account?

Your free trial credit applies to all ...READ MORE

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

How do I stream uploads to cloud storage from a process?

To use gsutil to perform a streaming ...READ MORE

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

Pricing model for virtual machine instances.

The following billing model applies to all ...READ MORE

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

What's the default bucket location if i don't specify the location during bucket creation?

The default bucket location is within the ...READ MORE

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

How do I resolve a declined payment on google cloud storage?

Sometimes payments are declined, and when they ...READ MORE

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

Are there any features that google cloud provides, that would quicken the upload or download process?

Yes. Cloud Storage allows customers to use ...READ MORE

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

How do I know how much space is used in my cloud storage bucket?

You can use Stackdriver for daily monitoring ...READ MORE

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

I am working as a Oracle apps DBA I am planning to change the domain . Is it good if I shift to aws?

I am also working as an Oracle ...READ MORE

Nov 22, 2019 in Others by Pasha
879 views
0 votes
0 answers

Can not fetch data from Google fire store

i have https domain with django platfrom ...READ MORE

Nov 18, 2019 in Python by anonymous
• 120 points
501 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
608 views
0 votes
2 answers

Change the default indexing of an array in pandas

df = pd.DataFrame({'month': [1, 4, 7, 10],                    'year': ...READ MORE

Nov 28, 2019 in Python by nagendra reddy
942 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

Check python object's data type

Hi @hannah, that's pretty simple. To check ...READ MORE

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

Is it possible to allocate charges for accessing data to the user who has accessed it?

Yes, this could definitely be done. You can use ...READ MORE

Nov 18, 2019 in GCP by Sirajul
• 59,230 points
491 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
617 views
0 votes
1 answer

How do I ensure that my cloud storage data has max availability?

Consider storing your data in a multi-regional ...READ MORE

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

While accessing array elements, which is better Pandas or NumPy?

Hi @Hannah, Panda series objects are more ...READ MORE

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

Change the project of a cloud storage bucket.

Changing a bucket's location or project is ...READ MORE

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

Pandas vs NumPy

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

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

Delete a cloud storage object that is in the locked, retention-enabled bucket.

No, you can't delete a cloud storage object ...READ MORE

Nov 18, 2019 in GCP by Sirajul
• 59,230 points

edited Sep 21, 2021 by Sarfaraz 2,974 views
0 votes
1 answer

Preventing accidental data deletion on Google cloud storage.

Use Object Versioning. The Object Versioning feature keeps ...READ MORE

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

I have deleted my Cloud Storage account but have decided to retain cloud storage data. Will I incurr additional charges?

You will be charged for storage of ...READ MORE

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

Disable cloud storage account.

To cancel your Cloud Storage account, take ...READ MORE

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

Do I need to activate Cloud Storage and turn on billing if I was granted access to someone else's bucket?

No, in this case another individual has ...READ MORE

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

Does wordpress have a good uptime?

WordPress is just the software. Uptime of your ...READ MORE

Nov 16, 2019 in Others by Eric
560 views
0 votes
1 answer

Can Ansible replace Jenkins?

Ansible is a configuration management tool whereas ...READ MORE

Nov 15, 2019 in Ansible by Eric
1,773 views
0 votes
1 answer

How do I check uptime on hundreds of servers using Ansible?

You need an Ansible box for this, ...READ MORE

Nov 15, 2019 in Ansible by Eric
12,305 views
0 votes
1 answer

Can I achieve auto-scaling on an increased load for Docker containers?

You can use a Load Balancer. It ...READ MORE

Nov 15, 2019 in Docker by Payal
1,154 views
0 votes
1 answer

GCP : 404 "resourceInUse" error when trying to delete a dataset.

This error usually occurs when you are ...READ MORE

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

Getting a 503 HTTP response code while making a BigQuery API request.

This error returns when there is a ...READ MORE

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

Using a JSON Schema file in BigQuery for creating a Schema.

After creating your JSON schema file, you ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
6,632 views