Arshad Matin created LENS-330:
---------------------------------
Summary: Change default value of "lens.query.result.parent.dir"
Key: LENS-330
URL: https://issues.apache.org/jira/browse/LENS-330
Project: Apache Lens
Issue Type: Bug
Reporter: Arshad Matin
Currently the default value of "lens.query.result.parent.dir" is
"/tmp/lensreports" which will fail in a scenario where HiveInputFormat is
being used and data is in local, since it is not a fully qualified path name,
hive will persist the result in hdfs while Lens result formatter will try to
get the results from local.
Default value of "lens.query.result.parent.dir" must be changed to fully
qualified path i.e. "file:///tmp/lensreports"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)