[jira] Created: (HADOOP-7201) Add Cassandra to list of Hadoop-related projects at Apache

2011-03-19 Thread Jonathan Ellis (JIRA)
Add Cassandra to list of Hadoop-related projects at Apache -- Key: HADOOP-7201 URL: https://issues.apache.org/jira/browse/HADOOP-7201 Project: Hadoop Common Issue Type: Improvement

File formats in Hadoop

2011-03-19 Thread Weishung Chung
I am browsing through the hadoop.io package and was wondering what other file formats are available in hadoop other than SequenceFile and TFile? Is all data written through hadoop including those from hbase saved in the above formats? It seems like SequenceFile is in key value pair format. Thank y