Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
add comments in the %jdbc interpreter
Labels:
- Labels:
-
Apache Hive
-
Apache Zeppelin
Contributor
Created ‎10-17-2017 06:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I comment out some of the lines in my code or (add comments in my program) in zeppelin %jdbc(hive) interpreter?
I have tried --, // , /*, etc but that didn't work.
1 REPLY 1
New Contributor
Created ‎06-05-2019 04:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use "--" for comments in jdbc(hive)
