Hello, we have hue configured against sqlite as default database.
*queries like select height from students limit 222;* work but *queries like select max(height) from students;* wont. in fact that displays " database is locked " error message. is sqlite / hue and as in not migrating to mysql the only reason? Kindly let me know. The sample data (which is nothing but select queries) are working / displaying up from hue UI too. just that any queries which actually involve M/R ( a reducer) arent working. Thanks, Sumit