[
https://issues.apache.org/jira/browse/HUDI-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
leesf closed HUDI-213.
----------------------
Fix Version/s: 0.5.1
Resolution: Fixed
Fixed via asf-site: 09525c1fb4e066e981047957e85bbefbd3b3ae91
> Add gem dependencies installation step for building doc description
> -------------------------------------------------------------------
>
> Key: HUDI-213
> URL: https://issues.apache.org/jira/browse/HUDI-213
> Project: Apache Hudi (incubating)
> Issue Type: Improvement
> Components: Docs
> Reporter: vinoyang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.5.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In asf-site branch, following the building doc steps
> [here|[https://github.com/apache/incubator-hudi/tree/asf-site/docs#host-os]]
> under "docs" folder, if we just invoke this command:
> {code:java}
> bundle exec jekyll serve
> {code}
> We will get an error:
> {code:java}
> Could not find concurrent-ruby-1.1.4 in any of the sources
> Run `bundle install` to install missing gems.
> {code}
> The reason is that we do not install the gem dependencies.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)