amplab / spark-indexedrdd

An efficient updatable key-value store for Apache Spark
Apache License 2.0
250 stars 78 forks source link

Publish to repo1? #20

Open njwhite opened 8 years ago

njwhite commented 8 years ago

Could you publish this to the Maven Central Repository? My gradle file looks like:

repositories {
    mavenCentral()
    maven {
        url "http://dl.bintray.com/spark-packages/maven"
    }
    maven {
        url "https://raw.githubusercontent.com/ankurdave/maven-repo/master"
    }
}