This trick worked Moon, thanks. Best, Jitender Founder, SparklineData Automated Audience Behavior Analysis on Hadoop-scale Data Leave ETL and Cubes Behind and Jump Straight to Lightning Fast Analytics to Power Outbound Marketing @jaswani
> On Aug 19, 2015, at 12:55 PM, moon soo Lee <m...@apache.org> wrote: > > Hi Jitender, > > You can try wrap your codes with '{', '}'. > That would help. > > Best, > moon > > On Wed, Aug 19, 2015 at 12:42 PM Jitender Aswani <jiten...@sparklinedata.com > <mailto:jiten...@sparklinedata.com>> wrote: > 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 <goi....@gmail.com >> <mailto:goi....@gmail.com>> 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 >> <jiten...@sparklinedata.com <mailto: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 >> >> >