You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/08/07 16:21:17 UTC

[jira] Commented: (CASSANDRA-1322) Remove cassandra.yaml from Hadoop/Client Code

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

Jonathan Ellis commented on CASSANDRA-1322:
-------------------------------------------

committed Stu's patch 1

question about patch 2,

+        if (System.getenv(PIG_INITIAL_ADDRESS) != null)
+            ConfigHelper.setInitialAddress(conf, System.getenv(PIG_THRIFT_ADDRESS));

looks like we should only have one of INITIAL_ADDRESS, THRIFT_ADDRESS?

(incidently we should probably standardize on RPC_ instead of THRIFT_ for forwards-compatibily w/ potential future avro use)

> Remove cassandra.yaml from Hadoop/Client Code
> ---------------------------------------------
>
>                 Key: CASSANDRA-1322
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1322
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>            Reporter: Jonathan Ellis
>            Assignee: Nick Bailey
>             Fix For: 0.7.0
>
>         Attachments: 0001-Read-pig-configuration-from-environment-variables.patch, 0001-Used-FramedTransport-in-RingCache.patch, 0002-Remove-most-client-references-to-DatabaseDescriptor.patch, 0003-Remove-StorageService-DatabaseDescriptor-dependency-.patch, 0004-Remove-unnecessary-cassandra.yaml-copies.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.