us mapreduce chaining jobs with cassandra columnfamily

2013-10-09 Thread Anseh Danesh
Hi all. I have a question. how can we use Mapreduce Chaining Jobs with cassandra columnFamily input? I use mapreduce chaining job ang it can not fined my input column family for job1..? Configuration conf1 = new Configuration(); Configuration conf2 = new Configuration(); Job job1

CASSANDRA MAPREDUCE OTHER TYPE COLUMNS

2013-10-06 Thread Anseh Danesh
hii.. can some body please tell me how to select a column of type int or float and print that column value in cassandra mapreduce? every thing I read is about reading a String column form cassandra and print the values..

Re: get float column in cassandra mapreduce

2013-10-05 Thread Anseh Danesh
; > Did it ever work? > > > 3- Is the column name in your source data files 'temperature' or > 'temprature'? You are using the latter in your code and if it is not what > is in the data then you might be trying to parse empty or malformed string. > &g

get float column in cassandra mapreduce

2013-10-05 Thread Anseh Danesh
Hi all... I have a question. in the cassandra wordcount mapreduce with cql3, I want to get a string column and a float (or double) column as map input key and value. I mean I want to get date column of type string as key and temprature column of type float as value. but when I println value of temp

not enough bytes to read value of component 0

2013-10-03 Thread Anseh Danesh
Hi all.. I have a column Family in cassandra and I want to use it in a mapreduce program.. my column family contans: stationinfo(stationid int, cityid int, name varchar, location varchar, supervisor varchar, provinceid int, code int, date varchar, time varchar, temprature float, humidity float, pre

cassandra mapreduce column is nul

2013-10-03 Thread Anseh Danesh
Hi all.. I am pretty new to cassandra. I write a mapreduce program that read data from my cassandra columnfamily. My column value is date type but I import it in cassandra as varchar. when I specify my date column (or any other column) as source column to read the dates as map function and assign i