-
Notifications
You must be signed in to change notification settings - Fork 3
Add lightbend custom suite #34
Conversation
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.
Temporarily adds support for external hdfs clusters. This will be removed when community will add support for HDFS.
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.
;) almost there but +1 on this
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.
:) thanx @ifilonenko
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.
Mark this test as not appropriate for DC/OS as we run against insecure api server and when no scheme is defined current implementation will default to https. In the future I will remove this with targeting the secure api server on dc/os.
|
Checks failed are from an old job for PRs, safe to ignore it. |
deanwampler
left a comment
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.
LGTM. A few minor suggestions in the comments.
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.
Would it work to have a conditional wrapping this one to see if the $HADOOP_HOME/conf exists and contains the config files, then if not, check the URL? Or, are you forcing an update to the correct versions of the files whether they exist or not?
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.
Yes I just update them if the url exists for now. I am also waiting for work that @ifilonenko is doing. This is temporary anyway. Btw its the same thing DC/OS Spark does
https://github.com/mesosphere/spark-build/blob/dd14958297da8080615fc431d6ef0ab6f791220c/conf/spark-env.sh#L8-L13
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.
Should we use the same version string we use in releases or perhaps "latest" between releases? This is something we should discuss in the standup.
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.
Yes whatever makes sense. Just random version there.
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 use latest.
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.
Extra space after case ;)
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 fix.
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.
Let's bump this to 1.1.X. We need to convert all projects to use SBT version > 1.0, because of changes in the way you query settings, which I've needed to invoke in the release build.
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 fix.
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.
I suggest removing the Eclipse plugin. Users of Eclipse can add this to their local ~/.sbt/1.0/... environments.
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.
Sure ;)
|
One other thing; now that 1.2.0 is done, we can merge work like this to the |
|
@deanwampler the branch I am merging to is k8s-develop, I would like to distinguish it from mesos stuff if it is not big deal. |
|
Updated the PR will merge it. |
What changes were proposed in this pull request?
Cloud support was removed from the upstream spark project.
https://issues.apache.org/jira/browse/SPARK-24711
https://issues.apache.org/jira/browse/SPARK-24694
Fixes are upstreamed.
How was this patch tested?
Manually, check image bellow: