All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flipkart.fdp.ml.utils.Constants Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package com.flipkart.fdp.ml.utils;

import java.io.Serializable;

public class Constants  implements Serializable {
    public static final String SUPPORTED_SPARK_VERSION_PREFIX = "1.6";
    public static final String LIBRARY_VERSION = "1.0";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy