阿洋

Results 20 comments of 阿洋

### 1. maven install error,Failed to run task: 'npm install' failed? ![69691639122373_ pic_hd](https://user-images.githubusercontent.com/13284744/145558905-33ebf2b4-b42e-488a-876a-24d01a1634c4.jpg) because the front end uses nodejs, make sure that nodejs is installed on the compiling machine when...

2. ### #530 exception like this: ``` Caused by: org.apache.flink.client.deployment.ClusterDeploymentException: Couldn't deploy Yarn Application Cluster at org.apache.flink.yarn.YarnClusterDescriptor.deployApplicationCluster(YarnClusterDescriptor.java:465) at com.streamxhub.streamx.flink.submit.impl.YarnApplicationSubmit$$anon$1.call(YarnApplicationSubmit.scala:80) at com.streamxhub.streamx.flink.submit.impl.YarnApplicationSubmit$$anon$1.call(YarnApplicationSubmit.scala:64) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1926) ... 157...

3. ### after streamx-console started, app.home is not set, and throw NullPointerException ![image](https://user-images.githubusercontent.com/13284744/145672918-2479d260-822c-43ef-9d8c-5a718204fe56.png) streamx-console initialization check failed. If started local for development and debugging, please ensure the `-Dapp.home` parameter is...

4. ### Cause: java.sql.SQLSyntaxErrorException: Table 'streamx.t_setting' doesn't exist ~~~ ### Cause: java.sql.SQLSyntaxErrorException: Table 'streamx.t_setting' doesn't exist ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'streamx.t_setting' doesn't exist at...

5. ### java.io.InvalidClassException: scala.collection.immutable.Set$EmptySet$ ~~~ 2021-12-02 18:01:27 | INFO | XNIO-1 task-4 | com.streamxhub.streamx.console.core.entity.Application ] local appHome:~/streamx_workspace/workspace/1466345568741457922 2021-12-02 18:01:28 | INFO | XNIO-1 task-4 | com.streamxhub.streamx.flink.proxy.FlinkShimsProxy ] [StreamX] ----------------------------------------- flink...

6. ### `Caused: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient` ![图片](https://user-images.githubusercontent.com/7881241/147426386-448f03bf-af3e-496a-a559-1a8450663ce6.png) 配置文件缺失metastore.uri,添加上即可, 请参考#219

7. ### `java.lang.RuntimeException: java.io.IOException: com.sun.jna.LastErrorException: [2] No such file or directory` ~~~ java.lang.RuntimeException: java.io.IOException: com.sun.jna.LastErrorException: [2] No such file or directory at com.github.dockerjava.httpclient5.ApacheDockerHttpClientImpl.execute(ApacheDockerHttpClientImpl.java:187) at com.github.dockerjava.httpclient5.ApacheDockerHttpClient.execute(ApacheDockerHttpClient.java:9) at com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:228) at com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269) at...