Re: Jekyll documentation generation error

2014-04-22 Thread DB Tsai
Matei, thanks. It works with kramdown. Sincerely, DB Tsai --- My Blog: https://www.dbtsai.com LinkedIn: https://www.linkedin.com/in/dbtsai On Tue, Apr 22, 2014 at 11:38 PM, Matei Zaharia wrote: > Try doing “gem install kramdown”. The maruku

Re: Jekyll documentation generation error

2014-04-22 Thread Matei Zaharia
Try doing “gem install kramdown”. The maruku gem for Markdown throws these errors, but Kramdown doesn’t. Matei On Apr 22, 2014, at 11:31 PM, DB Tsai wrote: > This is the trace. > > Conversion error: There was an error converting 'docs/cluster-overview.md > '. > > /Users/dbtsai/.rbenv/versio

Re: Jekyll documentation generation error

2014-04-22 Thread DB Tsai
This is the trace. Conversion error: There was an error converting 'docs/cluster-overview.md '. /Users/dbtsai/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/jekyll-1.5.1/lib/jekyll/converters/markdown/maruku_parser.rb:45:in `print_errors_and_fail': MaRuKu encountered problem(s) while converting

Jekyll documentation generation error

2014-04-22 Thread DB Tsai
Hi guys, I'm trying to update LBFGS documentation so I need to generate html document to see if everything looks great. However, mv I get the following error. Conversion error: There was an error converting 'docs/cluster-overview.md'. error: MaRuKu encountered problem(s) while converting your mar

Re: Link not working

2014-04-22 Thread Andy Konwinski
Should be fixed now, thanks for reporting this! Andy On Mon, Apr 21, 2014 at 10:59 PM, prabeesh k wrote: > For Spark-0.8.0, the download links are not working. > > Please update the same > > Regarding, > prabeesh >

Spark on wikipedia dataset

2014-04-22 Thread Ajay Nair
I am going to perform some test experiments on the wikipedia dataset using the spark framework. I know wikipedia data set might already have been analyzed, but what are the potential explored/unexplored aspects of spark that can be tested and benchmarked on wikipedia dataset? Thanks AJ

Re: Any plans for new clustering algorithms?

2014-04-22 Thread Sandy Ryza
Thanks Matei. I added a section "How to contribute" page. On Mon, Apr 21, 2014 at 7:25 PM, Matei Zaharia wrote: > The wiki is actually maintained separately in > https://cwiki.apache.org/confluence/display/SPARK/Wiki+Homepage. We > restricted editing of the wiki because bots would automatically

Re: does shark0.9.1 work well with hadoop2.2.0 ?

2014-04-22 Thread qingyang li
this can help resolve protobuf version problem, too. https://groups.google.com/forum/#!msg/shark-users/0pGIVQvaYfo/-43oaK8scNAJ 2014-04-20 23:53 GMT+08:00 Gordon Wang : > replacing the jar is not enough. > You have to change protobuf dependency in shark's build script. and > recompile the source