-3

I am executing scala object in zeppelin notebook as follows but getting error.

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44
user8167344
  • 353
  • 2
  • 6
  • 17

1 Answers1

3

Hi it worked as follows,

Foo.main(Array("Ram"))

Output:Hello,Ram

user8167344
  • 353
  • 2
  • 6
  • 17