Re: Question about hector api documentation

2016-06-26 Thread Sungju Hong
Thanks for reply.

I will be engaged in the project using Cassandra soon.

Cassandra version is 1.2.3 and the core service was developed by hector
1.1-3, so I need to be familiar with hector for old code analysis.

I'm considering Datastax java driver for new service.

I appreciate any advice for client library.(environment below)

- Cassandra 1.2.3
- Kafka 0.8.2.2
- RabbitMQ 3.3.5-1

Thanks.

Sungju, Hong

On Sun, Jun 26, 2016 at 10:25 AM,  wrote:

>
>
> Regards
> Lalit Kumar
>
> Sent from my BlackBerry 10 smartphone.
> *From: *Peter Lin‎
> *Sent: *Sunday 26 June 2016 1:26 AM
> *To: *user@cassandra.apache.org, ‎
> *Reply To: *user@cassandra.apache.org
> *Subject: *Re: Question about hector api documentation
>
> Object friendly APIs are good fit for many use casyes.
>
> Text-based languages are nice, but I personally prefer thrift and hector.
> Haven't we learned anything from Rbdms and ORM?
>
>
> Sent from my iPhone
>
> On Jun 25, 2016, at 3:46 PM, Nate McCall  wrote:
>
>
> I used to be surprised that people still ask about Hector here; and that
>> questions here on Hector always seem to mirror new Hector questions on
>> Stack Overflow.  The problem (I think), is that places like Edureka! are
>> still charging people $300 for a Cassandra training class, where they still
>> actively teach people to use Hector:
>>
>> http://www.edureka.co/cassandra-course-curriculum
>>
>>
> I was wondering where these kept coming from...
>
> I shut that project down a year ago and had not taken a commit of any
> substance for three years.
>
> +1 on the Java-Driver with either:
> - the object mapper module:
> https://github.com/datastax/java-driver/tree/3.0/manual/object_mapper
> - or Achilles: https://github.com/doanduyhai/Achilles
>
> --
> -
> Nate McCall
> Austin, TX
> @zznate
>
> CTO
> Apache Cassandra Consulting
> http://www.thelastpickle.com
>
>
>


Re: 1) select collection_type whith keywork 'in' . 2)how to using UDF in update?

2016-06-26 Thread Brooke Jensen
Hi.

Can you please show me the specific error message you are receiving, as
well as the schema for this table (you can use the cql command "describe
table").



*Brooke Jensen*
VP Technical Operations & Customer Services
www.instaclustr.com | support.instaclustr.com


This email has been sent on behalf of Instaclustr Limited (Australia) and
Instaclustr Inc (USA). This email and any attachments may contain
confidential and legally privileged information.  If you are not the
intended recipient, do not copy or disclose its content, but please reply
to this email immediately and highlight the error to the sender and then
immediately delete the message.

On 26 June 2016 at 17:25, lowping  wrote:

> Hi  All:
>
>
> question 1:
>
> I got a error about this cql, does it fixed  already ???
> select collection_type where id in (‘a’,’b’)
>
> question 2:
>
> I want use UDF in update, but this cql can’t execute.  have some advise???
>
> update table_name set field=my_function(field) where …
>
>
> tnk u so much
>


1) select collection_type whith keywork 'in' . 2)how to using UDF in update?

2016-06-26 Thread lowping
Hi All:


question 1:
I got a error about this cql, does it fixed already ???
select collection_type where id in (‘a’,’b’)


question 2:


I want use UDF in update, but this cql can’t execute. have some advise???


update table_name set field=my_function(field) where…




tnk u so much

some questions

2016-06-26 Thread lowping
Hi :


question 1:
I got a error about this cql, have you fix it already ???
select collection_type where id in (‘a’,’b’)


question 2:


I want use UDF in update, but this cql can’t execute. have some advise???


update table_name set field=my_function(field) where…




tnk u so much