Re: [Cassandra][SStableLoader Out of Heap Memory]

2014-12-10 Thread 严超
Thank you very much. It worked. Actually, these three files are needed: *CompressionInfo.db, Index.db and Data.db.* *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow

Re: [Cassandra][SStableLoader Out of Heap Memory]

2014-12-10 Thread 严超
Thank you very much. My version is 2.0.11. I'll have a try. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow --* 2014-12-10 19:21 GMT+08:00 Rory Douglas

Re: [Cassandra][SStableLoader Out of Heap Memory]

2014-12-10 Thread Rory Douglas
Hi Andy Not sure what Cassandra version you're using, but with 2.0 I found I had to remove all the non-essential SSTAble files from the directory (e.g only have .Index and .Data). Otherwise I got OOM like you, even after stung -Xmx4 With 2.1 I was able load successfully even with all generated fi

[Cassandra][SStableLoader Out of Heap Memory]

2014-12-09 Thread 严超
Hi, Everyone: I'm importing a CSV file into Cassandra using SStableLoader. And I'm following the example here: https://github.com/yukim/cassandra-bulkload-example/ When i try to run the sstableloader, it fails with OOM. I also changed the sstableloader.sh script (that runs t