ciasom
ciasom
The problem causing the error is the tbl_spark objects returned by different sparklyr function have different sources. The code snippet to reproduce the issue is as follows. ```r sc
After loading sparkxgb (0.1.0), sparklyr (v1.0.1) can't connect to spark (**via livy**). It failed in the following piece of code in function spark_connect: if (length(scon$extensions) > 0) { for (initializer...
For a constructor function with bytes32 parameter, how can I pass in the data (e.g. 0x18e070eea80451e1210b1e9755b04c20af10d531c0a0e9fbdd446563c22fc08c) when deploying it via the yml file. I tried 0x18e070eea80451e1210b1e9755b04c20af10d531c0a0e9fbdd446563c22fc08c with/without quotes. Both didn't...
It looks the https is not supported. And it only supports URLs like http://host:port/webhdfs/v1, but when using knox, the URL is usually something like https://knoxgatewayhost:knoxgatewayport/gateway/default/webhdfs/v1 It would be good if...