nagarajmmu

Results 6 issues of nagarajmmu

Hi I am using HSDS to create hdf5 file in Azure Blob storage, as below. fHSDS = h5pyd.File(HSDS_PATH + FILE_NAME, "w") dset_hsds = fHSDS.create_dataset(DATASET_NAME, (NUM_ROWS,NUM_COLS), dtype='float64', maxshape=(None,NUM_COLS), chunks=(CHUNK_SIZE[0], CHUNK_SIZE[1])) for...

Hi I have installed bumblebee for my project, everything works fine, till it load bumblebee login page. When I try to register in bumblebee login page (installed bumblebee login HTTP://HOST_IP:3000/login),...

Hi Team I am working on a application, which is using dash with react, I am interested in Vaex data frame, but non of the dash Graphs are, directly working...

Hi Team I have installed superset with **docker** container, logged in to superset. **I wanted to connect to Azure Databricks**. I have followed the below steps. 1. I have created...

#bug

Hi I am new to kubernetes, I have tried to deploy DuckDb bundle with superset, but is showing pods of superset, not Duckdb, I have used YAML that is specified...

Hi I am working in Dash app, I am rendering express sunburst chart, with "pyspark.pandas" dataframe, but I am getting below error in dash. ERROR : _Value of 'values' is...