Closed GoogleCodeExporter closed 9 years ago
The data-lang attribute only effects the label that is applied to the code
block.
For giving language hints, prettify accepts lang-xxx as a class. See:
https://code.google.com/p/google-code-prettify/wiki/GettingStarted#Language_Hint
s
Original comment by ebi...@gmail.com
on 2 Apr 2013 at 3:16
ok, thanks that definitely helps.
i downloaded prettify source and added my lang-pig.js, compiled and replaced
the ./js/prettify directory with prettify's distrib/prettify-small.tgz
i tested the lang-pig.js from the example html doc from prettify and that
works. but when coping it over to io-2012-slides, i still can't get it loaded
correctly. one difference is that prettify uses run_prettify.js and you are
using prettify.js. the run_prettify accepts lang=pig options when loading, but
i can't find where to specify this in io-2012-slides.
or said another way: how do i get my customer lang-pig.js to get loaded?
thanks for any pointers :-)
- k
Original comment by ka...@thebhatias.org
on 2 Apr 2013 at 11:41
ERROR org.apache.hadoop.mapreduce.lib.jobcontrol.JobControl - Error while
trying to run jobs.
java.lang.IncompatibleClassChangeError: Found interface
org.apache.hadoop.mapreduce.JobContext, but class was expected
Original comment by hardik.b...@wishtreetech.com
on 23 Jan 2014 at 6:37
Original issue reported on code.google.com by
ka...@thebhatias.org
on 2 Apr 2013 at 1:57