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

Alex Liu commented on CASSANDRA-6454:
-------------------------------------

I also got a lib conflict issue as following

{code}
   [junit] ------------- ---------------- ---------------
    [junit] Testcase: 
testCassandraStorageCompositeColumnCF(org.apache.cassandra.pig.ThriftColumnFamilyTest):
   Caused an ERROR
    [junit] org.antlr.runtime.tree.BaseTree.insertChild(ILjava/lang/Object;)V
    [junit] java.lang.NoSuchMethodError: 
org.antlr.runtime.tree.BaseTree.insertChild(ILjava/lang/Object;)V
    [junit]     at 
org.apache.pig.parser.QueryParser.paren_expr(QueryParser.java:17532)
    [junit]     at 
org.apache.pig.parser.QueryParser.cast_expr(QueryParser.java:17005)
    [junit]     at 
org.apache.pig.parser.QueryParser.multi_expr(QueryParser.java:15679)
    [junit]     at 
org.apache.pig.parser.QueryParser.expr(QueryParser.java:15568)
    [junit]     at 
org.apache.pig.parser.QueryParser.unary_cond(QueryParser.java:15324)
    [junit]     at 
org.apache.pig.parser.QueryParser.not_cond(QueryParser.java:14951)
    [junit]     at 
org.apache.pig.parser.QueryParser.and_cond(QueryParser.java:14828)
    [junit]     at 
org.apache.pig.parser.QueryParser.cond(QueryParser.java:14728)
    [junit]     at 
org.apache.pig.parser.QueryParser.filter_clause(QueryParser.java:10509)
    [junit]     at 
org.apache.pig.parser.QueryParser.op_clause(QueryParser.java:7092)
    [junit]     at 
org.apache.pig.parser.QueryParser.general_statement(QueryParser.java:2314)
    [junit]     at 
org.apache.pig.parser.QueryParser.statement(QueryParser.java:1579)
    [junit]     at org.apache.pig.parser.QueryParser.query(QueryParser.java:395)
    [junit]     at 
org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:236)
    [junit]     at 
org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:179)
    [junit]     at 
org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1678)
    [junit]     at 
org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1625)
    [junit]     at org.apache.pig.PigServer.registerQuery(PigServer.java:577)
    [junit]     at org.apache.pig.PigServer.registerQuery(PigServer.java:590)
    [junit]     at 
org.apache.cassandra.pig.ThriftColumnFamilyTest.testCassandraStorageCompositeColumnCF(ThriftColumnFamilyTest.java:624)
{code}

Pig 0.12 is built with antlr 3.4.
Cassandra uses antler 3.2

Other than that, CqlNativeStorage passes all the tests

> Pig support for hadoop CqlInputFormat
> -------------------------------------
>
>                 Key: CASSANDRA-6454
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6454
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Hadoop
>            Reporter: Alex Liu
>            Assignee: Alex Liu
>             Fix For: 2.0.10
>
>         Attachments: 6454-2.0-branch.txt, 6454-v2-2.0-branch.txt
>
>
> CASSANDRA-6311 adds new CqlInputFormat, we need add the Pig support for it



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to