I know that we can make a single line comment with ‘–‘ in hiveQL(hive.sql scripts) but is there a way to make multi line comments? I need something like below
/* This sentence is
a comment */
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As per my knowledge, multi-line comments are not supported in Hive scripts as of now.
Seems like this JIRA introduced only single line comments, starting with — in Hive 0.8