You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by ja...@apache.org on 2016/10/27 14:55:44 UTC

incubator-pirk git commit: Update AWS instructions to fix the spark shuffle errors

Repository: incubator-pirk
Updated Branches:
  refs/heads/gh-pages 6e50c8308 -> f6ff7ea78


Update AWS instructions to fix the spark shuffle errors


Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/f6ff7ea7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/f6ff7ea7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/f6ff7ea7

Branch: refs/heads/gh-pages
Commit: f6ff7ea78c73d46184a75407f9e696ad3737bbbd
Parents: 6e50c83
Author: Jacob Wilder <ja...@apache.org>
Authored: Thu Oct 27 10:54:59 2016 -0400
Committer: Jacob Wilder <ja...@apache.org>
Committed: Thu Oct 27 10:54:59 2016 -0400

----------------------------------------------------------------------
 _devtools/git-hooks/post-commit | 2 +-
 cloud_instructions.md           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/f6ff7ea7/_devtools/git-hooks/post-commit
----------------------------------------------------------------------
diff --git a/_devtools/git-hooks/post-commit b/_devtools/git-hooks/post-commit
index 46b8eeb..3786628 100755
--- a/_devtools/git-hooks/post-commit
+++ b/_devtools/git-hooks/post-commit
@@ -1,4 +1,4 @@
-#! /usr/bin/env bash
+#!/usr/bin/env bash
 
 build_jekyll_site() {
   # $1 is the expected source branch

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/f6ff7ea7/cloud_instructions.md
----------------------------------------------------------------------
diff --git a/cloud_instructions.md b/cloud_instructions.md
index 355c3aa..64305d2 100644
--- a/cloud_instructions.md
+++ b/cloud_instructions.md
@@ -107,7 +107,7 @@ A note on HDInsight pricing:
           {
             "Classification": "yarn-site",
             "Properties": {
-              "yarn.nodemanager.aux-services": "mapreduce_shuffle",
+              "yarn.nodemanager.aux-services": "mapreduce_shuffle,spark_shuffle",
               "yarn.nodemanager.aux-services.mapreduce_shuffle.class": "org.apache.hadoop.mapred.ShuffleHandler"
             }
           }