Updated Branches:
  refs/heads/trunk a615507c5 -> c9a368144

GIRAPH-841: fix missing munge symbols error for non-munge-using profiles 
(Eugene Koontz via rvs)


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

Branch: refs/heads/trunk
Commit: c9a368144b2e6eaf2e7af0b5247baae047faedb0
Parents: a615507
Author: Roman Shaposhnik <[email protected]>
Authored: Sun Feb 9 19:40:42 2014 -0800
Committer: Shaposhnik, Roman <[email protected]>
Committed: Sun Feb 9 19:41:34 2014 -0800

----------------------------------------------------------------------
 CHANGELOG | 2 ++
 pom.xml   | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/c9a36814/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 84001c9..7dc93d0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
 Giraph Change Log
 
 Release 1.1.0 - unreleased
+  GIRAPH-841: fix missing munge symbols error for non-munge-using profiles 
(Eugene Koontz via rvs)
+
   GIRAPH-794: add support for generic hadoop1 and hadoop2 profiles (rvs)
 
   GIRAPH-833: Upgrade to ZooKeeper 3.4.5 (aching)

http://git-wip-us.apache.org/repos/asf/giraph/blob/c9a36814/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb220e5..bb24b2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,6 +309,7 @@ under the License.
     <dep.zookeeper.version>3.4.5</dep.zookeeper.version>
 
     <forHadoop>for-hadoop-${hadoop.version}</forHadoop>
+    <munge.symbols>NO_MUNGE_SYMBOLS</munge.symbols>
   </properties>
 
   <build>

Reply via email to