Oliver001

Results 8 comments of Oliver001

we can still use this code to generate a block, and pass it through a parameter to NonObliviousSortMergeJoin. ``` scala val nullRowsBlock = Utils.encryptInternalRowsFlatbuffers( Seq(InternalRow.fromSeq(Seq.fill(buildPlan.output.length)(null))), buildPlan.output.map(_.dataType), useEnclave = true, isDummyRows...

I get a error too. ``` [2016-11-18 22:48:05.183] [report] [3151] threads:50 alive:50 duration:30 tduration:0 nread:1.23 nwrite:0.98 tasks:30435 etasks:0 stasks:0 estasks:0 [2016-11-18 22:48:35.183] [report] [3151] threads:50 alive:50 duration:60 tduration:0 nread:1.34 nwrite:1.06...

> 什么系统环境?不存在这个文件是不正常的 > > 你需要提供 /etc/os-release $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" OS_VERSION=1.10.0.0112 系统是绿联改造过的debian12吧,我写死main.sh中的变量然后更新成功了。 系统介绍可以看【UGOS Pro 系统介绍】,如果需要机器验证可以点页面上的 【在线体验】

从日志看,已经拿到不少系统信息了,一定需要用 cat /etc/debian_version来判定吗? 比如说PRETTY_NAME,SYSTEM_VERSION_ID,os-release等等。

> 它的在线体验公共账号无法使用终端,你需要以下信息: > > 1. /etc/apt/sources.list.bak 中的原始软件源内容 > 2. /etc 目录下除 `os-release` 以外任何关于 release 或 version 文件的文件内容(`ls /etc | grep -E "release|version"`) $ ls /etc | grep -E "release|version" os-release...

/etc# ls -akh . dictionaries-common idmapd.conf lvm pam.scripts rsyslog.conf sysstat .. discover.conf.d ifplugd machine-id papersize rsyslog.d systemd acpi discover-modprobe.conf igfx_user_feature_next.txt magic passwd rtslib-fb-target target adduser.conf dnsmasq.conf igfx_user_feature_report.txt magic.mime passwd- runit...

> > > 它的在线体验公共账号无法使用终端,你需要以下信息: > > > > > > 1. /etc/apt/sources.list.bak 中的原始软件源内容 > > > 2. /etc 目录下除 `os-release` 以外任何关于 release 或 version 文件的文件内容(`ls /etc | grep -E "release|version"`)...

网上搜了搜,部分linux系统通过/etc/issue显示系统版本信息。 $ cat /etc/issue UGOSPRO Linux \n \l 另外看了一下/proc/version,从这里判定会比/etc/xxx-version更准确吗? $ cat /proc/version Linux version 6.12.30+ (ugreen@debian) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 SMP PREEMPT_DYNAMIC...