- Aug 13, 2013
-
-
Shivaram Venkataraman authored
-
Matei Zaharia authored
Update to Mesos 0.12.1
-
Matei Zaharia authored
-
Matei Zaharia authored
Print run command to stderr rather than stdout
-
Matei Zaharia authored
Properly account for killed tasks.
-
Patrick Wendell authored
-
Kay Ousterhout authored
-
Kay Ousterhout authored
The TaskState class's isFinished() method didn't return true for KILLED tasks, which means some resources are never reclaimed for tasks that are killed. This also made it inconsistent with the isFinished() method used by CoarseMesosSchedulerBackend.
-
Patrick Wendell authored
Minor clean-up in metrics servlet code
-
Patrick Wendell authored
-
Patrick Wendell authored
Add MetricsServlet for Spark metrics system
-
- Aug 12, 2013
-
-
Matei Zaharia authored
Simple PageRank algorithm implementation in Python for SPARK-760
-
Matei Zaharia authored
Implementing SPARK-865: Add the equivalent of ADD_JARS to PySpark
-
Andre Schumacher authored
Now ADD_FILES uses a comma as file name separator.
-
Matei Zaharia authored
Create SparkContext in beforeAll for MLLib tests
-
Matei Zaharia authored
Change scala.Option to Guava Optional in Java APIs
-
Josh Rosen authored
-
Evan Sparks authored
Clean up scaladoc in ML Lib.
-
Matei Zaharia authored
Changed yarn.version to 2.0.5 in pom.xml
-
Shivaram Venkataraman authored
-
jerryshao authored
-
jerryshao authored
-
- Aug 11, 2013
-
-
Reynold Xin authored
Remove now dead code inside of docs
-
Patrick Wendell authored
-
Shivaram Venkataraman authored
Also build and copy ML Lib scaladoc in Spark docs build. Some more minor cleanup with respect to naming, test locations etc.
-
Reynold Xin authored
Report compressed bytes read when calculating TaskMetrics
-
Shivaram Venkataraman authored
This overcomes test failures that occur using Maven
-
Patrick Wendell authored
-
stayhf authored
-
Matei Zaharia authored
Use new Configuration() instead of slower new JobConf() in SerializableWritable
-
Josh Rosen authored
-
Evan Sparks authored
Refactor SGD options into a new class.
-
shivaram authored
Fixed path to JavaALS.java and JavaKMeans.java, fixed hadoop2-yarn profi...
-
Alexander Pivovarov authored
-
Alexander Pivovarov authored
-
- Aug 10, 2013
-
-
Charles Reiss authored
JobConf's constructor loads default config files in some verisons of Hadoop, which is quite slow, and we only need the Configuration object to pass the correct ClassLoader.
-
Shivaram Venkataraman authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Adding Scala version of PageRank example
-