You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Liu (JIRA)" <ji...@apache.org> on 2013/10/03 02:27:41 UTC

[jira] [Commented] (CASSANDRA-5695) Convert pig smoke tests into real PigUnit tests

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

Alex Liu commented on CASSANDRA-5695:
-------------------------------------

The following configuration parameters can't be passed as System env parameter to PigServer(PigUnit), so I will add them as parameters to the storage url

{code}
  PIG_INITIAL_ADDRESS
  PIG_RPC_PORT
  PIG_PARTITIONER=org.apache.cassandra.dht.RandomPartitioner;
{code}

> Convert pig smoke tests into real PigUnit tests
> -----------------------------------------------
>
>                 Key: CASSANDRA-5695
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5695
>             Project: Cassandra
>          Issue Type: Test
>          Components: Hadoop
>            Reporter: Brandon Williams
>            Assignee: Alex Liu
>            Priority: Minor
>             Fix For: 1.2.11
>
>
> Currently, we have some ghetto pig tests in examples/pig/test, but there's currently no way to continuously integrate these since a human needs to check that the output isn't wrong, not just that the tests ran successfully.  We've had garbled output problems in the past, so it would be nice to formalize our tests to catch this.  PigUnit appears to be a good choice for this.



--
This message was sent by Atlassian JIRA
(v6.1#6144)