Member since
03-03-2017
2
Posts
1
Kudos Received
0
Solutions
03-24-2017
09:59 PM
3 Kudos
https://issues.apache.org/jira/browse/ZEPPELIN-84 is regarding breaking a statement in multiple lines. @Zsoka Kovacs, you should be able to run below paragraph. Do not give extra \n in between and make sure there are no extra chars copied at the end of the line. {code} %pyspark myLines=sc.textFile('/tmp/Hortonworks') myLinesFiltered=myLines.filter(lambdax:len(x)>0) count=myLinesFiltered.count() print count {code}
... View more
04-10-2017
01:43 PM
Looks like a couple of good answers. Please check out https://martin.atlassian.net/wiki/x/AunyBQ and if one of these answer helps you the "best", would you mind "Accepting" it??
... View more