- Aug 14, 2013
-
-
Patrick Wendell authored
-
- Aug 13, 2013
-
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
This fixes an error where empty cells are missing if a given task has no shuffle read/write.
-
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
-
stayhf authored
-
Matei Zaharia authored
Fix bug reported in PR 791 : a race condition in ConnectionManager and Connection
-