-
Notifications
You must be signed in to change notification settings - Fork 166
ED-2069: Add OCI oss support superseed PR 1617,1615,1608,1602 #1620
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-2069: Add OCI oss support superseed PR 1617,1615,1608,1602 #1620
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]>
In release 4.6.0, Ruby 2.6 is being used. Don't know why in 4.10 / 5.0, Ruby suddenly became 2.2. In fact, there is NO ruby2.2-dev for bionic. Changing to Ruby 2.6 to proceed
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-2839-release-5.1.0-bds-v2 Signed-off-by: Deepak Devadathan <[email protected]>
…JAPACCOE-2858-release-5.1.0 Signed-off-by: Deepak Devadathan <[email protected]>
…github-issue-33 Signed-off-by: Deepak Devadathan <[email protected]>
…github-99-deploy-job-PR Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Oci 5.1.0 GitHub 99 deploy job pr
Signed-off-by: Deepak Devadathan <[email protected]>
changing the document overlay structure
Ubuntu 22.04 is coming with default python 3.10 version and virtual environment creation is always failing when explicitly virtualenv_python value to pip task in ansible. As per the documentation of ansible(https://docs.ansible.com/ansible/latest/collections/ansible/builtin/pip_module.html), virtualenv_python : The Python executable used for creating the virtual environment. For example python3.5, python2.7. When not specified, the Python version used to run the ansible module is used. Signed-off-by: Deepak Devadathan <[email protected]>
… test-oci-5.1.0-github-99-deploy-job
…hub-99-deploy-job
…ci-5.1.0-github-99-deploy-job
Kudos, SonarCloud Quality Gate passed! |
I see the previous PR (#1601) changes here as well - Also - I feel this becomes very messy and maintaining the provision script will be very hard. |
Signed-off-by: Deepak Devadathan <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
@@ -3,7 +3,7 @@ analytics: | |||
soft_path: /mount/data/analytics | |||
base_path: /home/analytics | |||
scala_version: 2.12.10 | |||
spark_version: 3.1.3 | |||
spark_version: 3.2.1 |
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 have tried executing the provision script in our dev environment however, we have encountered some exceptions and couldn't provision the spark to the latest version.
I just wanted to understand did you try provisioning the script successfully to the latest version of the spark(3.2.1) in the OCI environment without making any manual changes?
@santhosh-tg / @tsprasath - Could you please retry running the spark provision script in the dev environment and share the error information here if possible?
cc: @anandp504 @maheshkumargangula @gandham-santhosh @sowmya-dixit
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.
Could you please share the exception that you got. One thing that i noted was that at the task: "Download Kafka-2.11" .. the url is hardcoded and not working any more http://downloads.mesosphere.com/kafka/assets/kafka_2.11-0.10.1.0.tgz
if you could share the exception , we can triage it further
Signed-off-by: Deepak Devadathan <[email protected]>
Signed-off-by: Deepak Devadathan <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
@ddevadat - Is this PR updated with the changes we discussed in the call? anything is pending to push? |
i updated and pushed the changes |
combining PR 1617,1615,1608,1602