I refreshed two tables and kylin says refresh success, but after I click the default schema, only one table show up. Is that a bug? I use kylin 1.0.
On Fri, Sep 18, 2015 at 11:23 AM, George Lu <[email protected]> wrote: > Hi all, > > I follow the instruction and query below "select part_dt, sum(price) as > total_selled, count(distinct seller_id) as sellers from kylin_sales group > by part_dt order by part_dt". > > I build the cube previously and can query, however, after I query this the > next day, kylin says: > From line 1, column 87 to line 1, column 97: Table 'KYLIN_SALES' not found > while executing SQL: "select part_dt, sum(price) as total_selled, > count(distinct seller_id) as sellers from kylin_sales group by part_dt > order by part_dt LIMIT 50000" > > why is that? > > And in the table tab, after I sync for the sample tables (use sampe.sql in > bin folder), there is no tables show up. > > What is the problem? > > Thanks, > George >
