Difference between revisions of "MRS Guinea Pig"

From Cohen Courses
Jump to navigationJump to search
Line 3: Line 3:
 
<code>mrs_gp</code> stands for "Map-Reduce Streaming for Guinea Pig" and is designed to be an alternative backend for [[Guinea Pig]].  It has va similar interface to [https://hadoop.apache.org/docs/r1.2.1/streaming.html Hadoop streaming], which I assume in this document you know all about. It is implemented in single python source file, <code>mrs_gp.py</code>, which is distributed with [[Guinea Pig]].  (Currently, it's only in the git branch <code>mrs_gp_serve</code>).  
 
<code>mrs_gp</code> stands for "Map-Reduce Streaming for Guinea Pig" and is designed to be an alternative backend for [[Guinea Pig]].  It has va similar interface to [https://hadoop.apache.org/docs/r1.2.1/streaming.html Hadoop streaming], which I assume in this document you know all about. It is implemented in single python source file, <code>mrs_gp.py</code>, which is distributed with [[Guinea Pig]].  (Currently, it's only in the git branch <code>mrs_gp_serve</code>).  
  
I usually pronounce is as "missus gee pee".
+
I usually pronounce is as "missus gee pee".

Revision as of 13:46, 11 November 2015

About the code

mrs_gp stands for "Map-Reduce Streaming for Guinea Pig" and is designed to be an alternative backend for Guinea Pig. It has va similar interface to Hadoop streaming, which I assume in this document you know all about. It is implemented in single python source file, mrs_gp.py, which is distributed with Guinea Pig. (Currently, it's only in the git branch mrs_gp_serve).

I usually pronounce is as "missus gee pee".