This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Cassandra | |
CASSANDRA_VERSION=2.1.10 | |
CASSANDRA_NAME=apache-cassandra-${CASSANDRA_VERSION}-bin | |
CASSANDRA_ARCHIVE=${CASSANDRA_NAME}.tar.gz | |
CASSANDRA_MIRROT_DOWNLOAD=http://www.apache.org/dist/cassandra/${CASSANDRA_VERSION}/${CASSANDRA_ARCHIVE} | |
CASSANDRA_RES_DIR=/vagrant/resources/cassandra | |
CASSANDRA_HOME=/usr/local/cassandra | |
CASSANDRA_CONF=${CASSANDRA_HOME}/conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//================================================================== | |
// SPARK INSTRUMENTATION | |
//================================================================== | |
import com.codahale.metrics.{MetricRegistry, Meter, Gauge} | |
import org.apache.spark.{SparkEnv, Accumulator} | |
import org.apache.spark.metrics.source.Source | |
import org.joda.time.DateTime | |
import scala.collection.mutable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: build.sbt | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- build.sbt (revision cf04f98dfb0549476322ba20cf083181d8f19a63) | |
+++ build.sbt (revision ) | |
@@ -1,6 +1,7 @@ | |
import Dependencies._ | |
NewerOlder