Re: How to show RDD size

2014-10-20 Thread Nicholas Chammas
n spark-shell,I do in follows >> val input = sc.textfile("hdfs://192.168.1.10/people/testinput/") >> input.cache() >> >> In webui,I cannot see any rdd in storage tab.can anyone tell me how to >> show rdd size?thank you >> -

Re: How to show RDD size

2014-10-20 Thread marylucy
gt;> input.cache() >> >> In webui,I cannot see any rdd in storage tab.can anyone tell me how to show >> rdd size?thank you >> - >> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org >> For additional commands, e-mail: user-h...@spark.apache.org >

Re: How to show RDD size

2014-10-20 Thread Nicholas Chammas
val input = sc.textfile("hdfs://192.168.1.10/people/testinput/") > input.cache() > > In webui,I cannot see any rdd in storage tab.can anyone tell me how to > show rdd size?thank you > - >

How to show RDD size

2014-10-20 Thread marylucy
in spark-shell,I do in follows val input = sc.textfile("hdfs://192.168.1.10/people/testinput/") input.cache() In webui,I cannot see any rdd in storage tab.can anyone tell me how to show rdd size?thank you --