programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin
Topic Replies Topic Starter Last Post Forum Name
Why is Glue catalog classified with Glue jobs under Glue en it looks more related to S3 and Athena 0 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
What do developers creating AWS resources need to know about subnets in VPC ? 6 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Read about VPC in AWS and trying to understand how VPC in AWS practically works 0 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Difference between service on public subnet on VPC on AWS and a service deployed on public cloud 0 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Can most AWS services be accessed only from region in which they are created? 4 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Why are AWS access keys require to access some services like Databases but not for others like Glue. 0 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Can console consumer be used to clear bad message in Kafka which consuming application gave error fo 23 Monica Shiralkar
Himai Minh
Messaging Systems
Java-Kafka application or Java-Kaka-Spark application for reading a file and writing to kafka topic? 0 Monica Shiralkar
Monica Shiralkar
Other Big Data
Is security patches installation responsibility of AWS only for PAAS and for IAAS it is of the user 2 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Is 'presence of mind' one of the important qualities of a good IT professional 14 Monica Shiralkar
Monica Shiralkar
Jobs Discussion
For developers, is creating VPC and subnets, one-time activities to be done only in the beginning 0 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
If one wants data in a particular AWS region only, then is it safe from access from any other region 4 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Does having single broker in Kafka mean when one consumer is consuming others have to wait ? 2 Monica Shiralkar
Monica Shiralkar
Messaging Systems
When multiple consumers for a kafka topic, how is it decided that which will get it 2 Monica Shiralkar
Monica Shiralkar
Messaging Systems
Understanding and learning Kafka 7 Monica Shiralkar
Himai Minh
Messaging Systems
Does having VPC in AWS mean that every user using this account will use AWS with VPC only? 0 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
What is difference between AWS pillars: operational excellence and performance efficiency? 2 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
What is the way to use an import of a class which is inside wheel file? 2 Monica Shiralkar
Monica Shiralkar
Jython/Python
Is there way to resolve pymysql import using PyMySQL-1.0.3-py3-none-any.whl without pip install 6 Monica Shiralkar
Monica Shiralkar
Jython/Python
How does one keep ourself good at both when work demands sometimes Python and sometimes Java 2 Monica Shiralkar
Monica Shiralkar
Jobs Discussion
Is Glue catalog a database specifically for storing S3 data as tables to be used in athena ? 2 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
How does public and hybrid cloud look like compared to private cloud to the developers 18 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
With faster option Flink being available for streaming is spark being used only for batch processing 2 Monica Shiralkar
Monica Shiralkar
Other Big Data
Is it correct that Kubernetes automates containers for running code and EKS automates kubernetes 0 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Is API Gateway simply another term for creating lambda function triggered by http request 4 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
What kind of lambda function gets created when we do not specify any trigger while creating it 3 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
How does input and output specified in EMR step link to input and output path inside the program 0 Monica Shiralkar
Monica Shiralkar
Other Big Data
Is API Gateway essential for Lambda functions ? 0 Monica Shiralkar
Monica Shiralkar
Cloud/Virtualization
Can someone please review this test case code where tests are passing and fully covering the code 5 Monica Shiralkar
Monica Shiralkar
Testing
In what kind of cases should EMR be chosen over Databricks which is the faster option ? 0 Monica Shiralkar
Monica Shiralkar
Other Big Data
For the setup.py file of Python is there any equivalent in Java ? 2 Monica Shiralkar
Monica Shiralkar
Jython/Python
What is the right way to Mock call from Spark to read CSV file on S3 0 Monica Shiralkar
Monica Shiralkar
Testing
No FileSystem for scheme "s3" while using unittest.mock to mock spark.read.csv call to S3 1 Monica Shiralkar
Monica Shiralkar
Testing
While mocking during Unit Testing for Python code, when to use Patch and when to use Mock/MagicMock 0 Monica Shiralkar
Monica Shiralkar
Testing
For unit testing can we mock absolutely anything or there are limitations on what we cannot mock 0 Monica Shiralkar
Monica Shiralkar
Testing
What is the issue with this unit test code which mocks spark.read.csv call to file on S3 1 Monica Shiralkar
Monica Shiralkar
Testing
Way to run Python with dependency libraries like running Java by making jar of them using pom.xml 18 Monica Shiralkar
Monica Shiralkar
Jython/Python
What does it mean that python is specifically said to be multi-purpose programming language 17 Monica Shiralkar
Monica Shiralkar
Jython/Python
Difference between mocked_object.called and mocked.object.options.called in Python unit testing 0 Monica Shiralkar
Monica Shiralkar
Testing
Are all non-static methods called as functions 9 Monica Shiralkar
Monica Shiralkar
Jython/Python