You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/01 21:31:00 UTC

***UNCHECKED*** [jira] [Work logged] (GOBBLIN-913) Initialize MySQL on Gobblin K8s Cluster

     [ https://issues.apache.org/jira/browse/GOBBLIN-913?focusedWorklogId=337565&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-337565 ]

ASF GitHub Bot logged work on GOBBLIN-913:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Nov/19 21:30
            Start Date: 01/Nov/19 21:30
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on pull request #2781: [GOBBLIN-913] Add MySQL and configurations to cluster
URL: https://github.com/apache/incubator-gobblin/pull/2781#discussion_r341758582
 
 

 ##########
 File path: gobblin-kubernetes/gobblin-service/dev-cluster/gaas-application.conf
 ##########
 @@ -0,0 +1,73 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# Sample configuration properties for the Gobblin Service
+
+# Topology Catalog and Store
+gobblin.service.work.dir=/tmp/gobblin-as-service
+
+# TopologySpec Factory
+topologySpec.store.dir=${gobblin.service.work.dir}/topologySpecStore
+topologySpecFactory.topologyNames=localGobblinCluster
+topologySpecFactory.localGobblinCluster.description="StandaloneClusterTopology"
+topologySpecFactory.localGobblinCluster.version="1"
+topologySpecFactory.localGobblinCluster.uri="gobblinCluster"
+topologySpecFactory.localGobblinCluster.specExecutorInstance.class="org.apache.gobblin.runtime.spec_executorInstance.LocalFsSpecExecutor"
+topologySpecFactory.localGobblinCluster.specExecInstance.capabilities="source:dest"
+topologySpecFactory.localGobblinCluster.gobblin.cluster.localSpecProducer.dir=${gobblin.service.work.dir}/jobs
+
+# Flow Catalog and Store
+flowSpec.store.dir=${gobblin.service.work.dir}/flowSpecStore
+
+# Template Catalog
+gobblin.service.templateCatalogs.fullyQualifiedPath="file://"
+
+# JobStatusMonitor
+gobblin.service.jobStatusMonitor.enabled=false
+
+# FsJobStatusRetriever
+fsJobStatusRetriever.state.store.dir=${gobblin.service.work.dir}/state-store
+
+# DagManager
+gobblin.service.dagManager.enabled=true
+gobblin.service.dagManager.jobStatusRetriever.class="org.apache.gobblin.service.monitoring.FsJobStatusRetriever"
+gobblin.service.dagManager.dagStateStoreClass="org.apache.gobblin.service.modules.orchestration.FSDagStateStore"
+gobblin.service.dagManager.dagStateStoreDir=${gobblin.service.work.dir}/dagStateStoreDir
+
+# RestLI
+gobblin.service.port=6956
+
+# MySQL State Store
 
 Review comment:
   Ah I should rename it to be better then, `dev` was originally intended for `mysql` plus whatever job communication mechanism we are relying on, which is `fs`. The only difference between `dev` and `base` would be the mysql store, so I guess it would be better to rename it to mysql-cluster
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 337565)
    Time Spent: 4h 40m  (was: 4.5h)

> Initialize MySQL on Gobblin K8s Cluster
> ---------------------------------------
>
>                 Key: GOBBLIN-913
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-913
>             Project: Apache Gobblin
>          Issue Type: New Feature
>    Affects Versions: 0.15.0
>            Reporter: William Lo
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 4h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)