[
https://issues.apache.org/jira/browse/HBASE-18705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144107#comment-16144107
]
Hudson commented on HBASE-18705:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3613 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3613/])
HBASE-18705 bin/hbase does not find cached_classpath.txt (tedyu: rev
a7270cc08c75134d01f1f9faf079d6a17955753a)
* (edit) bin/hbase.cmd
* (edit) bin/hbase
> 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
> Fix For: 3.0.0
>
> Attachments: HBASE-18705.master.001.patch
>
>
> 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)