[
https://issues.apache.org/jira/browse/STORM-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066101#comment-15066101
]
hima edited comment on STORM-1139 at 12/23/15 9:15 AM:
-------------------------------------------------------
hai..
Using storm bolts I want to insert the data into the PostgreSQL tables
which have parent and child relationships. Up to my knowledge storm bolts
execute parallelly so in the child table data is not inserting because of
constraints. Is there is any way to execute bolts one after another i.e., after
execution of one bolt only next bolt have to execute. can anyone please help
me..
was (Author: gv):
hai..
Using storm bolts I want to insert the data into the PostgreSQL tables
which have parent and child relationships. Up to my knowledge storm bolts
execute parallelly so in the child table data is not inserting because of
constraints. Is there is any way to execute bolts one after another i.e., after
execution of one bolt only next bolt have to execute.
> Issues regarding storm-postgresql interface
> -------------------------------------------
>
> Key: STORM-1139
> URL: https://issues.apache.org/jira/browse/STORM-1139
> Project: Apache Storm
> Issue Type: Bug
> Reporter: hima
>
> hai
> I am trying to write storm bolt to insert data in postgesql DB.But i am
> facing issues like
> java.io.NotSerializableException:org.postgresql.jdbc4.Jdbc4Connection.
> Can anyone provide me full code for storm bolt that can insert data into
> postgres database.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)