You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by sh...@apache.org on 2019/03/23 03:20:49 UTC

[samza] branch master updated: SAMZA-2142: Add the samza 1.1 release announce post to the samza blog. (#969)

This is an automated email from the ASF dual-hosted git repository.

shanthoosh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 65d09d7  SAMZA-2142: Add the samza 1.1 release announce post to the samza blog. (#969)
65d09d7 is described below

commit 65d09d7b383be907e3f712af4a28f70895a3165f
Author: shanthoosh <sv...@linkedin.com>
AuthorDate: Fri Mar 22 20:20:45 2019 -0700

    SAMZA-2142: Add the samza 1.1 release announce post to the samza blog. (#969)
    
    * Adding 1.1 release announce mail to the samza blog.
    
    * Fix the indentation of new features sub-section.
---
 ...nnouncing-the-release-of-apache-samza--1.1.0.md | 38 ++++++++++++----------
 1 file changed, 21 insertions(+), 17 deletions(-)

diff --git a/docs/_blog/2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md b/docs/_blog/2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md
index e2a876a..f38a226 100644
--- a/docs/_blog/2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md
+++ b/docs/_blog/2019-03-22-announcing-the-release-of-apache-samza--1.1.0.md
@@ -3,7 +3,7 @@ layout: blog
 title: Announcing the release of Apache Samza 1.1.0
 icon: git-pull-request
 authors:
-    - name: Shanthoosh
+    - name: Shanthoosh Venkataraman
       website: 
       image: 
 excerpt_separator: <!--more-->
@@ -24,9 +24,11 @@ excerpt_separator: <!--more-->
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-
 # **Announcing the release of Apache Samza 1.1.0**
 
+
+<!--more-->
+
 We’re thrilled to announce to the release of Apache Samza 1.1.0.
 
 Today Samza forms the backbone of hundreds of real-time production applications across a multitude of companies, such as LinkedIn, VMWare, Slack, Redfin among many others. Samza provides leading support for large-scale stateful stream processing with:
@@ -49,15 +51,17 @@ Today Samza forms the backbone of hundreds of real-time production applications
 
 * Features like canaries, upgrades and rollbacks that support extremely large deployments with minimal downtime.
 
-**New Features, Upgrades and Bug Fixes:**
-
+###  **New Features, Upgrades and Bug Fixes:**
 This release brings the following features, upgrades, and capabilities:
 
-* **We have created a new Samza Stream Processing [video series](https://www.youtube.com/playlist?list=PLZDyxA22zzGyNgtBMUIXAgIaO5Ok3PR-x) on Youtube**
+  * We have created a new Samza Stream Processing [video series](https://www.youtube.com/playlist?list=PLZDyxA22zzGyNgtBMUIXAgIaO5Ok3PR-x) 
+   on Youtube
 
-* **New and improved documentation, code snippets, and examples for using the latest version of Samza with Apache Beam (Found here [https://github.com/apache/samza-beam-examples](https://github.com/apache/samza-beam-examples))**
+  * New and improved documentation, 
+    code snippets, and examples for using the latest version of 
+    Samza with Apache Beam (Code samples are here: [https://github.com/apache/samza-beam-examples](https://github.com/apache/samza-beam-examples))
 
-**API enhancements and simplifications:**
+### **API enhancements and simplifications:**
 
 [SAMZA-1981](https://issues.apache.org/jira/browse/SAMZA-1981): Consolidate table descriptors to samza-api.
 
@@ -77,17 +81,17 @@ This release brings the following features, upgrades, and capabilities:
 
 [SAMZA-2106](https://issues.apache.org/jira/browse/SAMZA-2106): Samza App & Job Config Refactor.
 
-**State Store Restoration:**
+### **State Store Restoration:**
 
 [SAMZA-2018](https://issues.apache.org/jira/browse/SAMZA-2018): State restore improvements using RocksDB writebatch API.
 
-**Standalone Improvements:**
+### **Standalone Improvements:**
 
 [SAMZA-1973](https://issues.apache.org/jira/browse/SAMZA-1973): Unify the TaskNameGrouper interface for yarn and standalone.
 
 [SAMZA-1952](https://issues.apache.org/jira/browse/SAMZA-1952): StreamPartitionCountMonitor for standalone.
 
-**Other Upgrades and Bug-fixes:**
+### **Other Upgrades and Bug-fixes:**
 
 [SAMZA-1638](https://issues.apache.org/jira/browse/SAMZA-1638): Recreate SystemProducer on KafkaCheckpointManager.writeCheckpoint failure.
 
@@ -115,28 +119,28 @@ This release brings the following features, upgrades, and capabilities:
 
 The complete list of resolved Jira tickets for this release is found [here](https://issues.apache.org/jira/issues/?jql=project%20%3D%20SAMZA%20AND%20resolution%20%20%3D%20Fixed%20%20AND%20(fixVersion%20%3E%3D%201.1%20)%20ORDER%20BY%20createdDate%20%20DESC).
  
- ## **Upgrading your application to Apache Samza 1.1.0**
+### **Upgrading your application to Apache Samza 1.1.0**
  
  Thank you on your decision to upgrade to Samza 1.1.0!
  
- **API Updates**
+#### **API Updates**
  
  The following imports for Table API have been updated:
  
- * Rename the import *org.apache.samza.storage.kv.descriptors.BaseLocalStoreBackedTableDescriptor;* to *org.apache.samza.storage.kv.descriptors.BaseLocalTableDescriptor;*
+ * Rename the import *org.apache.samza.storage.kv.descriptors.BaseLocalStoreBackedTableDescriptor* to *org.apache.samza.storage.kv.descriptors.BaseLocalTableDescriptor*
  
- * Rename the import *org.apache.samza.table.remote.descriptors.RemoteTableDescriptor;* to *org.apache.samza.table.descriptors.RemoteTableDescriptor;*
+ * Rename the import *org.apache.samza.table.remote.descriptors.RemoteTableDescriptor* to *org.apache.samza.table.descriptors.RemoteTableDescriptor*
  
- * Rename the import *org.apache.samza.table.caching.descriptors.CachingTableDescriptor;* to *org.apache.samza.table.descriptors.CachingTableDescriptor;*
+ * Rename the import *org.apache.samza.table.caching.descriptors.CachingTableDescriptor* to *org.apache.samza.table.descriptors.CachingTableDescriptor*
  
- **Configurations Updates**
+#### **Configurations Updates**
  
  The job.name and job.id configs are now deprecated in favor of app.name and app.id configs respectively.
 
 
 A source download of Samza 1.1.0 is available [here](https://dist.apache.org/repos/dist/release/samza/1.1.0/), and is also available in Apache’s Maven repository. Samza’s download [page](https://samza.apache.org/startup/download/) for details and Samza’s feature preview for new features. 
 
-##**Community Developments**
+## **Community Developments**
 A [Stream Processing with Apache Kafka & Apache Samza meetup/symposium](https://www.meetup.com/Stream-Processing-Meetup-LinkedIn/) that was held on March 20th which had following presentation for Samza:
 
 * Apache Samza 1.0: Recent Advances and our plans for future in Stream Processing