You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by Apache Wiki <wi...@apache.org> on 2016/03/03 15:32:17 UTC

[Mrql Wiki] Update of "CompatibilityTable" by LeonidasFegaras

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Mrql Wiki" for change notification.

The "CompatibilityTable" page has been changed by LeonidasFegaras:
https://wiki.apache.org/mrql/CompatibilityTable?action=diff&rev1=6&rev2=7

  ||0.9.0-incubating ||Hadoop 0.20.x and 1.x ||Hama 0.6.2||Spark 0.8.1-incubating|| ||
  ||0.9.2-incubating ||Hadoop 1.x and 2.x ||Hama 0.6.2, 0.6.3, and 0.6.4||Spark 1.0.0 and 1.0.2 || ||
  ||0.9.4-incubating ||Hadoop 1.x and 2.x ||Hama 0.6.2, 0.6.3, and 0.6.4||Spark 1.0.0 and 1.0.2 ||Flink 0.6-incubating||
+ ||0.9.6-incubating ||Hadoop 1.x and 2.x ||Hama 0.6.2, 0.6.3, 0.6.4, and 0.7.0||Spark 1.0.0 through 1.6.0 ||Flink 0.10.1 and 0.10.2||
  
- (NOTE) By default, MRQL 0.9.2 uses Hadoop 1.2.1, Hama 0.6.3, Spark 1.0.2, and Flink 0.6-incubating.
+ (NOTE) By default, MRQL 0.9.6 uses Hadoop 2.7.1 (Yarn), Hama 0.7.0, Spark 1.6.0, and Flink 0.10.2.
- To build MRQL on some other Hadoop 1.x, such as 1.0.3, use: 
+ To build MRQL on some other Hadoop 2.x (Yarn), such as 2.6.0, use: 
  
  {{{
- mvn -Dhadoop.version=1.0.3 clean install 
+ mvn -Dyarn.version=2.6.0 clean install 
  }}}
  
- To build MRQL on Hadoop 2.x (yarn) use: 
+ To build MRQL on Hadoop 1.x use: 
  
  {{{
- mvn -Pyarn -Dyarn.version=2.2.0 -Dhadoop.version=1.2.1 clean install 
+ mvn -Dhadoop1 -Dhadoop.version=1.2.1 clean install 
  }}}