mgyboom
mgyboom
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior public static void main(String[] args) { SparkSession sparkSession = SparkSession.builder() .master("local[*]")...
python -m unittest test_roll_pair.TestRollPairStandalone [ERROR][2022-01-27 20:13:25,194][eggpair-command-server_1,pid:44650,tid:139621291792128][command_router.py:93.dispatch] - Failed to dispatch to [v1/egg-pair/runTask], task_name: withStores, request: [] Traceback (most recent call last): File "/data/projects/fate/eggroll/python/eggroll/core/utils.py", line 187, in wrapper return func(*args, **kw)...
hi, @liyinan926 I tried to mount the configmap to the sparkapplication, but it didn't work, according to this one: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/user-guide.md#mounting-configmaps I have enabled webhook! show my sparkapplication.yaml. ```yaml apiVersion: sparkoperator.k8s.io/v1beta2...
The code is as follows: ```java import lombok.Getter; import lombok.Setter; import org.influxdb.InfluxDB; import org.influxdb.InfluxDBFactory; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Getter @Setter @Configuration @ConfigurationProperties(prefix = "influxdb") public class InfluxdbConfig {...
fastjson版本 1.2.83 和 2.0.52 springboot版本 2.0.0.RELEASE 请求示例如下: ``` curl --location --request POST 'http://localhost:8089/test' \ --header 'Content-Type: application/json' \ --data '{ "name": "jackson", "cards": [ { "cardNumber": "123456", "bankName": "ICBC" }}...