- Aug 11, 2013
-
-
Reynold Xin authored
Remove now dead code inside of docs
-
Patrick Wendell authored
-
Reynold Xin authored
Report compressed bytes read when calculating TaskMetrics
-
Patrick Wendell authored
-
Matei Zaharia authored
Use new Configuration() instead of slower new JobConf() in SerializableWritable
-
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
-
- 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
-
Matei Zaharia authored
Fix bug reported in PR 791 : a race condition in ConnectionManager and Connection
-
Matei Zaharia authored
Conflicts: core/src/main/scala/spark/ui/jobs/IndexPage.scala core/src/main/scala/spark/ui/jobs/StagePage.scala
-
Patrick Wendell authored
expose HDFS file system stats via Executor metrics
-
Kay Ousterhout authored
-
- Aug 09, 2013
-
-
Matei Zaharia authored
Pull HBASE_VERSION in the head of sbt build
-
Matei Zaharia authored
Java fixes, tests and examples for ALS, KMeans
-
Kay Ousterhout authored
-
Kay Ousterhout authored
-
Kay Ousterhout authored
-
Dmitriy Lyubimov authored
-
Kay Ousterhout authored
This commit fixes issues where SparkListeners that take a while to process events slow the DAGScheduler. This commit also fixes a bug in the UI where if a user goes to a web page of a stage that does not exist, they can create a memory leak (granted, this is not an issue at small scale -- probably only an issue if someone actively tried to DOS the UI).
-
Matei Zaharia authored
Remove extra synchronization in ResultTask
-
Patrick Wendell authored
Log the launch command for Spark daemons
-
Dmitriy Lyubimov authored
-
Patrick Wendell authored
-
Charles Reiss authored
-
Matei Zaharia authored
For standalone mode, add worker local env setting of SPARK_JAVA_OPTS as ...
-
shane-huang authored
Signed-off-by:
shane-huang <shengsheng.huang@intel.com>
-
- Aug 08, 2013
-
-
Matei Zaharia authored
-
Reynold Xin authored
-
Shivaram Venkataraman authored
Also remove java-specific constructor for LabeledPoint.
-
Shivaram Venkataraman authored
The scala constructor works for native type java types. Modify examples to match this.
-
Matei Zaharia authored
Update to Chill 0.3.1
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Patrick Wendell authored
Bootstrap re-design
-
Mridul Muralidharan authored
-