[
https://issues.apache.org/jira/browse/FALCON-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858291#comment-15858291
]
ASF GitHub Bot commented on FALCON-2277:
----------------------------------------
GitHub user PracheerAgarwal opened a pull request:
https://github.com/apache/falcon/pull/361
FALCON-2277 Error msg while registering extensions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PracheerAgarwal/falcon master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/361.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 #361
----
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 fda3b28b835228e101ef1ca58da2f8a6b2b5eeeb
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-07T07:41:29Z
Merge branch 'master' of https://github.com/apache/falcon
commit a932633c8e47f5674627e97aff476abd9c081e12
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-10T05:59:48Z
Merge branch 'master' of https://github.com/apache/falcon
commit e39808d85af48129cd866f990db6a1a779d91ea0
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-22T10:19:33Z
Merge branch 'master' of https://github.com/apache/falcon
commit 778c579a5e7ff408edb5e13137b799059c9af0ba
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-22T10:20:03Z
Merge branch 'master' of https://github.com/PracheerAgarwal/falcon
commit 9cd8c17ae18d0ed24c6152950a837e515beb64e4
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-23T11:43:22Z
Merge branch 'master' of https://github.com/apache/falcon
commit 9c2f0a5f8ae060268265580eb42d255293266ea9
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-30T11:17:45Z
Merge branch 'master' of https://github.com/apache/falcon
commit 9ff05df8a5931f227c334deb74ca9130e403c1d8
Author: Pracheer Agarwal <[email protected]>
Date: 2017-01-31T09:19:01Z
Merge branch 'master' of https://github.com/apache/falcon
commit ed65aa0957cb16169714c531edd8aec359a08ba4
Author: Pracheer Agarwal <[email protected]>
Date: 2017-02-02T04:47:00Z
Merge branch 'master' of https://github.com/apache/falcon
commit ba60452f83e6fcace2b57d4c14a936c1d2ff9d2d
Author: Pracheer Agarwal <[email protected]>
Date: 2017-02-02T12:10:45Z
Merge branch 'master' of https://github.com/apache/falcon
----
> Incorrect error message on registering trusted exceptions
> ---------------------------------------------------------
>
> Key: FALCON-2277
> URL: https://issues.apache.org/jira/browse/FALCON-2277
> Project: Falcon
> Issue Type: Bug
> Components: extensions
> Affects Versions: trunk, 0.10
> Reporter: Richie Varghese
> Assignee: Pracheer Agarwal
>
> While running the negative test case of trying to submit a trusted extension,
> it gives the following error:
> {noformat}
> richie.varghese@falcon1001:~$ falcon extension -register -extensionName
> hdfs-mirroring -path file://mnt/falcon/prism/extensions/hdfs-mirroring
> ERROR: Internal Server Error;README file is not present in the
> file://mnt/falcon/prism/extensions/hdfs-mirroring
> {noformat}
> But this README file is present in the location :
> /mnt/falcon/prism/extensions/hdfs-mirroring/README
> Instead it should say that this extension is a trusted extension and hence is
> pre-registered.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)