Balazs Meszaros created HBASE-18705:
---------------------------------------
Summary: bin/hbase does not find cached_classpath.txt
Key: HBASE-18705
URL: https://issues.apache.org/jira/browse/HBASE-18705
Project: HBase
Issue Type: Task
Affects Versions: 3.0.0
Reporter: Balazs Meszaros
Assignee: Balazs Meszaros
Starting hbase with {{bin/start-hbase.sh}} reports the following error:
{code:none}
As this is a development environment, we need
/.../hbase/bin/../target/cached_classpath.txt to be generated from maven
(command: mvn install -DskipTests)
{code}
The {{cached_classpath.txt}} is generated by hbase-assembly but it saves that
file in {{$project.parent.basedir/...}}. Since hbase-build-configuration is the
parent of hbase-assembly, the script searches the file at the wrong place.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)