git commit: [SQL] Rewrite join implementation to allow streaming of one relation.

2014-03-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 841721e03 - 5731af5be [SQL] Rewrite join implementation to allow streaming of one relation. Before we were materializing everything in memory. This also uses the projection interface so will be easier to plug in code gen (its ported from

git commit: SPARK-1376. In the yarn-cluster submitter, rename args option to arg

2014-03-31 Thread mridulm80
Repository: spark Updated Branches: refs/heads/master 33b3c2a8c - 564f1c137 SPARK-1376. In the yarn-cluster submitter, rename args option to arg Author: Sandy Ryza sa...@cloudera.com Closes #279 from sryza/sandy-spark-1376 and squashes the following commits: d8aebfa [Sandy Ryza] SPARK-1376.