Marco, to unsubscribe, send an email to dev-unsubscr...@superset.incubator.apache.org
On Thu, Feb 20, 2020 at 2:26 PM Marco Lobo <ma...@disperse.io> wrote: > please take me of this email list. > > Marco LoboChief Customer Officer atDispersee:ma...@disperse.io > m: +1 (929) 505 6542 > > > > > > On Thu, Feb 20, 2020 10:24 PM, lakshman pervatoju > lakshman.pervat...@gmail.com > wrote: > > > > > > > On 2020/02/20 17:11:07, Maxime Beauchemin <maximebeauche...@gmail.com> > wrote: > > > Python 2.7 isn't supported anymore, neither by Superset or Python > itself... > > > We run test against 3.6 and recommend that for now. > > > > > > Max > > > > > > On Thu, Feb 20, 2020 at 8:52 AM Brannon, Terrence > > > <terrence.bran...@usbank.com.invalid> wrote: > > > > > > > Hi Lakshman: > > > > * I did a quick google search for your error message and this Superset > > > > issue came up - > https://github.com/apache/incubator-superset/issues/8425 > > > > ... which version of superset are you running? In fact, as a word to > > > > Superset: is there a standard bug reporting format that a user can > generate > > > > via a single command to give all details relevant to a problem? > > > > > > > > ALSO: apparently this error occurs with some people who are running > 0.35.1 > > > > - > > > > > > https://stackoverflow.com/questions/59289314/superset-0-35-1-druid-error-name-pydruid-is-not-defined > > > > > > > > * Superset has "deprecated support for Python 2" - > > > > https://superset.incubator.apache.org/installation.html ... why are > you > > > > running on Python 2 instead of 3.6? > > > > > > > > -----Original Message----- > > > > From: lakshman pervatoju <lakshman.pervat...@gmail.com> > > > > Sent: Thursday, February 20, 2020 8:28 AM > > > > To: d...@superset.apache.org > > > > Subject: [EXTERNAL] Superset and kerberized Druid cluster > > > > > > > > Hi Everybody, > > > > We have a kerberized druid cluster and have few datasources created. > > > > Installed superset and trying to Load Druid data source and get the > below > > > > > > > > "name 'PyDruid' is not defined" > > > > > > > > but I am able to import PyDruid. > > > > The current version of python we have is 2.7.5 > > > > > > > > Note: we have set up Basic authentication for druid and while adding > druid > > > > cluster we did provide these credentials. > > > > > > > > Also, looking into how AD authentication and superset work together. > > > > > > > > Appreciate the help. > > > > Thanks in Advance, > > > > > > > > > > > > U.S. BANCORP made the following annotations > > > > --------------------------------------------------------------------- > > > > Electronic Privacy Notice. This e-mail, and any attachments, contains > > > > information that is, or may be, covered by electronic communications > > > > privacy laws, and is also confidential and proprietary in nature. If > you > > > > are not the intended recipient, please be advised that you are legally > > > > prohibited from retaining, using, copying, distributing, or otherwise > > > > disclosing this information in any manner. Instead, please reply to the > > > > sender that you have received this communication in error, and then > > > > immediately delete it. Thank you in advance for your cooperation. > > > > > > > > --------------------------------------------------------------------- > > > > > > > Hi Brannon, > > Thank you for your response. > > We were running superset on gunicorn and see multiple instances of > superset on > the server. > > Killed those and started as single web server (as mentioned in the superset > installation guide) and now see druid data sources are being listed. > > > > > But unable to retrieve data from those data sources. > > Also, superset is not coming up on the server's DNS URL, its only coming up > using the IP address.