[GitHub] spark pull request #19542: Branch 1.1.

2017-10-20 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/19542


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #19542: Branch 1.1.

2017-10-20 Thread souravaswal
GitHub user souravaswal opened a pull request:

https://github.com/apache/spark/pull/19542

Branch 1.1.

## What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

## How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)

Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/spark branch-1.1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/19542.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #19542


commit c5d8d82272ed1790b155eac023a1dfd7248899f8
Author: Eric Liang 
Date:   2014-09-08T00:57:59Z

[SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0

This resolves https://issues.apache.org/jira/browse/SPARK-3394

Author: Eric Liang 

Closes #2264 from ericl/spark-3394 and squashes the following commits:

c87355b [Eric Liang] refactor
bfb6140 [Eric Liang] change RDD takeOrdered instead
7a51528 [Eric Liang] fix takeordered when limit = 0

(cherry picked from commit 6754570d83044c4fbaf0d2ac2378a0e081a93629)
Signed-off-by: Matei Zaharia 

commit 65dae63fa32d9b4ab6b35bd0caaa40f86f986290
Author: Michael Armbrust 
Date:   2014-09-08T01:34:46Z

[SQL] Update SQL Programming Guide

Author: Michael Armbrust 
Author: Yin Huai 

Closes #2258 from marmbrus/sqlDocUpdate and squashes the following commits:

f3d450b [Michael Armbrust] fix brackets
bea3bfa [Michael Armbrust] Davies suggestions
3a29fe2 [Michael Armbrust] tighten visibility
a71aa36 [Michael Armbrust] Draft of doc updates
52932c0 [Michael Armbrust] Merge remote-tracking branch 'origin/master' 
into sqlDocUpdate
1e8c849 [Yin Huai] Update the example used for applySchema.
9457c39 [Yin Huai] Update doc.
31ba240 [Yin Huai] Merge remote-tracking branch 'upstream/master' into 
dataTypeDoc
29bc668 [Yin Huai] Draft doc for data type and schema APIs.

(cherry picked from commit 39db1bfdab434c867044ad4c70fe93a96fb287ad)
Signed-off-by: Michael Armbrust 

commit d555c2ee6879499d666e5905397172d39c46c1a8
Author: Reynold Xin 
Date:   2014-09-08T01:42:24Z

[SPARK-3408] Fixed Limit operator so it works with sort-based shuffle.

Author: Reynold Xin 

Closes #2281 from rxin/sql-limit-sort and squashes the following commits:

1ef7780 [Reynold Xin] [SPARK-3408] Fixed Limit operator so it works with 
sort-based shuffle.

(cherry picked from commit e2614038e78f4693fafedeee15b6fdf0ea1be473)
Signed-off-by: Reynold Xin 

commit e45bfa80124b5a6ee02160f1e9c7e3234cddd231
Author: Cheng Lian 
Date:   2014-09-08T03:38:32Z

Fixed typos in make-distribution.sh

`hadoop.version` and `yarn.version` are properties rather then profiles, 
should use `-D` instead of `-P`.

/cc pwendell

Author: Cheng Lian 

Closes #2121 from liancheng/fix-make-dist and squashes the following 
commits:

4c49158 [Cheng Lian] Also mentions Hadoop version related Maven profiles
ed5b42a [Cheng Lian] Fixed typos in make-distribution.sh
(cherry picked from commit 9d69a782bd2fc45193f269d8d8434795ea1580a4)

Signed-off-by: Patrick Wendell 

commit 8c6306a036d478d7160b85bc7ca2082fdaee0523
Author: Reynold Xin 
Date:   2014-09-08T03:56:04Z

[SPARK-938][doc] Add OpenStack Swift support

See compiled doc at

http://people.apache.org/~rxin/tmp/openstack-swift/_site/storage-openstack-swift.html

This is based on #1010. Closes #1010.

Author: Reynold Xin 
Author: Gil Vernik 

Closes #2298 from rxin/openstack-swift and squashes the following commits:

ff4e394 [Reynold Xin] Two minor comments from Patrick.
279f6de [Reynold Xin] core-sites -> core-site
dfb8fea [Reynold Xin] Updated based on Gil's suggestion.
846f5cb [Reynold Xin] Added a link from overview page.
0447c9f [Reynold Xin] Removed sample code.
e9c3761 [Reynold Xin] Merge pull request #1010 from gilv/master
9233fef [Gil Vernik] Fixed typos
6994827 [Gil Vernik] Merge pull request #1 from rxin/openstack
ac0679e [Reynold Xin] Fixed an unclosed tr.
47ce99d [Reynold Xin] Merge branch 'master'