Skip to content

Commit

Permalink
v2.5.1 - Updated Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayAppd19 committed Feb 19, 2018
1 parent 40c2eda commit 0bc8e69
Show file tree
Hide file tree
Showing 21 changed files with 150 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Notice and Disclaimer

All Extensions published by AppDynamics are governed by the Apache License v2 and are excluded from the definition of covered software under any agreement between AppDynamics and the User governing AppDynamics Pro Edition, Test & Dev Edition, or any other Editions.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2013. AppDynamics LLC and its affiliates.
~ * All Rights Reserved.
~ * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
~ * The copyright notice above does not evidence any actual or intended publication of such source code.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.appdynamics.monitors</groupId>
<artifactId>hadoop-monitoring-extension</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<name>hadoop-monitoring-extension</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down Expand Up @@ -138,6 +145,12 @@
<fileset dir="${project.build.directory}"
includes="${project.artifactId}.${project.packaging}"/>
</copy>
<copy todir="${target.dir}">
<fileset dir="${project.basedir}" includes="LICENSE"/>
</copy>
<copy todir="${target.dir}">
<fileset dir="${project.basedir}" includes="NOTICE.txt"/>
</copy>
<zip destfile="${target.dir}-${project.version}.zip">
<zipfileset dir="${target.dir}" filemode="755"
prefix="HadoopMonitor/"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.communicator;

import com.appdynamics.extensions.NumberUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.communicator;

import com.appdynamics.extensions.NumberUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.input;

import javax.xml.bind.annotation.XmlAccessType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.input;

import com.appdynamics.extensions.StringUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.input;

import javax.xml.bind.annotation.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.input;

import javax.xml.bind.annotation.XmlAccessType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.input;

import com.appdynamics.extensions.StringUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.input;

import javax.xml.bind.annotation.XmlAccessType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.input;

import javax.xml.bind.annotation.XmlAccessType;
Expand Down
7 changes: 7 additions & 0 deletions src/main/java/com/appdynamics/monitors/hadoop/input/Stat.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.input;

import javax.xml.bind.annotation.*;
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/conf/metrics-ambari.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ Copyright 2013. AppDynamics LLC and its affiliates.
~ * All Rights Reserved.
~ * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
~ * The copyright notice above does not evidence any actual or intended publication of such source code.
-->

<metric-config>
<stat url="**/clusters?fields=Clusters,hosts,services" children="items" metric-type="AVG.AVG.COL">
<metric attr="Clusters|total_hosts" label="Cluster Total Hosts"/>
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/conf/metrics-resource-manager.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ Copyright 2013. AppDynamics LLC and its affiliates.
~ * All Rights Reserved.
~ * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
~ * The copyright notice above does not evidence any actual or intended publication of such source code.
-->

<!--
Hadoop Resource Manager API documentation
http://hadoop.apache.org/docs/r2.5.2/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/conf/monitor.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ Copyright 2013. AppDynamics LLC and its affiliates.
~ * All Rights Reserved.
~ * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
~ * The copyright notice above does not evidence any actual or intended publication of such source code.
-->

<monitor>
<name>HadoopMonitor</name>
<type>managed</type>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop;

import com.appdynamics.extensions.conf.MonitorConfiguration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop;

import org.apache.commons.io.IOUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop;

import java.util.Collection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.communicator;

import com.appdynamics.extensions.conf.MonitorConfiguration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2013. AppDynamics LLC and its affiliates.
* * All Rights Reserved.
* * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
* * The copyright notice above does not evidence any actual or intended publication of such source code.
*/

package com.appdynamics.monitors.hadoop.communicator;

import com.appdynamics.extensions.conf.MonitorConfiguration;
Expand Down
7 changes: 7 additions & 0 deletions src/test/resources/log4j.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
~ Copyright 2013. AppDynamics LLC and its affiliates.
~ * All Rights Reserved.
~ * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
~ * The copyright notice above does not evidence any actual or intended publication of such source code.
-->

<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">

Expand Down

0 comments on commit 0bc8e69

Please sign in to comment.