[ 
https://issues.apache.org/jira/browse/DRILL-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13755878#comment-13755878
 ] 

Jacques Nadeau commented on DRILL-198:
--------------------------------------

One of the dependencies for the sqlparser project is the foodmart data from 
mondrian in json format.  

You should be able to access those files with the ClassPath version of the 
storage engines.  The FullEngineTest.setCPRead() test is an example of this.  
This should work via sqlline as well but I think there might be a cp issue.  

One of the goals we had earlier was to run the mondrian query set against this 
data as a set of validation tests.

tar -tf mondrian-data-foodmart-json-0.2.jar | grep \.json$
customer.json
sales_fact_1997.json
store_ragged.json
region.json
position.json
product_class.json
reserve_employee.json
warehouse.json
inventory_fact_1998.json
sales_fact_dec_1998.json
department.json
expense_fact.json
inventory_fact_1997.json
salary.json
warehouse_class.json
currency.json
employee_closure.json
account.json
store.json
promotion.json
product.json
sales_fact_1998.json
days.json
employee.json
category.json
time_by_day.json
                
> Need sample data for tutorials
> ------------------------------
>
>                 Key: DRILL-198
>                 URL: https://issues.apache.org/jira/browse/DRILL-198
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Ted Dunning
>
> Need to check in some small sample data files for use in tutorials.  The 
> region and nation files will suffice for now.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to