[
https://issues.apache.org/jira/browse/FALCON-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15813858#comment-15813858
]
ASF GitHub Bot commented on FALCON-2238:
----------------------------------------
GitHub user PracheerAgarwal opened a pull request:
https://github.com/apache/falcon/pull/338
FALCON-2238,FALCON-2239,FALCON-2240 bug fixes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PracheerAgarwal/falcon bugs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/338.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #338
----
commit 622cae425e924db4bc5abeef09d8a184ca3a54c7
Author: Pracheer Agarwal <[email protected]>
Date: 2016-12-20T04:49:20Z
FALCON-2225 extension owner added for trusted extensions
commit daa3ffc625e15dcc8a1243ab26f99b6c730fe9e2
Author: Pracheer Agarwal <[email protected]>
Date: 2016-12-20T05:01:51Z
FALCON-2225 extension owner added for trusted extensions
commit 46042fd798134af1bf2605ea485fd40d15afca6c
Author: Pracheer Agarwal <[email protected]>
Date: 2016-12-23T10:04:10Z
Merge branch 'master' of https://github.com/PracheerAgarwal/falcon
commit 7f572a1e93afd41870d906952d531fcf86d505a9
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-02T09:21:59Z
Merge branch 'master' of https://github.com/apache/falcon
commit b20f0440a60fea24f2f04d64b749a5e6927179d3
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-04T18:11:25Z
Merge branch 'master' of https://github.com/apache/falcon
commit 066c8e20b8fde8039f04114b6efda23a567329c8
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-05T04:14:43Z
Merge branch 'master' of https://github.com/apache/falcon
commit e3728d5683172cf2a0a9153f0cc242fa64ff96c3
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-06T10:22:36Z
Merge branch 'master' of https://github.com/apache/falcon
commit a93d71a3ade342a5b7b62610afa2d9d054d92af4
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-06T10:30:56Z
Merge branch 'master' of https://github.com/PracheerAgarwal/falcon
commit c7eaaede64c2db7a108258476d028613f5f3e624
Author: sandeep <[email protected]>
Date: 2017-01-10T04:38:12Z
FALCON-2238,FALCON-2239,FALCON-2240 bug fixes
----
> Falcon extension describe feature is broken
> -------------------------------------------
>
> Key: FALCON-2238
> URL: https://issues.apache.org/jira/browse/FALCON-2238
> Project: Falcon
> Issue Type: Bug
> Components: extensions
> Affects Versions: trunk
> Reporter: Pragya Mittal
> Assignee: Pracheer Agarwal
>
> Falcon extension describe fails with following error :
> {noformat}
> dataqa@falcon1001:~$ falcon extension -describe -extensionName
> extension-example
> Hadoop is installed, adding hadoop classpath to falcon classpath
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
> [jar:file:/mnt/falcon/prism/client/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
> [jar:file:/usr/hdp/2.2.4.2-2/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> Jan 09, 2017 10:33:38 AM com.sun.jersey.api.client.ClientResponse getEntity
> SEVERE: A message body reader for Java class
> org.apache.falcon.resource.APIResult, and Java type class
> org.apache.falcon.resource.APIResult, and MIME media type text/html;
> charset=iso-8859-1 was not found
> Jan 09, 2017 10:33:38 AM com.sun.jersey.api.client.ClientResponse getEntity
> SEVERE: The registered message body readers compatible with the MIME media
> type are:
> */* ->
> com.sun.jersey.core.impl.provider.entity.FormProvider
> com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
> com.sun.jersey.core.impl.provider.entity.StringProvider
> com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
> com.sun.jersey.core.impl.provider.entity.FileProvider
> com.sun.jersey.core.impl.provider.entity.InputStreamProvider
> com.sun.jersey.core.impl.provider.entity.DataSourceProvider
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General
> com.sun.jersey.core.impl.provider.entity.ReaderProvider
> com.sun.jersey.core.impl.provider.entity.DocumentProvider
> com.sun.jersey.core.impl.provider.entity.SourceProvider$StreamSourceReader
> com.sun.jersey.core.impl.provider.entity.SourceProvider$SAXSourceReader
> com.sun.jersey.core.impl.provider.entity.SourceProvider$DOMSourceReader
> com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider$General
> com.sun.jersey.json.impl.provider.entity.JSONArrayProvider$General
> com.sun.jersey.json.impl.provider.entity.JSONObjectProvider$General
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General
> com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$General
> com.sun.jersey.core.impl.provider.entity.EntityHolderReader
> com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider$General
> com.sun.jersey.json.impl.provider.entity.JSONListElementProvider$General
> com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
> ERROR: Internal Server Error;<html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
> <title>Error 500 Internal Server Error</title>
> </head>
> <body><h2>HTTP ERROR 500</h2>
> <p>Problem accessing /api/extension/describe/extension-example. Reason:
> <pre> Internal Server Error</pre></p><hr /><i><small>Powered by
> Jetty://</small></i><br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> <br/>
> </body>
> </html>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)