Taewon

Results 7 comments of Taewon

Hello, When using assume role, aws profile prepared with AWS_SESSION_TOKEN, AWS_SECURITY_TOKEN and some more properties in the aws credential files. Is there any way to use aws profile (not through...

Hi, I have updated as below code and expected threads was assigned, but it looks like not work properly when using scheduler.executor.shutdown(wait=True) to wait all threads done. If there are...

Hi MainRo, Thanks for your input and that is very helpful. In term of threadpool thread lifecycle, could you give me a little more information. When does the thread of...

Hello, Sorry... Is there any way to dispose ConnectableObservable? Appreciate any comment for below code to make better rx way. ``` import time import random import logging import threading import...

Does anyone can merge this issue to master and provide docker image ? Or, is there any workaround ?

Hi, I am sharing broken url at index.html page when using base_url=/nbviewer Broken: https://.../github/ipython/ipython/blob/6.x/examples/IPython%20Kernel/Index.ipynb Fixed url with base_url: https://.../nbviewer/github/ipython/ipython/blob/6.x/examples/IPython%20Kernel/Index.ipynb

I found a workaround as below. extract.hql: add jar /home/myuser/lib/json-udf-1.3.8-SNAPSHOT-jar-with-dependencies.jar; create temporary function tjson as 'org.openx.data.udf.JsonUDF'; insert overwrite local directory '/home/myuser/output' select tjson(named_struct("cola1", vt.cola1, "cola2", vt.cola2, ...)) from myview vt...