[
https://issues.apache.org/jira/browse/APEXCORE-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15760842#comment-15760842
]
ASF GitHub Bot commented on APEXCORE-592:
-----------------------------------------
GitHub user ajaygit158 opened a pull request:
https://github.com/apache/apex-core/pull/435
APEXCORE-592 Returning description field in defaultProperties during apex
cli call get-app-package-info
@bhupeshchawda @tushargosavi Kindly review the changes.
Value returned Earlier
"dt.application.CouchBaseAppOutput.operator.couchbaseOuput.port.*.QUEUE_CAPACITY":
"32768"
Value returned Now
"dt.application.CouchBaseAppOutput.operator.couchbaseOuput.port.*.QUEUE_CAPACITY":
{
"value": "32768",
"isFinal": false,
"scope": "TRANSIENT",
"description": "Specify queue capacity for all output ports"
},
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajaygit158/apex-core APEXCORE-592
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-core/pull/435.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 #435
----
commit 1588fd94363580d0f121a93324631ea52d3c0fa0
Author: ajaygit158 <[email protected]>
Date: 2016-12-19T10:43:55Z
APEXCORE-592 Returning description field in defaultProperties during apex
cli call get-app-package-info
----
> Returning description field in defaultProperties during apex cli call
> get-app-package-info
> ------------------------------------------------------------------------------------------
>
> Key: APEXCORE-592
> URL: https://issues.apache.org/jira/browse/APEXCORE-592
> Project: Apache Apex Core
> Issue Type: Improvement
> Reporter: Ajay Gupta
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Currently for an operator property, only the value field is returned. The
> operator property can have a description describing the property. This task
> is created to return this filed for that operator property.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)