Updated Branches: refs/heads/trunk 05774d49b -> 0c3cd62fc
SQOOP-730 User Guide Update: Section 3 - Sqoop Releases (Jarek Jarcec Cecho via Cheolsoo Park) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/0c3cd62f Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/0c3cd62f Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/0c3cd62f Branch: refs/heads/trunk Commit: 0c3cd62fca7df775b0795334e29088c09b4e77a7 Parents: 05774d4 Author: Cheolsoo Park <[email protected]> Authored: Sat Dec 8 19:48:12 2012 -0800 Committer: Cheolsoo Park <[email protected]> Committed: Sat Dec 8 19:48:12 2012 -0800 ---------------------------------------------------------------------- src/docs/user/preface.txt | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/0c3cd62f/src/docs/user/preface.txt ---------------------------------------------------------------------- diff --git a/src/docs/user/preface.txt b/src/docs/user/preface.txt index ca9c3bc..e9f5978 100644 --- a/src/docs/user/preface.txt +++ b/src/docs/user/preface.txt @@ -36,9 +36,6 @@ At that site you can obtain: - An issue tracker - A wiki that contains Sqoop documentation -Sqoop is compatible with Apache Hadoop 0.21 and Cloudera's -Distribution of Hadoop version 3. - Prerequisites ------------- @@ -50,10 +47,8 @@ The following prerequisite knowledge is required for this product: - Basic familiarity with the purpose and operation of Hadoop Before you can use Sqoop, a release of Hadoop must be installed and -configured. We recommend that you download Cloudera's Distribution -for Hadoop (CDH3) from the Cloudera Software Archive at -http://archive.cloudera.com for straightforward installation of Hadoop -on Linux systems. +configured. Sqoop is currently supporting 4 major Hadoop releases - 0.20, +0.23, 1.0 and 2.0. This document assumes you are using a Linux or Linux-like environment. If you are using Windows, you may be able to use cygwin to accomplish
