The concatenation operator (||) is not supported; however, the CONCAT function is supported by HiveQL.

SELECT CONCAT('Name is', ’(ename FROM emp)’)