It is a trick but should work, if you output the result to an %html or
%table you will not see the prev log lines.
E.g.
Println("%table" + rdd.count )

בתאריך יום ד׳, 19 באוג׳ 2015, 22:28 מאת Jitender Aswani <
jiten...@sparklinedata.com>:

> Hello,
>
> Unable to figure out how to disable the interpreter log that gets printed
> in each notebook cell before the actual output.  Any pointers?
>
> Here is an example of the interpreter log for spark. The last line is the
> actual output.
>
> import org.apache.spark.sql.{SQLContext, DataFrame} clicksS3Bucket: String
> = s3n://yadi/yado impressionsS3Bucket: String = s3n://yadi/yado clicksDF:
> org.apache.spark.sql.DataFrame = [hr: string, dt: string, ts: bigint, uuid:
> bigint...]
> Count for pixels data is 96419
>
> Best,
> Jitender
>
>
>

Reply via email to