You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/09/15 17:11:13 UTC

[1/2] incubator-apex-core git commit: Remove obsolete release notes.

Repository: incubator-apex-core
Updated Branches:
  refs/heads/master d7c8964b7 -> 963073c07


Remove obsolete release notes.

Conflicts:
	RELEASE.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/d4afb2c7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/d4afb2c7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/d4afb2c7

Branch: refs/heads/master
Commit: d4afb2c7d737074276e773e30c1c88335bcd1cb3
Parents: d7c8964
Author: MalharJenkins <ci...@datatorrent.com>
Authored: Tue Sep 1 08:33:02 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Tue Sep 15 07:57:43 2015 -0700

----------------------------------------------------------------------
 RELEASE.md | 71 ---------------------------------------------------------
 1 file changed, 71 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/d4afb2c7/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
deleted file mode 100644
index 196e7e6..0000000
--- a/RELEASE.md
+++ /dev/null
@@ -1,71 +0,0 @@
-DataTorrent RTS Release Notes
-========================================================================================================================
-
-Version 3.1.0
-------------------------------------------------------------------------------------------------------------------------
-
-### Operator Improvements
-
-* Fix Base Operator To Not Show Name Property In App Builder
-
-### Few Bug Fixes
-
-* Test exceptions due to missing directory in saveMetaInfo
-* FSStorageAgent to account for HDFS lease when writing checkpoint files
-* Container and operator json line file in StreamingContainerManager should not be appended from previous app attempt 
-* SchemaSupport: TUPLE_CLASS attribute should use Class2String StringCodec
-* Controlled plan modification on operator shutdown 
-* Fix Base Operator To Not Show Name Property In App Builder
-
-
-Version 3.0.0
-------------------------------------------------------------------------------------------------------------------------
-
-### Platform Enhancements
-
-* Add jersey client jar for app execution
-* Must catch NoClassDefFoundError when processing operator classes in jar, previously catching Throwable was changed to catching Exception
-* Depend on published netlet version
-* Catch throwable when executing command because launching an app can throw java.lang.VerifyError: bad type on operand stack
-* Deploy all artifacts by default.
-* HA support for stram webservice filter.
-* Removed dependencies in filter to hadoop classes with private audience as their interface has changed from Hadoop 2.2 to 2.6
-* Use tokens from Credentials as UserGroupInformation.getTokens() returns HDFS Namenode hidden tokens that should not be passed to containers.
-* Support for RM delegation token renewal in secure HA environments
-* Token authentication support for buffer server
-* Adding default aggregator for primitive customMetrics
-* Ability to extract javadocs as xml
-* Switch to Java7 and update compiler plugin.
-* Separated out HA token creation from non-HA case as it involves special handling that is subject to change if Hadoop's internals change.
-* Changed the license header to Apache 2.0 license.
-
-
-
-Version 2.0.0
-------------------------------------------------------------------------------------------------------------------------
-
-### Core platform enhancements
-* Role based access control for secure installations
-* LDAP authentication support
-* Better control over application instances with new operator tuning options
-* Numerous bug fixes
-
-### Usability improvements
-* Install and launch applications with Application Packages
-* Installer enhancements to support various Hadoop distributions
-* Angular JS based new management console
-* Improvements to log file viewing and tuple recording features
-
-### Hadoop Distributed Hash Table (HDHT)
-* HDFS based distributed hash table
-* Optimized for fast access to high volume of small size and potentially unstructured streaming data
-* Does not require any additional software installation or configuration
-
-### Malhar operator enhancements
-* New operators for Elastic Search, Solr, and Kinesis
-* Various fixes for fault tolerance, partitioning, and idempotency for existing operators
-
-### Sandbox improvements
-* Demo application import and launch inside Console with Application Packages
-* Hadoop services validation and status notification prior to application launch
-* Documentation improvements


[2/2] incubator-apex-core git commit: Update documentation and contact links.

Posted by th...@apache.org.
Update documentation and contact links.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/963073c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/963073c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/963073c0

Branch: refs/heads/master
Commit: 963073c07cadf077b3e096067c584421b99d0a74
Parents: d4afb2c
Author: Thomas Weise <th...@datatorrent.com>
Authored: Tue Sep 15 08:09:23 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Tue Sep 15 08:09:23 2015 -0700

----------------------------------------------------------------------
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/963073c0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 4953fc0..2a1d3fc 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Apache Apex is a unified platform for big data stream and batch processing. Use
 
 ##Documentation
 
-Please visit the [documentation section](https://www.datatorrent.com/developer-resources/). To get started with developing applications, have a look at [Application Packages Guide](https://www.datatorrent.com/docs/guides/ApplicationPackages.html) and [Application Developer Guide](https://www.datatorrent.com/docs/guides/ApplicationDeveloperGuide.html).
+Please visit the [documentation section](http://apex.incubator.apache.org/docs.html). 
 
 [Malhar](https://github.com/apache/incubator-apex-malhar) is the library of application building blocks and examples that will help you build out your first Apex application quickly.
 
@@ -80,4 +80,5 @@ Unless required by applicable law or agreed to in writing, software distributed
 
 ##Contact
 
-Use dev@apex.incubator.apache.org to ask questions and discuss ideas. To subscribe, send email to dev-subscribe@apex.incubator.apache.org or visit the archive at http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/ 
+Please visit http://apex.incubator.apache.org and [subscribe](http://apex.incubator.apache.org/community.html) to the mailing lists.
+