|
| 1 | +--- |
| 2 | +title: "Apache Hadoop Submarine Documentation" |
| 3 | +layout: default |
| 4 | +type: custompage |
| 5 | +--- |
| 6 | +<!-- |
| 7 | + Licensed to the Apache Software Foundation (ASF) under one or more |
| 8 | + contributor license agreements. See the NOTICE file distributed with |
| 9 | + this work for additional information regarding copyright ownership. |
| 10 | + The ASF licenses this file to You under the Apache License, Version 2.0 |
| 11 | + (the "License"); you may not use this file except in compliance with |
| 12 | + the License. You may obtain a copy of the License at |
| 13 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | + Unless required by applicable law or agreed to in writing, software |
| 15 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | + See the License for the specific language governing permissions and |
| 18 | + limitations under the License. |
| 19 | +--> |
| 20 | + |
| 21 | +# How to Install Dependencies |
| 22 | + |
| 23 | +Submarine project may uses YARN Service (When Submarine YARN service runtime is being used, see [QuickStart](docs/0.2.0/QuickStart)), Docker container, and GPU (when GPU hardware available and properly configured). |
| 24 | + |
| 25 | +That means as an admin, you may have to properly setup YARN Service related dependencies, including: |
| 26 | +- YARN Registry DNS |
| 27 | + |
| 28 | +Docker related dependencies, including: |
| 29 | +- Docker binary with expected versions. |
| 30 | +- Docker network which allows Docker container can talk to each other across different nodes. |
| 31 | + |
| 32 | +And when GPU plan to be used: |
| 33 | +- GPU Driver. |
| 34 | +- Nvidia-docker. |
| 35 | + |
| 36 | +For your convenience, we provided installation documents to help you to setup your environment. You can always choose to have them installed in your own way. |
| 37 | + |
| 38 | +Use Submarine installer to install dependencies: [EN](https://github.com/hadoopsubmarine/hadoop-submarine-ecosystem/tree/master/submarine-installer) [CN](https://github.com/hadoopsubmarine/submarine-installer/blob/master/README-CN.md) |
| 39 | + |
| 40 | +Alternatively, you can follow manual install dependencies: [EN](docs/0.2.0/InstallationGuide) [CN](docs/0.2.0//InstallationGuideChineseVersion) |
| 41 | + |
| 42 | +Once you have installed dependencies, please follow following guide to [TestAndTroubleshooting](docs/0.2.0/TestAndTroubleshooting). |
0 commit comments