File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/rest/kubernetes Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ notifications:
44
44
# 5. Run maven install before running lint-java.
45
45
install :
46
46
- export MAVEN_SKIP_RC=1
47
- - build/mvn -T 4 -q -DskipTests -Pmesos -Pyarn -Phadoop-2.3 -Pkinesis-asl -Phive -Phive-thriftserver install
47
+ - build/mvn -T 4 -q -DskipTests -Pmesos -Pyarn -Phadoop-2.3 -Pkubernetes - Pkinesis-asl -Phive -Phive-thriftserver install
48
48
49
49
# 6. Run lint-java.
50
50
script :
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ private[spark] object CompressionUtils extends Logging {
38
38
39
39
/**
40
40
* Compresses all of the given paths into a gzipped-tar archive, returning the compressed data in
41
- * memory as an instance of {@link TarGzippedData}. The files are taken without consideration to their
42
- * original folder structure, and are added to the tar archive in a flat hierarchy. Directories are
43
- * not allowed, and duplicate file names are de-duplicated by appending a numeric suffix to the file name,
44
- * before the file extension. For example, if paths a/b.txt and b/b.txt were provided, then the files added
45
- * to the tar archive would be b.txt and b-1.txt.
41
+ * memory as an instance of {@link TarGzippedData}. The files are taken without consideration to
42
+ * their original folder structure, and are added to the tar archive in a flat hierarchy.
43
+ * Directories are not allowed, and duplicate file names are de-duplicated by appending a numeric
44
+ * suffix to the file name, before the file extension. For example, if paths a/b.txt and b/b.txt
45
+ * were provided, then the files added to the tar archive would be b.txt and b-1.txt.
46
46
* @param paths A list of file paths to be archived
47
47
* @return An in-memory representation of the compressed data.
48
48
*/
You can’t perform that action at this time.
0 commit comments