[
https://issues.apache.org/jira/browse/HBASE-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869704#action_12869704
]
stack commented on HBASE-2577:
------------------------------
My patch above actually missed a few other places that needed changing on
remove of core. There were codings in bin/hbase that referred to core. Also,
this one was reported up on irc just now:
{code}
Index: bin/hirb.rb
===================================================================
--- bin/hirb.rb (revision 946685)
+++ bin/hirb.rb (working copy)
@@ -37,12 +37,12 @@
# Some goodies for hirb. Should these be left up to the user's discretion?
require 'irb/completion'
-# Add the $HBASE_HOME/lib/ruby OR $HBASE_HOME/core/src/main/ruby/lib directory
+# Add the $HBASE_HOME/lib/ruby OR $HBASE_HOME/src/main/ruby/lib directory
# to the ruby load path so I can load up my HBase ruby modules
if File.exists?(File.join(File.dirname(__FILE__), "..", "lib", "ruby",
"hbase.rb"))
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), "..", "lib", "ruby")
else
- $LOAD_PATH.unshift File.join(File.dirname(__FILE__), "..", "core", "src",
"main", "ruby")
+ $LOAD_PATH.unshift File.join(File.dirname(__FILE__), "..", "src", "main",
"ruby")
{code}
I just committed the above. The change to bin/hbase was committed as part of
the (unrelated) hbase-2583.
> Remove 'core' maven module; move core up a level
> ------------------------------------------------
>
> Key: HBASE-2577
> URL: https://issues.apache.org/jira/browse/HBASE-2577
> Project: Hadoop HBase
> Issue Type: Task
> Reporter: stack
> Assignee: stack
> Fix For: 0.21.0
>
> Attachments: 1577.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.