Amareshwari Sriramadasu created LENS-507:
--------------------------------------------
Summary: Examples failing on master
Key: LENS-507
URL: https://issues.apache.org/jira/browse/LENS-507
Project: Apache Lens
Issue Type: Bug
Components: examples
Reporter: Amareshwari Sriramadasu
Priority: Critical
Fix For: 2.1
Example queries failing with No join path :
{noformat}
Query:cube select sample_dim.name, measure4 from sample_cube left outer join
sample_dim where time_range_in(dt, '2014-06-25-00', '2014-06-26-00')
Status:FAILED:Launching query failed - Cause: Driver
:org.apache.lens.driver.jdbc.JDBCDriver Cause :No join path from sample_dim to
sample_cube
Driver :org.apache.lens.driver.hive.HiveDriver Cause :No join path from
sample_dim to sample_cube
Total time in millis:37
Driver run time in millis:0
{noformat}
Could be mostly because of LENS-68, which added join_key attribute.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)