Re: superset crashes on HDP3.0

2018-10-09 Thread Lian Jiang
I figured out. It is chef in our environment deleting superset user. Thanks. On Tue, Oct 9, 2018 at 1:18 PM Lian Jiang wrote: > Hi, > > I installed Superset on HDP3.0 but after around 5 minutes it crashes. I > did not find any useful log under /var/log/superset/superset.log. Any i

superset crashes on HDP3.0

2018-10-09 Thread Lian Jiang
Hi, I installed Superset on HDP3.0 but after around 5 minutes it crashes. I did not find any useful log under /var/log/superset/superset.log. Any idea how to debug? How to enable verbose log to get some information? Thanks! [2018-10-08 22:47:52 +] [7557] [INFO] Starting gunicorn 19.7.1 [201

date formatting bug

2017-10-09 Thread Lian Jiang
Hi, I am using 0.20.3 superset and found that the table view's date formater does not work as expected. For example, the date always show 2017-05-03T00:00:00 no matter what format I choose (e.g. %Y-%M-%D). I saw this bug has been fixed in 0.18.5 https://github.com/apache/incubator-superset/issues/

Re: building js failed in latest code

2017-08-08 Thread Lian Jiang
Same issue by using "npm run build". Am I the only one hitting this? On Tue, Aug 8, 2017 at 10:29 AM, Maxime Beauchemin < maximebeauche...@gmail.com> wrote: > npm run build > > On Tue, Aug 8, 2017 at 10:04 AM, Lian Jiang wrote: > > > This is a new repo that I j

Re: building js failed in latest code

2017-08-08 Thread Lian Jiang
imebeauche...@gmail.com> wrote: > The master branch builds just fine on travis. The build runs `npm run > build` but I don't think it should make a difference. Have you tried to > nuke your node_modules folder yet? > > Max > > On Tue, Aug 8, 2017 at 9:40 AM, Lian Jia

building js failed in latest code

2017-08-08 Thread Lian Jiang
I just checkout the latest code for superset and "yarn run build" failed: ERROR in dashboard.0.18.5-alpha.3.entry.js from UglifyJs Unexpected token: name (ARRAY_TYPE) [dashboard.0.18.5-alpha.3.entry.js:37607,4] ERROR in explore.0.18.5-alpha.3.entry.js from UglifyJs Unexpected token: name (ARRAY_

Re: migrate superset metadata from sqlite to oracle database

2017-08-07 Thread Lian Jiang
https://groups.google.com/forum/#!msg/sqlalchemy/kHoQTK1Zvyw/gHKpPnAIBAAJ describes a similar issue. Is superset setup tested using oracle db? Thanks. On Fri, Aug 4, 2017 at 10:40 PM, Lian Jiang wrote: > To scale superset, I am migrating the metadata from sqlite to oracle > database.

migrate superset metadata from sqlite to oracle database

2017-08-04 Thread Lian Jiang
To scale superset, I am migrating the metadata from sqlite to oracle database. I used oracle connection string for SQLALCHEMY_DATABASE_URI in config.py but superset cannot start due to this error: Traceback (most recent call last): File "/Users/lianjia/repo/supersetdev/env/lib/python2.7/site-pa

Re: document for adding bootstrap themes

2017-07-24 Thread Lian Jiang
Maxime, Thanks for addressing my questions. It will help us figure out a good strategy to customize the themes. Thanks! On Sat, Jul 22, 2017 at 10:14 AM, Lian Jiang wrote: > Thanks. I see cosmo theme is used by default. However, cosmo table is like: > > https://bootswatch.com/cosm

Re: document for adding bootstrap themes

2017-07-22 Thread Lian Jiang
ps://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md > > Max > > On Thu, Jul 20, 2017 at 10:26 AM, Lian Jiang > wrote: > > > According to this link, users can add bootstrap themes to superset: > > > > https://medium.com/airbnb-engineering/caravel-ai

sort by x label does not work

2017-07-21 Thread Lian Jiang
I am sorting a distributed bar by x label which is in the format of "-mm" (e.g. 2017-08, 2016-12...) However, the sorting is not correct. For example, it shows "2017-01", "2017-03", "2017-02". Is this a known issue? Or I am missing anything? Thanks for any hint.

dashboard export location

2017-07-20 Thread Lian Jiang
After selecting a dashboard and export it, there is no any UI telling where the dashboard is export to. Where is the dashboard exported to? Thanks for any help!

document for adding bootstrap themes

2017-07-20 Thread Lian Jiang
According to this link, users can add bootstrap themes to superset: https://medium.com/airbnb-engineering/caravel-airbnb-s-data-exploration-platform-15a72aa610e5 "You can brand and skin Superset with your own bootstrap theme, create CSS templates for your dashboards" Is there any document for h

build superset on mac

2017-07-19 Thread Lian Jiang
I got the errors when running "python setup.py develop". Looks like some platform compatibility issue. Any idea? Thanks. non-existing path in 'numpy/distutils': 'site.cfg' /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distributi

cannot build superset

2017-07-18 Thread Lian Jiang
By following these instructions: # assuming $SUPERSET_HOME as the root of the repo cd $SUPERSET_HOME/superset/assets npm install npm run build cd $SUPERSET_HOME python setup.py install "npm install" got: 404 Not Found: gulp-sourcemaps@ https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-

support for spark sql or hive.

2017-07-11 Thread Lian Jiang
Per https://github.com/apache/incubator-superset/issues/2450, superset does not support spark or hive. Can anybody confirm? If so, is there a plan to support them? Thanks.

timechart visualization

2017-07-07 Thread Lian Jiang
Does superset have any timechart visualization. For example, the x-axis is time (e.g. per week), the y-axis is different tasks whose events (e.g. task start date, estimated finish date, actual finish date) are drawn in the coordinate system. Thanks.

Is there a plan for superset to run on top of hbase+pheonix?

2017-06-19 Thread Lian Jiang
... if not and I have to implement by myself, is there any foreseeable road block? Thanks.