Merge pull request #47 from xiliu82/branch-0.8 add Function3 and WrappedFunction3
I need these two to add more API to spark streaming Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/64fae16e Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/64fae16e Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/64fae16e Branch: refs/heads/branch-0.8 Commit: 64fae16ec4cfcee6865c8b16905e14318e23d399 Parents: dfc62e2 de291c6 Author: Matei Zaharia <ma...@eecs.berkeley.edu> Authored: Wed Oct 9 21:42:18 2013 -0700 Committer: Matei Zaharia <ma...@eecs.berkeley.edu> Committed: Wed Oct 9 21:42:18 2013 -0700 ---------------------------------------------------------------------- .../spark/api/java/function/Function3.java | 38 ++++++++++++++++++++ .../spark/api/java/function/Function4.java | 38 ++++++++++++++++++++ .../api/java/function/WrappedFunction3.scala | 32 +++++++++++++++++ .../api/java/function/WrappedFunction4.scala | 32 +++++++++++++++++ 4 files changed, 140 insertions(+) ----------------------------------------------------------------------