Open Issues Need Help
View All on GitHubAI Summary: This issue aims to integrate Google Cloud Dataproc with Google Cloud Storage (GCS), allowing Dataproc jobs to process data stored in GCS. The work involves creating a new GCP Dataproc provider module and enabling robust read/write capabilities between Dataproc and GCS.
AI Summary: This issue aims to standardize the project's development process by establishing a contribution guide and a consistent Java code style. It involves creating documentation for contributors, selecting a code style (e.g., Google Java Style), integrating automated formatting/linting tools, and refactoring the existing codebase to adhere to the chosen style for improved readability and maintainability.
AI Summary: The current system is vulnerable because it relies on user-provided IDs in requests, which could lead to unauthorized access. This issue aims to enhance security by validating user identity through the authentication token instead. It involves extracting the user ID from the auth token for every request and removing direct user ID input from applicable request payloads.