[
https://issues.apache.org/jira/browse/GOBBLIN-1317?focusedWorklogId=520024&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-520024
]
ASF GitHub Bot logged work on GOBBLIN-1317:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 04/Dec/20 07:00
Start Date: 04/Dec/20 07:00
Worklog Time Spent: 10m
Work Description: hanghangliu commented on a change in pull request #3154:
URL: https://github.com/apache/incubator-gobblin/pull/3154#discussion_r535878064
##########
File path: gobblin-docs/user-guide/Docker-Integration.md
##########
@@ -18,68 +18,68 @@ The `gobblin/gobblin-wikipedia` repository contains images
that run the Gobblin
The `gobblin/gobblin-standalone` repository contains images that run a
[Gobblin standalone service](Gobblin-Deployment#standalone-architecture) inside
a Docker container. These images provide an easy and simple way to setup a
Gobblin standalone service on any Docker compatible machine.
+The `gobblin/gobblin-service` repository contains images that run [Gobblin as
a
service](Building-Gobblin-as-a-Service#running-gobblin-as-a-service-with-docker),
which is a service that takes in a user request (a logical flow) and converts
it into a series of Gobblin Jobs, and monitors these jobs in a distributed
manner.
+
The `gobblin/gobblin-base` and `gobblin/gobblin-distributions` repositories
are for internal use only, and are primarily useful for Gobblin developers.
-## Gobblin-Wikipedia Repository
+# Run Gobblin Standalone
+
+The Docker images for this repository can be found on Docker Hub
[here](https://hub.docker.com/r/gobblin/gobblin-standalone/). These images run
a Gobblin standalone service inside a Docker container. The Gobblin standalone
service is a long running process that can run Gobblin jobs defined in a `.job`
or `.pull` file. The job / pull files are submitted to the standalone service
by placing them in a directory on the local filesystem. The standalone service
monitors this directory for any new job / pull files and runs them either
immediately or on a scheduled basis (more information on how this works can be
found
[here](Working-with-Job-Configuration-Files#adding-or-changing-job-configuration-files)).
Running the Gobblin standalone service inside a Docker container allows
Gobblin to pick up job / pull files from a directory on the host filesystem,
run the job, and write the output back the host filesystem. All the heavy
lifting is done inside a Docker container, the user just needs to worry about
defining and submitting job / pull files. The goal is to provide a easy to
setup environment for the Gobblin standalone service.
Review comment:
Added a GaaS section with instruction of starting the service. Will add
a detailed end-to-end flow example in the future for GaaS on docker.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 520024)
Time Spent: 3h 10m (was: 3h)
> Add Docker Recipes and Documentations
> -------------------------------------
>
> Key: GOBBLIN-1317
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1317
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Hanghang Liu
> Priority: Major
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> Add documentation to run Gobblin on docker end to end, with latest version.
> Add docker recipes including example Wikipedias job, from/to Kafka and HDFS
> ingestion. Add guidance for these recipes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)