Skip to content

Commit 8e08a85

Browse files
author
Michael Barskii
committed
Revert "Output Current Timestamp at run-class.sh script (apache#1702)"
This reverts commit 1e84ac0.
1 parent 1e84ac0 commit 8e08a85

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Diff for: docs/learn/documentation/versioned/api/beam-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ title: Apache Beam API
2626

2727
### Introduction
2828

29-
Apache Beam brings an easy-to-use but powerful API and model for state-of-art stream and batch data processing with portability across a variety of languages. The Beam API and model has the following characteristics:
29+
Apache Beam brings an easy-to-usen but powerful API and model for state-of-art stream and batch data processing with portability across a variety of languages. The Beam API and model has the following characteristics:
3030

3131
- *Simple constructs, powerful semantics*: the whole beam API can be simply described by a `Pipeline` object, which captures all your data processing steps from input to output. Beam SDK supports over [20 data IOs](https://beam.apache.org/documentation/io/built-in/), and data transformations from simple [Map](https://beam.apache.org/releases/javadoc/2.11.0/org/apache/beam/sdk/transforms/MapElements.html) to complex [Combines and Joins](https://beam.apache.org/releases/javadoc/2.11.0/index.html?org/apache/beam/sdk/transforms/Combine.html).
3232

Diff for: gradle/buildscript.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ repositories {
2222
maven {
2323
url "https://plugins.gradle.org/m2/"
2424
}
25-
jcenter()
2625
}
2726
}
2827

Diff for: samza-shell/src/main/bash/run-class.sh

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ cd $base_dir
2828
base_dir=`pwd`
2929
cd $home_dir
3030

31-
echo "Current time: $(date '+%Y-%m-%d %H:%M:%S')"
32-
3331
echo home_dir=$home_dir
3432
echo "framework base (location of this script). base_dir=$base_dir"
3533

0 commit comments

Comments
 (0)