Alona Varshal

Results 10 comments of Alona Varshal

Hello, I would like to work on this dataset, if it's still on the table. I found the parameter ("E COLI BACTERIA) in the water quality sampling data from data.austintexas.gov...

Hi Mateo, Sure I can talk to you about what I did. I can't come to the meetup tomorrow, Wednesday. I'll check the schedule for the next one. I think...

I've created a starter app that scrapes recent E. coli readings from the dataset. To forecast E. coli levels, I'm thinking of plotting past years' result for comparison but it...

I'm now trying to add this one.

It seems that exporting appropriate variables and then running `mas install` does not work for @pwcscott: ``` export DB2_LOGS_STORAGE_CLASS=xxx export DB2_DATA_STORAGE_CLASS=xxx export DB2_META_STORAGE_CLASS=xxx export DB2_TEMP_STORAGE_CLASS=xxx mas install ```

@JesperAP, please refer to doc here: https://www.ibm.com/support/pages/node/7172122, specifically, step 4.

temporary workaround for `rook-ceph-block` ``` oc patch storageclass rook-ceph-block -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' ```