[
https://issues.apache.org/jira/browse/CASSANDRA-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745635#action_12745635
]
Jonathan Ellis commented on CASSANDRA-342:
------------------------------------------
we can clean the bootup stuff a lot. let's take the bootupunsafe method that
shares code w/ cassandra daemon, make it a public static method there, move the
LogUtil.init call into StorageService.init, and remove CassandraServer.init.
that will be useful for other people looking to embed cassandra too.
style note: inline throw-away variables like String ll.
+ keyspace = DatabaseDescriptor.getTable(keyspace);
+ if (keyspace == null)
inline that too rather than re-binding keyspace to a different meaning
(although of the same type)
there are a lot of FIXME but it looks like a good start :)
> hadoop integration
> ------------------
>
> Key: CASSANDRA-342
> URL: https://issues.apache.org/jira/browse/CASSANDRA-342
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Jonathan Ellis
> Attachments: 0001-CASSANDRA-342.-Set-up-for-the-hadoop-commits.patch,
> 0001-the-stupid-version-of-hadoop-support.patch,
> 0002-CASSANDRA-342.-Working-hadoop-support.patch,
> 0003-CASSANDRA-342.-Adding-the-WordCount-example.patch,
> v2-squashed-commits-for-hadoop-stupid.patch
>
>
> Some discussion on -dev:
> http://mail-archives.apache.org/mod_mbox/incubator-cassandra-dev/200907.mbox/%[email protected]%3e
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.