Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'livedoc' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jun 27, 2017
2 parents 7ef13ec + b4f2050 commit e3f8307
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/manual/data/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pio: 0.11.0-incubating
spark: 1.6.3
spark_download_filename: spark-1.6.3-bin-hadoop2.6
elasticsearch_download_filename: elasticsearch-1.7.6
hbase_version: 1.2.5
hbase_basename: hbase-1.2.5
hbase_version: 1.2.6
hbase_basename: hbase-1.2.6
hbase_variant: bin
8 changes: 4 additions & 4 deletions docs/manual/source/install/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ limitations under the License.
It is **very important** to meet the minimum version of the following
technologies that power Apache PredictionIO (incubating).

* Apache Hadoop 2.4.0 (optional, required only if YARN and HDFS are needed)
* Apache Spark 1.4.0 for Hadoop 2.4
* Apache Hadoop 2.6.5 (optional, required only if YARN and HDFS are needed)
* Apache Spark 1.6.3 for Hadoop 2.6
* Java SE Development Kit 8

and one of the following sets:
Expand All @@ -38,8 +38,8 @@ or

or

* Apache HBase 0.98.6
* Elasticsearch 1.4.0
* Apache HBase 0.98.5
* Elasticsearch 1.7.6

If you are running on a single machine, we recommend a minimum of 2GB memory.

Expand Down
4 changes: 2 additions & 2 deletions docs/manual/source/install/install-sourcecode.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ versions of dependencies. As of writing, one could build PredictionIO against
these different dependencies:

* Scala 2.10.x, 2.11.x
* Spark 1.6.x, 2.x
* Spark 1.6.x, 2.0.x, 2.1.x
* Hadoop 2.4.x to 2.7.x
* Elasticsearch 1.x, 5.x
* Elasticsearch 1.7.x, 5.x

As an example, if you want to build PredictionIO to support Scala 2.11.8,
Spark 2.1.0, and Elasticsearch 5.3.0, you can do
Expand Down

0 comments on commit e3f8307

Please sign in to comment.