You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by lewismc <gi...@git.apache.org> on 2015/03/13 00:10:32 UTC

[GitHub] gora pull request: GORA-416 Error when populating data into Cassan...

GitHub user lewismc opened a pull request:

    https://github.com/apache/gora/pull/22

    GORA-416 Error when populating data into Cassandra super column - Invalid RequestException(why:supercolumn parameter is not optional for super CF sc initial patch

    Hi Folks, this patch is not complete but maybe a PR is easier for people to work with.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lewismc/gora GORA-416

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/22.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 #22
    
----
commit df1ba316b276f675c7a784aa9ebdc09f8e94487f
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Date:   2015-03-12T23:10:49Z

    GORA-416 Error when populating data into Cassandra super column - InvalidRequestException(why:supercolumn parameter is not optional for super CF sc initial patch

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] gora pull request: GORA-416 Error when populating data into Cassan...

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on the pull request:

    https://github.com/apache/gora/pull/22#issuecomment-137359947
  
    This work is superceeded by @renato2099 branch on https://github.com/renato2099/gora/tree/gora-datastax-cassandra



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] gora issue #22: GORA-416 Error when populating data into Cassandra super col...

Posted by rhacker <gi...@git.apache.org>.
Github user rhacker commented on the issue:

    https://github.com/apache/gora/pull/22
  
    Hi @lewismc , does the new version of gora ( 0.7 ) fix this problem ? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] gora pull request: GORA-416 Error when populating data into Cassan...

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc closed the pull request at:

    https://github.com/apache/gora/pull/22


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] gora issue #22: GORA-416 Error when populating data into Cassandra super col...

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on the issue:

    https://github.com/apache/gora/pull/22
  
    Hi Ronny... HBASE would be a good choice... yes. We support new versions of
    HBASE.
    
    
    On Wed, Apr 12, 2017 at 5:59 PM Ronald Muwonge <no...@github.com>
    wrote:
    
    > Thanks Lewis
    > so should do I go with Hbase?
    > Ronny
    >
    > \u2014
    > You are receiving this because you modified the open/close state.
    > Reply to this email directly, view it on GitHub
    > <https://github.com/apache/gora/pull/22#issuecomment-293747830>, or mute
    > the thread
    > <https://github.com/notifications/unsubscribe-auth/ABHJl_wbBr9LW0m6ieVM7MeysdkIbPKUks5rvXNpgaJpZM4Dt-mx>
    > .
    >
    -- 
    
    *Lewis*
    Dr. Lewis J. McGibbney Ph.D, B.Sc
    Director, MCMA Associates
    Phone: +1(626)498-3090
    Skype: lewis.john.mcgibbney
    Email: lewis.mcgibbney@gmail.com



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] gora issue #22: GORA-416 Error when populating data into Cassandra super col...

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on the issue:

    https://github.com/apache/gora/pull/22
  
    Hi @ssedumeone no it was not fixed yet. This bug still exists in the gora-cassandra module however development efforts ended up elsewhere.  We are actually planning to completely overhaul the entrie gora-cassandra module with support for CQL through Datastax Java Driver this summer in GSoC. Information on this can be seen on the Gora wiki if you want to take a look.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] gora issue #22: GORA-416 Error when populating data into Cassandra super col...

Posted by ssedumeone <gi...@git.apache.org>.
Github user ssedumeone commented on the issue:

    https://github.com/apache/gora/pull/22
  
    Hi was this resolved?
    can you please advise as Iam hit with it.
    `Caused by: InvalidRequestException(why:supercolumn parameter is not optional for super CF sc)
            at org.apache.cassandra.thrift.Cassandra$batch_mutate_result$batch_mutate_resultStandardScheme.read(Cassandra.java:28082)
            at org.apache.cassandra.thrift.Cassandra$batch_mutate_result$batch_mutate_resultStandardScheme.read(Cassandra.java:28068)
            at org.apache.cassandra.thrift.Cassandra$batch_mutate_result.read(Cassandra.java:28002)
            at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)
            at org.apache.cassandra.thrift.Cassandra$Client.recv_batch_mutate(Cassandra.java:1060)
            at org.apache.cassandra.thrift.Cassandra$Client.batch_mutate(Cassandra.java:1046)
            at me.prettyprint.cassandra.model.MutatorImpl$3.execute(MutatorImpl.java:246)
            at me.prettyprint.cassandra.model.MutatorImpl$3.execute(MutatorImpl.java:243)
            at me.prettyprint.cassandra.service.Operation.executeAndSetResult(Operation.java:104)
            at me.prettyprint.cassandra.connection.HConnectionManager.operateWithFailover(HConnectionManager.java:253)
            ... 19 more
    `
    Regards
    Ronny


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] gora issue #22: GORA-416 Error when populating data into Cassandra super col...

Posted by ssedumeone <gi...@git.apache.org>.
Github user ssedumeone commented on the issue:

    https://github.com/apache/gora/pull/22
  
    Thanks will look try.
    Regards
    Ronny
    
    On Thu, Apr 13, 2017 at 8:07 AM, Lewis John McGibbney <
    notifications@github.com> wrote:
    
    > Hi Ronny... HBASE would be a good choice... yes. We support new versions of
    > HBASE.
    >
    >
    > On Wed, Apr 12, 2017 at 5:59 PM Ronald Muwonge <no...@github.com>
    > wrote:
    >
    > > Thanks Lewis
    > > so should do I go with Hbase?
    > > Ronny
    > >
    > > \u2014
    > > You are receiving this because you modified the open/close state.
    > > Reply to this email directly, view it on GitHub
    > > <https://github.com/apache/gora/pull/22#issuecomment-293747830>, or mute
    > > the thread
    > > <https://github.com/notifications/unsubscribe-auth/ABHJl_
    > wbBr9LW0m6ieVM7MeysdkIbPKUks5rvXNpgaJpZM4Dt-mx>
    > > .
    > >
    > --
    >
    > *Lewis*
    > Dr. Lewis J. McGibbney Ph.D, B.Sc
    > Director, MCMA Associates
    > Phone: +1(626)498-3090 <(626)%20498-3090>
    > Skype: lewis.john.mcgibbney
    > Email: lewis.mcgibbney@gmail.com
    >
    > \u2014
    > You are receiving this because you were mentioned.
    > Reply to this email directly, view it on GitHub
    > <https://github.com/apache/gora/pull/22#issuecomment-293782795>, or mute
    > the thread
    > <https://github.com/notifications/unsubscribe-auth/AX7GVGKDeJLi24zpUW92sk-2t2u4fGtFks5rva2VgaJpZM4Dt-mx>
    > .
    >
    
    
    
    -- 
    
    *For in much wisdom is much grief: and he that increases knowledge
    increases sorrow.*
    King Solomon



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] gora issue #22: GORA-416 Error when populating data into Cassandra super col...

Posted by ssedumeone <gi...@git.apache.org>.
Github user ssedumeone commented on the issue:

    https://github.com/apache/gora/pull/22
  
    Thanks Lewis
    so should  do I go with Hbase?
    Ronny


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---