From d235472c319ef63e942e31ec5d102c6dfc79950d Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 6 Aug 2017 12:47:10 +0900 Subject: [PATCH] docs: fix invalid link for hdfs examples --- website/source/guides/spark/hdfs.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/guides/spark/hdfs.html.md b/website/source/guides/spark/hdfs.html.md index 5ff0187d5..b9459c59a 100644 --- a/website/source/guides/spark/hdfs.html.md +++ b/website/source/guides/spark/hdfs.html.md @@ -16,9 +16,9 @@ datasets. HDFS can be deployed as its own Nomad job. ## Running HDFS on Nomad -A sample HDFS job file can be found [here](https://github.com/hashicorp/nomad/terraform/examples/spark/spark-history-server-hdfs.nomad). +A sample HDFS job file can be found [here](https://github.com/hashicorp/nomad/blob/master/terraform/examples/spark/hdfs.nomad). It has two task groups, one for the HDFS NameNode and one for the -DataNodes. Both task groups use a [Docker image](https://github.com/hashicorp/nomad/terraform/examples/spark/docker/hdfs) that includes Hadoop: +DataNodes. Both task groups use a [Docker image](https://github.com/hashicorp/nomad/tree/master/terraform/examples/spark/docker/hdfs) that includes Hadoop: ```hcl group "NameNode" {