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

hansva pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 112b890  Swap columns Workflow and Job in if-you-know-kettle
     new 4442328  Merge pull request #44 from rolfkleef/patch-1
112b890 is described below

commit 112b890de4de48345fc634a8b371a75d4b56ec61
Author: Rolf Kleef <[email protected]>
AuthorDate: Sun Feb 14 14:01:25 2021 +0100

    Swap columns Workflow and Job in if-you-know-kettle
    
    Looks like Workflow and Job ended in the wrong column.
---
 .../modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hop-user-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
index 6ccedc5..365174c 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
@@ -24,7 +24,7 @@ A couple of things have been renamed to align Apache Hop 
(Incubating) with moder
 |Kettle|Hop|Difference
 |Spoon|Hop Gui|Spoon has been abandoned. Hop Gui was written from scratch. 
Check the https://hop.apache.org/manual/latest/getting-started.html[Getting 
Started guide] or the 
https://hop.apache.org/manual/latest/hop-gui/index.html[Hop Gui docs] to find 
out more.
 |Transformation|Pipeline|No conceptual changes. You'll develop pipelines just 
like you would develop a transformation, but a pipeline in Hop can run on 
different runtimes
-|Workflow|Job|No conceptual changes. You'll develop a workflow just like you 
would develop a job, but a workflow in Hop can run on different runtimes
+|Job|Workflow|No conceptual changes. You'll develop a workflow just like you 
would develop a job, but a workflow in Hop can run on different runtimes
 |Step|Transform|No conceptual changes. The underlying code has changed and the 
dialogs have been updated, but you'll feel right at home.
 |Job Entry|Action|No conceptual changes. The underlying code has changed and 
the dialogs have been updated, but you'll feel right at home.
 |Metastore|Metadata|All metadata objects in Hop are stored as metadata. This 
happens behind the scenes. Except for increased usability, as a Hop developer, 
you'll hardly notice.

Reply via email to