public class SparkCompatibility
extends java.lang.Object
Constructor and Description |
---|
SparkCompatibility() |
Modifier and Type | Method and Description |
---|---|
void |
transferConfig(java.lang.String userSparkHome,
java.util.Collection<java.lang.String> skipFiles)
Copies the old USER_SPARK_HOME to the new directory if it does not exist
|
public void transferConfig(java.lang.String userSparkHome, java.util.Collection<java.lang.String> skipFiles) throws java.io.IOException
userSparkHome
- The previous directory to copy fromskipFiles
- The files to skipjava.io.IOException