[
https://issues.apache.org/jira/browse/EAGLE-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858894#comment-15858894
]
ASF GitHub Bot commented on EAGLE-886:
--------------------------------------
GitHub user koone opened a pull request:
https://github.com/apache/eagle/pull/797
[EAGLE-886] Refactor HBase JMX Metric with appropriate navigation path
<!--
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
-->
Refactor HBase JMX Metric with appropriate navigation path
https://issues.apache.org/jira/browse/EAGLE-866
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/koone/eagle EAGLE-866
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/eagle/pull/797.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #797
----
commit 7fac78b94237b89c9fd0a5f3e41c4b9430b52f56
Author: koone <[email protected]>
Date: 2017-02-09T02:12:46Z
[EAGLE-886] Refactor HBase JMX Metric with appropriate navigation path
commit 20f5bdf0065bbff0cd822671ab7ba2a74b19437f
Author: koone <[email protected]>
Date: 2017-02-09T02:13:02Z
Merge branch 'master' of https://github.com/apache/eagle into EAGLE-866
----
> Build require ~2GB of free RAM
> ------------------------------
>
> Key: EAGLE-886
> URL: https://issues.apache.org/jira/browse/EAGLE-886
> Project: Eagle
> Issue Type: Task
> Affects Versions: v0.5.0
> Environment: Centos 7
> # node -v
> v6.9.1
> # npm -v
> 3.10.8
> # java -version
> openjdk version "1.8.0_101"
> OpenJDK Runtime Environment (build 1.8.0_101-b13)
> OpenJDK 64-Bit Server VM (build 25.101-b13, mixed mode)
> # scala -version
> Scala code runner version 2.11.8 -- Copyright 2002-2016, LAMP/EPFL
> Reporter: Rivkin Andrey
> Priority: Trivial
> Labels: documentation
>
> If you have less then ~2GB of free RAM, you wouldn't be able to build Eagle.
> The only error - "Killed" word in the end.
> =============== Building Web UI ===============
> Environment Check...
> Environment Check...Pass
> npm install...
> building...
> > ApacheEagleWebApp@ build /u01/opt/eagle/eagle-server/src/main/webapp/app
> > node build/index.js
> Generating resource tree...
> Grunt packaging...
> > ApacheEagleWebApp@ grunt /u01/opt/eagle/eagle-server/src/main/webapp/app
> > grunt
> Killed
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)