[
https://issues.apache.org/jira/browse/PHOENIX-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Dimiduk updated PHOENIX-2013:
----------------------------------
Attachment: PHOENIX-2013.00.patch
After patch we see {{org.apache.hadoop.hdfs.DistributedFileSystem}} in the
service descriptor.
{noformat}
$ unzip -p phoenix-server/target/phoenix-server-4.5.0-SNAPSHOT-runnable.jar
META-INF/services/org.apache.hadoop.fs.FileSystem
# 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.hadoop.fs.LocalFileSystem
org.apache.hadoop.fs.viewfs.ViewFileSystem
org.apache.hadoop.fs.s3.S3FileSystem
org.apache.hadoop.fs.s3native.NativeS3FileSystem
org.apache.hadoop.fs.ftp.FTPFileSystem
org.apache.hadoop.fs.HarFileSystem
org.apache.hadoop.hdfs.DistributedFileSystem
org.apache.hadoop.hdfs.web.HftpFileSystem
org.apache.hadoop.hdfs.web.HsftpFileSystem
org.apache.hadoop.hdfs.web.WebHdfsFileSystem
org.apache.hadoop.hdfs.web.SWebHdfsFileSystem
{noformat}
> Apply PHOENIX-1995 to runnable uberjar as well
> ----------------------------------------------
>
> Key: PHOENIX-2013
> URL: https://issues.apache.org/jira/browse/PHOENIX-2013
> Project: Phoenix
> Issue Type: Bug
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Fix For: 5.0.0, 4.5.0, 4.4.1
>
> Attachments: PHOENIX-2013.00.patch
>
>
> Testing UDFs via the query server, I see the same issue as is seen on
> PHOENIX-1995. Fix the build for runnable.jar in the same way.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)