Change package in META-INF services for gobblin-modules and config management to org.apache.gobblin
Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/e000b63d Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/e000b63d Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/e000b63d Branch: refs/heads/master Commit: e000b63d34ec0abd07612fe607594dcfcd5e73cc Parents: 3d2ca2a Author: Abhishek Tiwari <[email protected]> Authored: Sun Jul 30 21:47:00 2017 -0700 Committer: Abhishek Tiwari <[email protected]> Committed: Sun Jul 30 21:47:00 2017 -0700 ---------------------------------------------------------------------- .../gobblin.config.store.api.ConfigStoreFactory | 20 -------------------- ....gobblin.config.store.api.ConfigStoreFactory | 20 ++++++++++++++++++++ ....filesystem.FileSystemInstrumentationFactory | 18 ------------------ ....filesystem.FileSystemInstrumentationFactory | 18 ++++++++++++++++++ .../gobblin.crypto.CredentialStoreProvider | 1 - .../services/gobblin.crypto.EncryptionProvider | 1 - ...pache.gobblin.crypto.CredentialStoreProvider | 1 + ...org.apache.gobblin.crypto.EncryptionProvider | 1 + ....filesystem.FileSystemInstrumentationFactory | 17 ----------------- ....filesystem.FileSystemInstrumentationFactory | 17 +++++++++++++++++ .../gobblin.crypto.CredentialStoreProvider | 1 - .../services/gobblin.crypto.EncryptionProvider | 1 - ...pache.gobblin.crypto.CredentialStoreProvider | 1 + ...org.apache.gobblin.crypto.EncryptionProvider | 1 + ....filesystem.FileSystemInstrumentationFactory | 18 ------------------ ....filesystem.FileSystemInstrumentationFactory | 18 ++++++++++++++++++ 16 files changed, 77 insertions(+), 77 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-config-management/gobblin-config-core/src/main/resources/META-INF/services/gobblin.config.store.api.ConfigStoreFactory ---------------------------------------------------------------------- diff --git a/gobblin-config-management/gobblin-config-core/src/main/resources/META-INF/services/gobblin.config.store.api.ConfigStoreFactory b/gobblin-config-management/gobblin-config-core/src/main/resources/META-INF/services/gobblin.config.store.api.ConfigStoreFactory deleted file mode 100644 index 94dbd73..0000000 --- a/gobblin-config-management/gobblin-config-core/src/main/resources/META-INF/services/gobblin.config.store.api.ConfigStoreFactory +++ /dev/null @@ -1,20 +0,0 @@ -# -# 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. -# - -gobblin.config.store.hdfs.SimpleHDFSConfigStoreFactory -gobblin.config.store.hdfs.SimpleLocalHDFSConfigStoreFactory -gobblin.config.store.hdfs.DefaultCapableLocalConfigStoreFactory http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-config-management/gobblin-config-core/src/main/resources/META-INF/services/org.apache.gobblin.config.store.api.ConfigStoreFactory ---------------------------------------------------------------------- diff --git a/gobblin-config-management/gobblin-config-core/src/main/resources/META-INF/services/org.apache.gobblin.config.store.api.ConfigStoreFactory b/gobblin-config-management/gobblin-config-core/src/main/resources/META-INF/services/org.apache.gobblin.config.store.api.ConfigStoreFactory new file mode 100644 index 0000000..cf3359a --- /dev/null +++ b/gobblin-config-management/gobblin-config-core/src/main/resources/META-INF/services/org.apache.gobblin.config.store.api.ConfigStoreFactory @@ -0,0 +1,20 @@ +# +# 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. +# + +org.apache.gobblin.config.store.hdfs.SimpleHDFSConfigStoreFactory +org.apache.gobblin.config.store.hdfs.SimpleLocalHDFSConfigStoreFactory +org.apache.gobblin.config.store.hdfs.DefaultCapableLocalConfigStoreFactory http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-metrics-libs/gobblin-metrics-base/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory ---------------------------------------------------------------------- diff --git a/gobblin-metrics-libs/gobblin-metrics-base/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory b/gobblin-metrics-libs/gobblin-metrics-base/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory deleted file mode 100644 index 7007d32..0000000 --- a/gobblin-metrics-libs/gobblin-metrics-base/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory +++ /dev/null @@ -1,18 +0,0 @@ -# -# 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. -# - -gobblin.filesystem.MetricsFileSystemInstrumentation$Factory http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-metrics-libs/gobblin-metrics-base/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory ---------------------------------------------------------------------- diff --git a/gobblin-metrics-libs/gobblin-metrics-base/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory b/gobblin-metrics-libs/gobblin-metrics-base/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory new file mode 100644 index 0000000..cf27ca1 --- /dev/null +++ b/gobblin-metrics-libs/gobblin-metrics-base/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory @@ -0,0 +1,18 @@ +# +# 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. +# + +org.apache.gobblin.filesystem.MetricsFileSystemInstrumentation$Factory http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/gobblin.crypto.CredentialStoreProvider ---------------------------------------------------------------------- diff --git a/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/gobblin.crypto.CredentialStoreProvider b/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/gobblin.crypto.CredentialStoreProvider deleted file mode 100644 index 01dc090..0000000 --- a/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/gobblin.crypto.CredentialStoreProvider +++ /dev/null @@ -1 +0,0 @@ -gobblin.crypto.GobblinEncryptionProvider \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/gobblin.crypto.EncryptionProvider ---------------------------------------------------------------------- diff --git a/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/gobblin.crypto.EncryptionProvider b/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/gobblin.crypto.EncryptionProvider deleted file mode 100644 index 2059a0a..0000000 --- a/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/gobblin.crypto.EncryptionProvider +++ /dev/null @@ -1 +0,0 @@ -gobblin.crypto.GobblinEncryptionProvider http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/org.apache.gobblin.crypto.CredentialStoreProvider ---------------------------------------------------------------------- diff --git a/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/org.apache.gobblin.crypto.CredentialStoreProvider b/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/org.apache.gobblin.crypto.CredentialStoreProvider new file mode 100644 index 0000000..83eda16 --- /dev/null +++ b/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/org.apache.gobblin.crypto.CredentialStoreProvider @@ -0,0 +1 @@ +org.apache.gobblin.crypto.GobblinEncryptionProvider \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/org.apache.gobblin.crypto.EncryptionProvider ---------------------------------------------------------------------- diff --git a/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/org.apache.gobblin.crypto.EncryptionProvider b/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/org.apache.gobblin.crypto.EncryptionProvider new file mode 100644 index 0000000..459565b --- /dev/null +++ b/gobblin-modules/gobblin-crypto-provider/src/main/resources/META-INF/services/org.apache.gobblin.crypto.EncryptionProvider @@ -0,0 +1 @@ +org.apache.gobblin.crypto.GobblinEncryptionProvider http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-modules/gobblin-metadata/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory ---------------------------------------------------------------------- diff --git a/gobblin-modules/gobblin-metadata/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory b/gobblin-modules/gobblin-metadata/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory deleted file mode 100644 index 93285ee..0000000 --- a/gobblin-modules/gobblin-metadata/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory +++ /dev/null @@ -1,17 +0,0 @@ -# -# 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. -# -gobblin.metadata.provider.MetadataAwareFileSystem$Factory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-modules/gobblin-metadata/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory ---------------------------------------------------------------------- diff --git a/gobblin-modules/gobblin-metadata/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory b/gobblin-modules/gobblin-metadata/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory new file mode 100644 index 0000000..e171a86 --- /dev/null +++ b/gobblin-modules/gobblin-metadata/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory @@ -0,0 +1,17 @@ +# +# 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. +# +org.apache.gobblin.metadata.provider.MetadataAwareFileSystem$Factory \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-test-utils/src/main/resources/META-INF/services/gobblin.crypto.CredentialStoreProvider ---------------------------------------------------------------------- diff --git a/gobblin-test-utils/src/main/resources/META-INF/services/gobblin.crypto.CredentialStoreProvider b/gobblin-test-utils/src/main/resources/META-INF/services/gobblin.crypto.CredentialStoreProvider deleted file mode 100644 index a0da919..0000000 --- a/gobblin-test-utils/src/main/resources/META-INF/services/gobblin.crypto.CredentialStoreProvider +++ /dev/null @@ -1 +0,0 @@ -gobblin.test.crypto.TestEncryptionProvider \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-test-utils/src/main/resources/META-INF/services/gobblin.crypto.EncryptionProvider ---------------------------------------------------------------------- diff --git a/gobblin-test-utils/src/main/resources/META-INF/services/gobblin.crypto.EncryptionProvider b/gobblin-test-utils/src/main/resources/META-INF/services/gobblin.crypto.EncryptionProvider deleted file mode 100644 index 8f7b759..0000000 --- a/gobblin-test-utils/src/main/resources/META-INF/services/gobblin.crypto.EncryptionProvider +++ /dev/null @@ -1 +0,0 @@ -gobblin.test.crypto.TestEncryptionProvider http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-test-utils/src/main/resources/META-INF/services/org.apache.gobblin.crypto.CredentialStoreProvider ---------------------------------------------------------------------- diff --git a/gobblin-test-utils/src/main/resources/META-INF/services/org.apache.gobblin.crypto.CredentialStoreProvider b/gobblin-test-utils/src/main/resources/META-INF/services/org.apache.gobblin.crypto.CredentialStoreProvider new file mode 100644 index 0000000..4131dad --- /dev/null +++ b/gobblin-test-utils/src/main/resources/META-INF/services/org.apache.gobblin.crypto.CredentialStoreProvider @@ -0,0 +1 @@ +org.apache.gobblin.test.crypto.TestEncryptionProvider \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-test-utils/src/main/resources/META-INF/services/org.apache.gobblin.crypto.EncryptionProvider ---------------------------------------------------------------------- diff --git a/gobblin-test-utils/src/main/resources/META-INF/services/org.apache.gobblin.crypto.EncryptionProvider b/gobblin-test-utils/src/main/resources/META-INF/services/org.apache.gobblin.crypto.EncryptionProvider new file mode 100644 index 0000000..9a6b559 --- /dev/null +++ b/gobblin-test-utils/src/main/resources/META-INF/services/org.apache.gobblin.crypto.EncryptionProvider @@ -0,0 +1 @@ +org.apache.gobblin.test.crypto.TestEncryptionProvider http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-utility/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory ---------------------------------------------------------------------- diff --git a/gobblin-utility/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory b/gobblin-utility/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory deleted file mode 100644 index be1bd4d..0000000 --- a/gobblin-utility/src/main/resources/META-INF/services/gobblin.util.filesystem.FileSystemInstrumentationFactory +++ /dev/null @@ -1,18 +0,0 @@ -# -# 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. -# - -gobblin.util.filesystem.ThrottledFileSystem$Factory http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/e000b63d/gobblin-utility/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory ---------------------------------------------------------------------- diff --git a/gobblin-utility/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory b/gobblin-utility/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory new file mode 100644 index 0000000..9b6bae8 --- /dev/null +++ b/gobblin-utility/src/main/resources/META-INF/services/org.apache.gobblin.util.filesystem.FileSystemInstrumentationFactory @@ -0,0 +1,18 @@ +# +# 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. +# + +org.apache.gobblin.util.filesystem.ThrottledFileSystem$Factory
