[GitHub] cassandra pull request: Better support for virtual nodes in hadoop...

2014-03-01 Thread jbojar
Github user jbojar closed the pull request at: https://github.com/apache/cassandra/pull/28 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cassandra pull request: Added support for authentication in hadoop...

2014-03-01 Thread jbojar
Github user jbojar closed the pull request at: https://github.com/apache/cassandra/pull/27 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cassandra pull request: Support for null valued columns in hadoop ...

2014-03-01 Thread jbojar
Github user jbojar closed the pull request at: https://github.com/apache/cassandra/pull/29 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cassandra pull request: Support for null valued columns in hadoop ...

2014-02-28 Thread jbojar
GitHub user jbojar opened a pull request: https://github.com/apache/cassandra/pull/29 Support for null valued columns in hadoop cql3 CqlRecordWriter. With this patch you can insert/update null values to cql3 table in hadoop job. Usage: ```java

[GitHub] cassandra pull request: Better support for virtual nodes in hadoop...

2014-02-28 Thread jbojar
GitHub user jbojar opened a pull request: https://github.com/apache/cassandra/pull/28 Better support for virtual nodes in hadoop cql3 Better support for virtual nodes in hadoop cql3. When vnodes are used, many ranges reside on same cassandra instance and too many RangeClients

[GitHub] cassandra pull request: Added support for authentication

2014-02-28 Thread jbojar
GitHub user jbojar opened a pull request: https://github.com/apache/cassandra/pull/27 Added support for authentication Added support for authentication in hadoop cql3 CqlRecordWriter. You can merge this pull request into a Git repository by running: $ git pull https