You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Arshad Matin (JIRA)" <ji...@apache.org> on 2015/02/18 14:43:11 UTC

[jira] [Created] (LENS-330) Change default value of "lens.query.result.parent.dir"

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)