You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2017/11/01 18:07:46 UTC

[06/14] tinkerpop git commit: Escaped example url

Escaped example url


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ca94f52
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9ca94f52
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9ca94f52

Branch: refs/heads/master
Commit: 9ca94f522ae6dba803fb4756e63f9143a81aedd9
Parents: e30cb7d
Author: HadoopMarc <vt...@xs4all.nl>
Authored: Wed Oct 18 14:53:22 2017 +0200
Committer: HadoopMarc <vt...@xs4all.nl>
Committed: Wed Oct 18 14:53:22 2017 +0200

----------------------------------------------------------------------
 docs/src/recipes/olap-spark-yarn.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9ca94f52/docs/src/recipes/olap-spark-yarn.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/recipes/olap-spark-yarn.asciidoc b/docs/src/recipes/olap-spark-yarn.asciidoc
index 88f3885..85bfe18 100644
--- a/docs/src/recipes/olap-spark-yarn.asciidoc
+++ b/docs/src/recipes/olap-spark-yarn.asciidoc
@@ -113,7 +113,7 @@ g.V().group().by(values('name')).by(both().count())
 If you run into exceptions, you will have to dig into the logs. You can do this from the command line with
 `yarn application -list -appStates ALL` to find the `applicationId`, while the logs are available with
 `yarn logs -applicationId application_1498627870374_0008`. Alternatively, you can inspect the logs via
-the YARN Resource Manager UI (e.g. http://rm.your.domain:8088/cluster), provided that YARN was configured with the
+the YARN Resource Manager UI (e.g. \http://rm.your.domain:8088/cluster), provided that YARN was configured with the
 `yarn.log-aggregation-enable` property set to `true`. See the Spark documentation for
 https://spark.apache.org/docs/latest/running-on-yarn.html#debugging-your-application[additional hints].