Updated Branches: refs/heads/trunk e8c40593c -> 46d86dc80
AMBARI-4276. Falcon initial implementation. Added message (Mikhail Bayuk via alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/46d86dc8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/46d86dc8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/46d86dc8 Branch: refs/heads/trunk Commit: 46d86dc808c9118dcfe31d9b77dcc08c639afdd0 Parents: e8c4059 Author: Alex Antonenko <[email protected]> Authored: Mon Jan 13 20:02:14 2014 +0200 Committer: Alex Antonenko <[email protected]> Committed: Mon Jan 13 20:02:14 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/messages.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/46d86dc8/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index bb7b938..c09b3bf 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -248,6 +248,7 @@ Em.I18n.translations = { 'services.mapreduce2.description':'Apache Hadoop NextGen MapReduce (client libraries)', 'services.yarn.description':'Apache Hadoop NextGen MapReduce (YARN)', 'services.tez.description':'Tez is the next generation Hadoop Query Processing framework written on top of YARN', + 'services.falcon.description': 'Falcon mirroring engine', 'services.storm.description': 'Apache Hadoop Stream processing framework', 'services.alerts.head':'You have {0} critical alert notification(s).',
