-
使用这个文件夹下面的代码打成jar包,aliyun-odps-java-sdk/odps-sdk-impl/odps-udf-example/src/main/java/com/aliyun/odps/udf/example/text/
使用gzip压缩,可以写到oss上,但是读取的时候有问题,
1. TextExtractor代码里没有gzip解压缩 (我在moveToNextStream方…
-
I am trying to use the library for the first time to edit some text placeholders in a presentation (pptx or odp).
After loading the presentation with:
```
$pptReader = IOFactory::createReader('…
-
I am able to open session, upload progress bar is running, but upload gets stuck at the end.
At console:
```lis 19, 2021 10:27:51 ODP. Wiki getSiteInfo
INFO: Fetching URL https://commons.wikimedi…
-
I have bug with try to install hue, OS ubuntu 22, have you try installing hue on ubuntu 22.04?
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/odp/1.2.2.0-46/hue/bin/secret.…
-
Hi,
Have you done any testing on TPC benchmark for odp stack?
I'm comparing bigtop and odp on TPC-DS benchmark, for some queries, odp is faster but for some queries, odp is either so slow or does no…
-
Hello,
I have following unrelated queries:
- Does ODP Support Link Aggregate Groups. If yes how?
- When using Scheduler/Classifier API over DPDK how do we know if the flow matching is being don…
-
Hi,
I'm trying to wrap the following struct:
```
struct ibv_odp_caps {
uint64_t general_caps;
struct {
uint32_t rc_odp_caps;
uint32_t uc_odp_caps;
uint32_t ud…
noaos updated
2 years ago
-
There are currently some problems in ofp_mtu_set() function:
1. Used odp_pktio_mtu() function is deprecated in the latest ODP API (new ones are odp_pktin_maxlen() and odp_pktout_maxlen()).
2. Th…
-
### Expected behavior
Cate Desktop should show *all* available CCI data sources available through the ODP. Also CLI and API should list all of them.
Data sources that cannot be accessed through …
-
I created a test application that has a structure like this:
```
if (0 == odp_init_global(&instance, NULL, NULL)) {
printf("odp_init_global: success!\n");
if (0 == odp_init_local(insta…