All Downloads are FREE. Search and download functionalities are using the official Maven repository.

line.spline-sample.0.3.0.source-code.spline.properties Maven / Gradle / Ivy

There is a newer version: 0.3.9
Show newest version
#
# Copyright 2017 Barclays Africa Group Limited
#
# Licensed 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.
#
#
# Spline properties placeholder.
# Uncomment the following lines to override corresponding Hadoop environment configuration properties.
#
#
# Spline mode (default is BEST_EFFORT)
#
# spline.mode=DISABLED|REQUIRED|BEST_EFFORT
#
#
# Set of properties for setting up persistence to MongoDB.
#
# spline.persistence.factory=za.co.absa.spline.persistence.mongo.MongoPersistenceFactory
# spline.mongodb.url=
# spline.mongodb.name=
#
#
# A property for setting up persistence to Apache Atlas. Additional properties defining connectivity to Atlas are required to be part of this configuration file. (see Atlas configuration file)
#
# spline.persistence.factory=za.co.absa.spline.persistence.atlas.AtlasPersistenceFactory
#
#
# Set of properties for setting up persistence to files on HDFS.
#
# spline.persistence.factory=za.co.absa.spline.persistence.hdfs.HdfsPersistenceFactory
# spline.hdfs.file.name=_LINEAGE
# spline.hdfs.file.permissions=777
#
#
# For parallel usage of various persistence layers, use ParallelCompositeFactory and set up spline.persistence.composition.factories
#
# spline.persistence.factory=za.co.absa.spline.persistence.api.composition.ParallelCompositeFactory
# spline.persistence.composition.factories=za.co.absa.spline.persistence.mongo.MongoPersistenceFactory,za.co.absa.spline.persistence.hdfs.HdfsPersistenceFactory




© 2015 - 2025 Weber Informatics LLC | Privacy Policy