diff --git a/src/docs/.gitignore b/src/docs/.gitignore index 10d8b83e..1ac4643e 100644 --- a/src/docs/.gitignore +++ b/src/docs/.gitignore @@ -1,17 +1,19 @@ -# Licensed to Cloudera, Inc. under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. /Sqoop-manpage.xml /sqoop.1 /Sqoop-web.html diff --git a/src/docs/dev/compiling.txt b/src/docs/dev/compiling.txt index 14e96cdc..9cb3947f 100644 --- a/src/docs/dev/compiling.txt +++ b/src/docs/dev/compiling.txt @@ -24,11 +24,11 @@ Compiling Sqoop from Source --------------------------- You can obtain the source code for Sqoop at: -http://github.com/cloudera/sqoop +http://svn.apache.org/repos/asf/incubator/sqoop/trunk Sqoop source code is held in a +git+ repository. Instructions for retrieving source from the repository are provided at: -http://wiki.github.com/cloudera/sqoop/DevelopmentProcess +TODO provide a page in the web site. Compilation instructions are provided in the +COMPILING.txt+ file in the root of the source repository. diff --git a/src/docs/dev/preface.txt b/src/docs/dev/preface.txt index 7aeb2566..8c0ea60a 100644 --- a/src/docs/dev/preface.txt +++ b/src/docs/dev/preface.txt @@ -29,8 +29,8 @@ This documentation applies to Sqoop v{revnumber}. Sqoop Releases -------------- -Sqoop is an open source software product of Cloudera, Inc. Software -development for Sqoop occurs at http://github.com/cloudera/sqoop. At +Apache Sqoop is an open source software product of The Apache Software Foundation. +Development for Sqoop occurs at http://svn.apache.org/repos/asf/incubator/sqoop/trunk. At that site, you can obtain: - New releases of Sqoop as well as its most recent source code diff --git a/src/docs/sip/README.txt b/src/docs/sip/README.txt index 2314c026..3dcabadb 100644 --- a/src/docs/sip/README.txt +++ b/src/docs/sip/README.txt @@ -24,7 +24,7 @@ This directory serves as a technical reference for Sqoop developers to understand previous design decisions. The SIP home is on the Sqoop development wiki at: -http://wiki.github.com/cloudera/sqoop/sqoopimprovementproposals +TODO The wiki SIP home contains all SIPs including those which are in "proposal", "implementation available," or "rejected" state. diff --git a/src/docs/user/preface.txt b/src/docs/user/preface.txt index 0d7c271e..165ba778 100644 --- a/src/docs/user/preface.txt +++ b/src/docs/user/preface.txt @@ -29,9 +29,9 @@ This documentation applies to Sqoop v{revnumber}. Sqoop Releases -------------- -Sqoop is an open source software product of Cloudera, Inc. +Sqoop is an open source software product of the Apache Software Foundation. -Software development for Sqoop occurs at http://github.com/cloudera/sqoop. +Software development for Sqoop occurs at http://svn.apache.org/repos/asf/incubator/sqoop/trunk. At that site you can obtain: - New releases of Sqoop as well as its most recent source code diff --git a/src/docs/user/support.txt b/src/docs/user/support.txt index 7979b4e1..d4110563 100644 --- a/src/docs/user/support.txt +++ b/src/docs/user/support.txt @@ -23,13 +23,13 @@ Getting Support --------------- Some general information is available at the -http://wiki.github.com/cloudera/sqoop/[Sqoop wiki]. +http://incubator.apache.org/sqoop/ Report bugs in Sqoop to the issue tracker at -https://issues.cloudera.org/browse/SQOOP[]. +https://issues.apache.org/jira/browse/SQOOP[]. Questions and discussion regarding the usage of Sqoop should be directed to the -http://groups.google.com/a/cloudera.org/group/sqoop-user[sqoop-user mailing list]. +http://incubator.apache.org/sqoop/mail-lists.html[sqoop-user mailing list]. Before contacting either forum, run your Sqoop job with the +\--verbose+ flag to acquire as much debugging information as