-
Notifications
You must be signed in to change notification settings - Fork 45
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-1232: OCI support for Build/DataPipeline/CoreDataProducts #172
ED-1232: OCI support for Build/DataPipeline/CoreDataProducts #172
Conversation
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
…JAPACCOE-2821-release-5.0.0_RC1-release-5.1.1 Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ddevadat Please address the PR comments
.circleci/config.yml
Outdated
cd sunbird-analytics-core && git checkout $target_branch | ||
fi | ||
git clone https://github.com/ocisunbird/sunbird-analytics-core.git | ||
cd sunbird-analytics-core && git checkout oci-5.1.0-JAPACCOE-2839-release-5.0.0_RC2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ddevadat This looks like a release tag is hard coded in the .circleci/config.yml. This doesn't look right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anandp504 you are right..lets park this PR as this needs some special attention.
The issue here is circle ci test runs. We have upgraded the cloud-store-sdk version in the analytics core repo, those changes are yet to merged in the release-5.1.1
Till that happens , everytime circle ci runs for core-dataproducts it will try to build from release-5.1.1 which doesnt have cloud-store-sdk:1.4.6 yet and will fail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ddevadat - Did we merge the analytics-core with the latest SDK changes? If yes, can we revert these changes back?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted the changes as the analytics core pr is merged
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
@manjudr The problem is core-dataproducts.
Any idea what could be causing this |
Signed-off-by: Deepak Devadathan <[email protected]>
exclusion for hadoop-client-api
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: Deepak Devadathan <[email protected]>
@ddevadat - Are you still facing the |
no this error is not seen in the last circle ci build and test run |
@@ -29,6 +29,9 @@ trait BaseDruidQueryProcessor { | |||
case "s3" => | |||
sc.hadoopConfiguration.set("fs.s3n.awsAccessKeyId", AppConf.getConfig(accountKey.getOrElse("aws_storage_key"))); | |||
sc.hadoopConfiguration.set("fs.s3n.awsSecretAccessKey", AppConf.getConfig(accountSecret.getOrElse("aws_storage_secret"))); | |||
case "oci" => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ddevadat - We are making some CSP refactor changes. We might be required to revise these changes again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do it from our side but you might be required to validate with the OCI environment once.
Kudos, SonarCloud Quality Gate passed!
|
updated cloud-store-sdk to 1.4.6 along with associated class file changes