Thanks bud. I have been using %table as output format for charting. I guess I can use %html for non charting paras to avoid long list of logs getting printed.
Best, Jitender > On Aug 19, 2015, at 12:38 PM, IT CTO <[email protected]> wrote: > > 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 > <[email protected] <mailto:[email protected]>>: > 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 > >
