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

ASF GitHub Bot commented on GORA-416:
-------------------------------------

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 <
    notificati...@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 <notificati...@github.com>
    > wrote:
    >
    > > Thanks Lewis
    > > so should do I go with Hbase?
    > > Ronny
    > >
    > > —
    > > 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.mcgibb...@gmail.com
    >
    > —
    > 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



> Error when populating data into Cassandra super column - 
> InvalidRequestException(why:supercolumn parameter is not optional for super 
> CF sc
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GORA-416
>                 URL: https://issues.apache.org/jira/browse/GORA-416
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: gora-cassandra
>    Affects Versions: 0.6
>         Environment: Nutch 2.4-SNAPSHOT, Gora 0.6.1-SNAPSHOT, Hadoop 2.5.2, 
> Cassandra 2.0.7
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 0.8
>
>         Attachments: GORA-416.patch
>
>
> Error when populating data into Cassandra super column.
> {code}
> lmcgibbn@LMC-032857 /usr/local/2webgui/runtime/local(master) $ ./bin/nutch 
> fetch 1425410774-370456822
> FetcherJob: starting at 2015-03-03 11:27:57
> FetcherJob: batchId: 1425410774-370456822
> FetcherJob: threads: 10
> FetcherJob: parsing: false
> FetcherJob: resuming: false
> FetcherJob : timelimit set for : -1
> 2015-03-03 11:27:58.101 java[3267:1903] Unable to load realm info from 
> SCDynamicStore
> Using queue mode : byHost
> Fetcher: threads: 10
> QueueFeeder finished: total 1 records. Hit by time limit :0
> fetching http://nutch.apache.org/ (queue crawl delay=5000ms)
> -finishing thread FetcherThread1, activeThreads=1
> -finishing thread FetcherThread2, activeThreads=1
> -finishing thread FetcherThread3, activeThreads=1
> -finishing thread FetcherThread4, activeThreads=1
> -finishing thread FetcherThread5, activeThreads=1
> -finishing thread FetcherThread6, activeThreads=1
> -finishing thread FetcherThread7, activeThreads=1
> -finishing thread FetcherThread8, activeThreads=1
> Fetcher: throughput threshold: -1
> -finishing thread FetcherThread9, activeThreads=1
> Fetcher: throughput threshold sequence: 5
> -finishing thread FetcherThread0, activeThreads=0
> 0/0 spinwaiting/active, 1 pages, 0 errors, 0.2 0 pages/s, 82 82 kb/s, 0 URLs 
> in 0 queues
> -activeThreads=0
> me.prettyprint.hector.api.exceptions.HInvalidRequestException: 
> InvalidRequestException(why:supercolumn parameter is not optional for super 
> CF sc)
>       at 
> me.prettyprint.cassandra.service.ExceptionsTranslatorImpl.translate(ExceptionsTranslatorImpl.java:52)
>       at 
> me.prettyprint.cassandra.connection.HConnectionManager.operateWithFailover(HConnectionManager.java:260)
>       at 
> me.prettyprint.cassandra.model.ExecutingKeyspace.doExecuteOperation(ExecutingKeyspace.java:113)
>       at 
> me.prettyprint.cassandra.model.MutatorImpl.execute(MutatorImpl.java:243)
>       at 
> me.prettyprint.cassandra.model.MutatorImpl.insert(MutatorImpl.java:69)
>       at 
> org.apache.gora.cassandra.store.HectorUtils.insertColumn(HectorUtils.java:46)
>       at 
> org.apache.gora.cassandra.store.CassandraClient.addColumn(CassandraClient.java:293)
>       at 
> org.apache.gora.cassandra.store.CassandraStore.addOrUpdateField(CassandraStore.java:512)
>       at 
> org.apache.gora.cassandra.store.CassandraStore.addOrUpdateField(CassandraStore.java:598)
>       at 
> org.apache.gora.cassandra.store.CassandraStore.flush(CassandraStore.java:316)
>       at 
> org.apache.gora.cassandra.store.CassandraStore.close(CassandraStore.java:160)
>       at 
> org.apache.gora.mapreduce.GoraRecordWriter.close(GoraRecordWriter.java:56)
>       at 
> org.apache.hadoop.mapred.ReduceTask$NewTrackingRecordWriter.close(ReduceTask.java:550)
>       at 
> org.apache.hadoop.mapred.ReduceTask.runNewReducer(ReduceTask.java:629)
>       at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:389)
>       at 
> org.apache.hadoop.mapred.LocalJobRunner$Job$ReduceTaskRunnable.run(LocalJobRunner.java:319)
>       at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>       at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>       at java.lang.Thread.run(Thread.java:745)
> 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
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to