You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/11 17:40:36 UTC

[hop] branch master updated: HOP-3748 removed scala, fixed og:description typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca79e2b  HOP-3748 removed scala, fixed og:description typo
     new 99437d2  Merge pull request #1354 from bamaer/HOP-3748
ca79e2b is described below

commit ca79e2bd4fe070b4cf1152e72e9bfa0e5e05274a
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Fri Feb 11 16:22:19 2022 +0100

    HOP-3748 removed scala, fixed og:description typo
---
 .../ROOT/pages/pipeline/beam/running-the-beam-samples.adoc  | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/running-the-beam-samples.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/running-the-beam-samples.adoc
index 5ba9e08..b167ec0 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/running-the-beam-samples.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/running-the-beam-samples.adoc
@@ -16,7 +16,7 @@ under the License.
 ////
 [[RunningTheBeamSamples]]
 :imagesdir: ../assets/images
-:description: Follow the instruction on this page to set up a minimal installation to run the Apache Hop samples for the Apache Beam run configurations for Apache Spark, Apache Beam and Google Cloud Dataflow.
+:description: Follow the instruction on this page to set up a minimal installation to run the Apache Hop samples for the Apache Beam run configurations for Apache Spark, Apache Flink and Google Cloud Dataflow.
 
 :toc:
 
@@ -26,7 +26,7 @@ under the License.
 
 The steps on this page and the detail pages for Spark, Flink and Google Dataflow will set up everything you need to run the pipelines in the Hop samples project.
 
-=== Java and Scala
+=== Java
 
 You'll already have Java installed to run Apache Hop.
 
@@ -43,15 +43,6 @@ OpenJDK Runtime Environment (build 1.8.0_312-b10)
 OpenJDK 64-Bit Server VM (build 25.312-b10, mixed mode)
 ----
 
-Download and install scala, either through the https://www.scala-lang.org/download/[download page] or through your favorite package manager. Since Scala is built on top of Java, you'll need a Java 8 compatible version for Scala too. Check the https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html[JDK compatibility page]. You should be good to go with Scala versions up to 2.13.
-
-Check your scala version with the `scala -version` command. Your output should look similar to the one below.
-
-[source, shell]
-----
-Scala code runner version 2.13.7-20211220-212922-unknown -- Copyright 2002-2021, LAMP/EPFL and Lightbend, Inc.
-----
-
 === the samples project
 
 The Hop samples project comes with a number of sample pipelines for Apache Beam. Your default Hop installation comes with the samples project by default. If your Hop installation doesn't come with this project, create a new project and point its Home folder to `<HOP>/config/projects/samples`.