Github user vrajat commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/278#issuecomment-177487227
Ah ha! Now I remember why I had my own copy of hirb.rb. I couldnt get this
piece of code in the original hirb.rb to work. So I had deleted it and it had
no bad consequences.
```
35a36,41
> require 'pathname'
>
> # Add the directory names in hbase.jruby.sources commandline option
> # to the ruby load path so I can load up my HBase ruby modules
> sources = java.lang.System.getProperty('hbase.ruby.sources')
> $LOAD_PATH.unshift Pathname.new(sources)
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---