[
https://issues.apache.org/jira/browse/TINKERPOP-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304494#comment-16304494
]
ASF GitHub Bot commented on TINKERPOP-1447:
-------------------------------------------
Github user robertdale commented on the issue:
https://github.com/apache/tinkerpop/pull/766
What about for those of us unable to build it?
```
sh docker/build.sh -d
* source: /usr/src/tinkermem/docs/src/recipes/olap-spark-yarn.asciidoc
target:
/usr/src/tinkermem/target/postprocess-asciidoc/recipes/olap-spark-yarn.asciidoc
progress: [=======================================================>
] 55%java.io.FileNotFoundException: File
file:/tmp/spark-gremlin.zip does not exist
Type ':help' or ':h' for help.
Display stack trace? [yN]pb(104); '----'
Last 10 lines of
/usr/src/tinkermem/target/postprocess-asciidoc/recipes/olap-spark-yarn.asciidoc:
at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2281)
at org.apache.spark.SparkContext.getOrCreate(SparkContext.scala)
at
org.apache.tinkerpop.gremlin.spark.structure.Spark.create(Spark.java:52)
at
org.apache.tinkerpop.gremlin.spark.structure.Spark.create(Spark.java:60)
at
org.apache.tinkerpop.gremlin.spark.process.computer.SparkGraphComputer.lambda$submitWithExecutor$0(SparkGraphComputer.java:193)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
gremlin>
xargs: /usr/src/tinkermem/docs/preprocessor/preprocess-file.sh: exited with
status 255; aborting
```
> Add some JavaScript intelligence to the documentation so that comments and
> output are not copied in a copy paste
> ----------------------------------------------------------------------------------------------------------------
>
> Key: TINKERPOP-1447
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1447
> Project: TinkerPop
> Issue Type: Improvement
> Components: documentation
> Affects Versions: 3.1.4, 3.2.2
> Reporter: Marko A. Rodriguez
>
> [~rjbriody] was saying that it is possible to have it such that when you
> copy/paste the following:
> {code}
> gremlin> g.V().out("created") // and example <1>
> ==>blah
> {code}
> only {{g.V().out("created")}} is put into the clipboard. I believe he said it
> was via some JavaScript magic --- beyond me, but it would be cool if we did
> this.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)