You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
PR #453 implements a new server token-refresh-server that renews HDFS tokens used by long-running Spark jobs. The PR made the server an optional component that gets activated under a separate maven profile Pkubernetes-hdfs-extra.
We should include the profile in the Jenkins CI setup after #453 is merged in, so that subsequent PRs would build the project and run the unit tests. (The integration test will be addressed later)
For the main build, the command would look like the following (the bold part is new):
We should add this after #453 is merged in because maven will crash at the missing project resource-managers/kubernetes/token-refresh-server in the -pl parameter of the unit test build command line. (Missing profiles, on the other hand, are simply ignored)
Please feel free to ask questions or make suggestions. (This was discussed in the SIG meeting this morning)
The text was updated successfully, but these errors were encountered:
ifilonenko
pushed a commit
to bloomberg/apache-spark-on-k8s
that referenced
this issue
Apr 7, 2019
@ifilonenko @liyinan926 @foxish @erikerlandson
PR #453 implements a new server
token-refresh-server
that renews HDFS tokens used by long-running Spark jobs. The PR made the server an optional component that gets activated under a separate maven profilePkubernetes-hdfs-extra
.We should include the profile in the Jenkins CI setup after #453 is merged in, so that subsequent PRs would build the project and run the unit tests. (The integration test will be addressed later)
For the main build, the command would look like the following (the bold part is new):
The unit test will be like:
We should add this after #453 is merged in because maven will crash at the missing project
resource-managers/kubernetes/token-refresh-server
in the-pl
parameter of the unit test build command line. (Missing profiles, on the other hand, are simply ignored)Please feel free to ask questions or make suggestions. (This was discussed in the SIG meeting this morning)
The text was updated successfully, but these errors were encountered: