[
https://issues.apache.org/jira/browse/EAGLE-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15568146#comment-15568146
]
ASF GitHub Bot commented on EAGLE-613:
--------------------------------------
Github user haoch commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/495#discussion_r82965523
--- Diff:
eagle-core/eagle-metadata/eagle-metadata-jdbc/src/main/java/org/apache/eagle/metadata/store/jdbc/service/ApplicationEntityServiceJDBCImpl.java
---
@@ -116,6 +116,14 @@ public ApplicationEntity delete(ApplicationEntity
applicationEntity) {
return entity;
}
+ /**
+ * TODO: UPDATE ApplicationEntity through JDBC is not supported yet
+ */
+ @Override
+ public ApplicationEntity update(ApplicationEntity entity) {
+ throw new UnsupportedOperationException("UPDATE ApplicationEntity
through JDBC is not supported yet");
--- End diff --
@r7raul1984 Could you please implement updating operation for JDBC metadata
store?
> Support modify ApplicationEntity through POST /rest/apps/{UUID}/
> ----------------------------------------------------------------
>
> Key: EAGLE-613
> URL: https://issues.apache.org/jira/browse/EAGLE-613
> Project: Eagle
> Issue Type: New Feature
> Affects Versions: v0.5.0
> Reporter: Hao Chen
> Assignee: Hao Chen
> Fix For: v0.5.0
>
>
> Support modify ApplicationEntity through
> {code}
> POST /rest/apps/{UUID}/
> {code}
> * REQUEST BODY*
> ApplicationEntity (without streams)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)