MANISH ZOPE
MANISH ZOPE

Reputation: 1201

Limitations of using PIG with cassandra

I intend to use PIG with cassandra for querying purpose. I have installed Pygmalion for this purpose. I have done little bit work on HIVE in the past which obviously have limitations of query language. We can not implement complete language in queries.

Is there any similar limitations of using PIG too?

Upvotes: 1

Views: 268

Answers (1)

Salocin.TEN
Salocin.TEN

Reputation: 474

From my very recent experiences, the only limitation faced are RPC timeout, making the entire MapReduce process fail because of the 1 failure tolerance.

I have yet to solve this. If anyone can help, do share.

Upvotes: 1

Related Questions