Added LENS-698 for tracking the error. Please ignore if its not reproducible anywhere else.
Thanks On Mon, Jul 27, 2015 at 10:42 PM, Yash Sharma <[email protected]> wrote: > Hi All, > Anyone else seeing this ? > > org.apache.lens.examples.PopulateSampleMetastore.createContinuousFactData() > passes a nonconstant String to an execute or addBatch method on an SQL > statement [org.apache.lens.examples.PopulateSampleMetastore] At > PopulateSampleMetastore.java:[line 113] > > Code - > statement.execute("INSERT INTO mydb_sales_aggr_continuous_fact > (order_time, delivery_time, customer_id, " > + "product_id, promotion_id, customer_city_id, production_city_id, > delivery_city_id, unit_sales, " > + "store_sales, store_cost, max_line_item_price, > max_line_item_discount) values " > + "('" + nowTime + "','" + nowTime + "',2,2,1,2,2,2,1,8,2,10,2)"); > > Best Regards, >
