[jira] [Commented] (FLINK-11547) JsonMappingException in DynamoDBStreamsSchema

2020-04-20 Thread Jiawei Wu (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-11547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087466#comment-17087466
 ] 

Jiawei Wu commented on FLINK-11547:
---

+1 I have seen a similiar issue. The proposed fix solved the issue. Is anyone 
working on the PR?

> JsonMappingException in DynamoDBStreamsSchema
> -
>
> Key: FLINK-11547
> URL: https://issues.apache.org/jira/browse/FLINK-11547
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Kinesis
>Affects Versions: 1.8.0
>Reporter: Devin Thomson
>Priority: Major
> Attachments: full_flink_trace.txt
>
>
> If DynamoDBStreamsSchema is used as the deserializer for 
> FlinkDynamoDBStreamsConsumer, an exception occurs during deserialization of a 
> record. The stack trace is attached.
>  
> This is a blocker for using DynamoDBStreamsSchema, but can be worked around 
> by implementing a custom deserializer. The issue appears to be due to the 
> usage of vanilla ObjectMapper:
>  
> {code:java}
> private static final ObjectMapper MAPPER = new ObjectMapper();
> {code}
> When it should be using the appropriate mix-ins offered by the dynamodb 
> stream adapter library:
> {code:java}
> private static final ObjectMapper MAPPER = new RecordObjectMapper();
> {code}
> This appears to resolve the issue, I tested by using my own deserializer 
> implementation.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14313) Add Gojek to Chinese Powered By page

2020-02-02 Thread Jiawei Wu (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028636#comment-17028636
 ] 

Jiawei Wu commented on FLINK-14313:
---

ping~ anyone pls help take a look?

> Add Gojek to Chinese Powered By page
> 
>
> Key: FLINK-14313
> URL: https://issues.apache.org/jira/browse/FLINK-14313
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Project Website
>Reporter: Fabian Hueske
>Assignee: Jiawei Wu
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add Gojek to Chinese Powered By Flink page.
> The relevant commit is: 7fc857030998ea8ce6366bfec63850e08e24c563



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14313) Add Gojek to Chinese Powered By page

2020-01-17 Thread Jiawei Wu (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17017848#comment-17017848
 ] 

Jiawei Wu commented on FLINK-14313:
---

PR available for review: https://github.com/apache/flink-web/pull/291


> Add Gojek to Chinese Powered By page
> 
>
> Key: FLINK-14313
> URL: https://issues.apache.org/jira/browse/FLINK-14313
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Project Website
>Reporter: Fabian Hueske
>Assignee: Jiawei Wu
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add Gojek to Chinese Powered By Flink page.
> The relevant commit is: 7fc857030998ea8ce6366bfec63850e08e24c563



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14684) Add Pinterest to Chinese Powered By page

2020-01-14 Thread Jiawei Wu (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17015005#comment-17015005
 ] 

Jiawei Wu commented on FLINK-14684:
---

Pull Request: [https://github.com/apache/flink-web/pull/290]

feel free to take a look :) [~jark] [~fhueske]

> Add Pinterest to Chinese Powered By page
> 
>
> Key: FLINK-14684
> URL: https://issues.apache.org/jira/browse/FLINK-14684
> Project: Flink
>  Issue Type: New Feature
>  Components: chinese-translation
>Reporter: Hequn Cheng
>Assignee: Jiawei Wu
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Pinterest was added to the English Powered By page with commit:
> [51f7e3ced85b94dcbe3c051069379d22c88fbc5c|https://github.com/apache/flink-web/pull/281]
> It should be added to the Chinese Powered By (and index.html) page as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14684) Add Pinterest to Chinese Powered By page

2020-01-13 Thread Jiawei Wu (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014823#comment-17014823
 ] 

Jiawei Wu commented on FLINK-14684:
---

[~jark] great! Thanks for that.

> Add Pinterest to Chinese Powered By page
> 
>
> Key: FLINK-14684
> URL: https://issues.apache.org/jira/browse/FLINK-14684
> Project: Flink
>  Issue Type: New Feature
>  Components: chinese-translation
>Reporter: Hequn Cheng
>Assignee: Jiawei Wu
>Priority: Minor
>
> Pinterest was added to the English Powered By page with commit:
> [51f7e3ced85b94dcbe3c051069379d22c88fbc5c|https://github.com/apache/flink-web/pull/281]
> It should be added to the Chinese Powered By (and index.html) page as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14684) Add Pinterest to Chinese Powered By page

2020-01-12 Thread Jiawei Wu (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013977#comment-17013977
 ] 

Jiawei Wu commented on FLINK-14684:
---

[~fhueske]

Thanks! I will try to finish it in the next 3 days.

BTW, could I combine this with 
[FLINK-14313|https://issues.apache.org/jira/browse/FLINK-14313] and send only 1 
PR?

> Add Pinterest to Chinese Powered By page
> 
>
> Key: FLINK-14684
> URL: https://issues.apache.org/jira/browse/FLINK-14684
> Project: Flink
>  Issue Type: New Feature
>  Components: chinese-translation
>Reporter: Hequn Cheng
>Assignee: Jiawei Wu
>Priority: Minor
>
> Pinterest was added to the English Powered By page with commit:
> [51f7e3ced85b94dcbe3c051069379d22c88fbc5c|https://github.com/apache/flink-web/pull/281]
> It should be added to the Chinese Powered By (and index.html) page as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14684) Add Pinterest to Chinese Powered By page

2020-01-09 Thread Jiawei Wu (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012540#comment-17012540
 ] 

Jiawei Wu commented on FLINK-14684:
---

could someone assign this to me?

> Add Pinterest to Chinese Powered By page
> 
>
> Key: FLINK-14684
> URL: https://issues.apache.org/jira/browse/FLINK-14684
> Project: Flink
>  Issue Type: New Feature
>  Components: chinese-translation
>Reporter: Hequn Cheng
>Priority: Minor
>
> Pinterest was added to the English Powered By page with commit:
> [51f7e3ced85b94dcbe3c051069379d22c88fbc5c|https://github.com/apache/flink-web/pull/281]
> It should be added to the Chinese Powered By (and index.html) page as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)