Sina Bakhtiari
Sina Bakhtiari
All Azure resources that need migration: - [x] internal/providers/terraform/azure/active_directory_domain_service.go - [x] internal/providers/terraform/azure/active_directory_domain_service_replica_set.go - [x] internal/providers/terraform/azure/api_management.go - [x] internal/providers/terraform/azure/app_service_certificate_binding.go - [x] internal/providers/terraform/azure/app_service_environment.go - [x] internal/providers/terraform/azure/app_service_custom_hostname_binding.go - [x] internal/providers/terraform/azure/app_service_plan.go - [x] internal/providers/terraform/azure/application_insight.go...
Add missing `spark.kubernetes.executor.limit.cores` flag to `KubernetesAppDeployer.java`. #### Related Issue Fix #255 #### Types of changes :bug: Bug fix (non-breaking change which fixes an issue)
When defining a new application config, both the driver and the executor have `coreLimit` option. The value for the driver is set on spark configuration but `spark.kubernetes.executor.limit.cores` is not set.
API's `reset()` function is not working properly. It just removes the first vertex and two first nodes.
It seems there is a bug (a Big Unknown BUG aka BUB) that affects the underlying engine of Graph and renders many functionalities useless or buggy. For now we are...
Abstraction Layer's `GetDotByDotOrId` will not check if the given id number exist on graph or no.
API's `connect()` method always returns false. The reason is obvious in code. it will be fixed soon.