Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ED-1231 - Add oci oss support for Build/DataPipeline/AnalyticsCore (#… #163

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

sowmya-dixit
Copy link
Collaborator

…155)

  • Issue #DD-2269 | Special characters issue fixes for sourcing metrics job (DD-2269 | Special characters issue fixes for sourcing metrics job #148)

  • updated cloud-store-sdk version to 1.4.6

  • added the oci datafetcher

  • added oci switch for datafetcher

  • workaroud to build from branches and tags

  • added a customocistorage service

  • rearanged newstorage service

  • reverted the change for reordering

  • changed method pararmter for customoci storage

  • changed the storage type to oci

  • Changes for s3 configuration

  • testing with spark 3.2 version

  • reverting to spark 3.1.0

  • Updated spark version and using aws-s3 config

  • Added print statements

  • Added print statements

  • added oci specific hadoop conf

  • updated newstoreageservice

  • added debug

  • updated customoci storage

  • updated customoci storage serivce

  • changed CustomOCIStorageService

  • changed back CustomOCIStorageService

  • updated dataset to include oci

  • added oci switch for fileprefix

  • updated dispatcher

  • updated oci spark conf

  • updated jets3t version

  • added debug logs

  • added oci support for merge util

  • Changed the storage type to s3

  • Added mergeType value in the exception message

  • removed debug prints

  • testing with jackson-core 2.1.2

  • added slack test values

  • testing with jackson core 2.10.0

  • testing with jackson core 2.11.0

  • testing with jackson core 2.12.0

  • removed debug prints

  • updated to use aws_storage_key and aws_storage_secret


Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Type of change

Please choose appropriate options.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes in the below checkboxes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Ran Test A
  • Ran Test B

Test Configuration:

  • Software versions:
  • Hardware versions:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

ddevadat and others added 2 commits June 6, 2023 12:25
)

* Issue #DD-2269 | Special characters issue fixes for sourcing metrics job (#148)

* updated cloud-store-sdk version to 1.4.6

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* added the oci datafetcher

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* added oci switch for datafetcher

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* workaroud to build from branches and tags

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* added a customocistorage service

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* rearanged newstorage service

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* reverted the change for reordering

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* changed method pararmter for customoci storage

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* changed the storage type to oci

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* Changes for s3 configuration

* testing with spark 3.2 version

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* reverting to spark 3.1.0

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* Updated spark version and using aws-s3 config

* Added print statements

* Added print statements

* added oci specific hadoop conf

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* updated newstoreageservice

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* added debug

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* updated customoci storage

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* updated customoci storage serivce

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* changed CustomOCIStorageService

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* changed back CustomOCIStorageService

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* updated dataset to include oci

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* added oci switch for fileprefix

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* updated dispatcher

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* updated oci spark conf

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* updated jets3t version

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* added debug logs

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* added oci support for merge util

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* Changed the storage type to s3

* Added mergeType value in the exception message

* removed debug prints

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* testing with jackson-core 2.1.2

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* added slack test values

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* testing with jackson core 2.10.0

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* testing with jackson core 2.11.0

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* testing with jackson core 2.12.0

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* removed debug prints

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

* updated to use aws_storage_key and aws_storage_secret

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>

---------

Signed-off-by: Deepak Devadathan <deepak.devadathan@oracle.com>
Co-authored-by: Kumar <kumarks1122@gmail.com>
Co-authored-by: subhash_chandra_budde <subhash.chandra.budde@oracle.com>
@manjudr manjudr merged commit f9cc341 into release-5.1.3 Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants