Apache Kyuubi 1.6.1 Documentationenabled' = 'true', -- this option enable the streaming read 'read.start-commit' = '20210316134557', -- specifies the start commit instant time 'read.streaming.check-interval' = '4' -- specifies the "${ASF_USERNAME}@apache.org" && gpg --export --armor "${ASF_USERNAME}@apache.org") >> work/svn-kyuubi/KEYS svn commit --username "${ASF_USERNAME}" --password "${ASF_PASSWORD}" -- message "Update KEYS" work/svn-kyuubi -DgenerateBackupPoms=false \ -DnewVersion="${RELEASE_VERSION}" \ -Pspark-3.2,spark-block-cleaner git commit -am "[RELEASE] Bump ${RELEASE_VERSION}" 1. Create a git tag for the release candidate. The tag0 码力 | 401 页 | 5.42 MB | 1 年前3
Apache Kyuubi 1.6.0 Documentationenabled' = 'true', -- this option enable the streaming read 'read.start-commit' = '20210316134557', -- specifies the start commit instant time 'read.streaming.check-interval' = '4' -- specifies the "${ASF_USERNAME}@apache.org" && gpg --export --armor "${ASF_USERNAME}@apache.org") >> work/svn-kyuubi/KEYS svn commit --username "${ASF_USERNAME}" --password "${ASF_PASSWORD}" -- message "Update KEYS" work/svn-kyuubi -DgenerateBackupPoms=false \ -DnewVersion="${RELEASE_VERSION}" \ -Pspark-3.2,spark-block-cleaner git commit -am "[RELEASE] Bump ${RELEASE_VERSION}" 1. Create a git tag for the release candidate. The tag0 码力 | 391 页 | 5.41 MB | 1 年前3
RocketMQ v3.2.4 开发指南5%E5%BF%97%EF%BC %88jbd2%EF%BC%89bug/ 6.3 数据存储结构 Producer Consumer topic、queueId、message Commit Log 消费队列服务 (存储消息在CommitLog中的Offset 信息) Offset、Size、TagsCode 消息索引服务 (存储消息Key与消息在CommitLog 中的Offset对应关系) topic、queueId、message Commit Log Consume Queue存储消息在Commit Log中的位置信息 CommitLog Offset Size 8 Byte 4 Byte Message Tag Hashcode 8 Byte 图表 7-1RocketMQ 队列 (1). 所有数据单独存储到一个 Commit Log,完全顺序写,随机读。 (2) (2). 对最终用户展现的队列实际只存储消息在 Commit Log 的位置信息,幵丏串行方式刷盘。 项目开源主页:https://github.com/alibaba/RocketMQ 17 返样做的好处如下: (1). 队列轻量化,单个队列数据量非常少。 (2). 对磁盘的访问串行化,避免磁盘竟争,丌会因为队列增加导致 IOWAIT 增高。 每个方案都有缺点,它的缺点如下:0 码力 | 52 页 | 1.61 MB | 1 年前3
PyTorch Release Notes1.2.0 TensorRT 6.0.1 19.08 NVIDIA CUDA 10.1.243 1.2.0a0 including upstream commits up through commit 9130ab38 from July 31, 2019 as well as a cherry- picked TensorRT 5.1.5 Automatic Mixed Precision 1.2.0 TensorRT 6.0.1 19.08 NVIDIA CUDA 10.1.243 1.2.0a0 including upstream commits up through commit 9130ab38 from July 31, 2019 as well as a cherry- picked TensorRT 5.1.5 Automatic Mixed Precision TensorRT 6.0.1 19.08 18.04 NVIDIA CUDA 10.1.243 1.2.0a0 including upstream commits up through commit 9130ab38 from July 31, 2019 as well as a cherry- picked TensorRT 5.1.5 Automatic Mixed Precision0 码力 | 365 页 | 2.94 MB | 1 年前3
OpenShift Container Platform 4.4 构建(build)构建的命名空间 OPENSHIFT_BUILD_SOURCE 构建的源 URL OPENSHIFT_BUILD_REFERENCE 构建中使用的 Git 引用 OPENSHIFT_BUILD_COMMIT 构建中使用的源提交 此外,任何用户定义的环境变量(例如,使用S2I 或 Docker 策略选项配置的环境变量)也将是输出镜像 环境变量列表的一部分。 spec: output: build.commit.author 构建中使用的源提交的作者 io.openshift.build.commit.date 构建中使用的源提交的日期 io.openshift.build.commit.id 构建中使用的源提交的哈希值 io.openshift.build.commit.message 构建中使用的源提交的消息 io.openshift.build.commit.ref 源中指定的分支或引用 指定将成为构建源中唯一文件的单个文件。该文件放在空目录的根目录 中,其文件名与提供的原始文件相同。 --from-repo=指定用作构建二进制输入的本地存储库的路径。添加 --commit 选项以控 制要用于构建的分支、标签或提交。 将任何这些选项直接传递给构建时,内容将流传输到构建中并覆盖当前的构建源设置。 注意 注意 从二进制输入触发的构建不会在服务器上保留源,因此基础镜像更改触发的重新构建将使 0 码力 | 101 页 | 1.12 MB | 1 年前3
Docker 从入门到实践 0.9.0(2017-12-31)Docker Ubuntu Debian CentOS Raspberry Pi macOS Windows PC 镜像加速器 使用镜像 获取镜像 列出镜像 删除本地镜像 利用 commit 理解镜像构成 使用 Dockerfile 定制镜像 Dockerfile 指令详解 COPY 复制文件 ADD 更高级的复制文件 CMD 容器启动命令 ENTRYPOINT 入口点 docker_practice 修改代码后提交,并推送到自己的仓库,注意修改提交消息为对应 Issue 号和描述。 # Update the content $ git commit -a -s # In commit msg dialog, add content like "Fix issue #235: describe ur change" $ git push 在 GitHub 65 删除本地镜像 66 注意:如果您是初学者,您可以暂时跳过后面的内容,直接学习 容器 一节。 利用 commit 理解镜像构成 注意: docker commit 命令除了学习之外,还有一些特殊的应用场合,比如被入侵后保存现 场等。但是,不要使用 docker commit 定制镜像,定制镜像应该使用 Dockerfile 来完成。 如果你想要定制镜像请查看下一小节。 镜像是容器的基础,每次执行0 码力 | 370 页 | 6.73 MB | 1 年前3
王强-Apache RocketMQ事务消息Half Topic: prepare message TransactionMessageCheckService Check Operation Topic: commit/rollback message Broker Producer with PID Broker到Producer的回查通信 Netty Remoting Server Netty Remoting TxAgent 1 2 machine/JVM 1 machine/JVM 2 Commit Service Rollback Service Timeout Service TxCoordinator 3 store TxQue Master Broker TxEvent Commit/Rollback Global Transaction ID Branch Transaction 3 TxMessageProcessor begin begin begin begin TxBranch1 commit/rollback commit/rollback TxBranch1 commit/rollback TxBranch1 commit/rollback ⼀一站式,轻量量级 • 事务消息的演进与Apache RocketMQ的实现 • Cloud Native时代下消息系统的挑战0 码力 | 34 页 | 6.17 MB | 1 年前3
OpenShift Container Platform 4.13 CI/CDOPENSHIFT_BUILD_COMMIT 构建中使用的源提交 此外,任何用户定义的环境变量(例如,使用 S2I 或 docker 策略选项配置的环境变量)也将是输出镜像 环境变量列表的一部分。 2.4.3. 输出镜像标签 docker 和 Source-to-Image (S2I) 构建设置输出镜像的以下标签: 标签 标签 描述 描述 io.openshift.build.commit.author 构建中使用的源提交的作者 构建中使用的源提交的作者 io.openshift.build.commit.date 构建中使用的源提交的日期 io.openshift.build.commit.id 构建中使用的源提交的哈希值 io.openshift.build.commit.message 构建中使用的源提交的消息 io.openshift.build.commit.ref 源中指定的分支或引用 io.openshift 指定将成为构建源中唯一文件的单个文件。该文件放在空目录的根目录 中,其文件名与提供的原始文件相同。 --from-repo=指定用作构建二进制输入的本地存储库的路径。添加 --commit 选项以控 制要用于构建的分支、标签或提交。 将任何这些选项直接传递给构建时,内容将流传输到构建中并覆盖当前的构建源设置。 注意 注意 $ oc start-build 0 码力 | 129 页 | 1.37 MB | 1 年前3
Apache Karaf 3.0.5 Guidesyour console session: the changes are not directly applied in the configuration. It allows you to "commit" the changes (see config:update command) or "rollback" and cancel your changes (see config:cancel file:/opt/apache-karaf-3.0.0/etc/ org.apache.karaf.log.cfg Using the pid option, you bypass the configuration commit and rollback mechanism. 64 CONFIGURATION config:property-append The config:property-append is file:/opt/apache-karaf-3.0.0/etc/ org.apache.karaf.log.cfg Using the pid option, you bypass the configuration commit and rollback mechanism. CONFIGURATION 65 config:property-delete The config:property-delete command0 码力 | 203 页 | 534.36 KB | 1 年前3
Istio Security Assessmentmaster branch up to July 15th, 2020. Commit: 7353c84b560fd469123611476314e4aee553611d istio/proxy Istio Envoy Proxy code in the master branch up to July 15th, 2020. Commit: c51fe751a17441b5ab3f5487c37e129e44eec823 istio/istio.io Istio documentation and security guidelines from the master branch up to July 15th, 2020. Commit: 26dacdde40968a37ba9eaa864d40e45051ec5448 Finding Breakdown Critical issues 0 High issues 4 Medium --profile=reference start --memory=16384 --cpus=4 --kubernetes-version=v1.17.5 Build istioctl at the commit 7353c84b560fd469123611476314e4aee553611d: git clone https://github.com/istio/istio.git git checkout0 码力 | 51 页 | 849.66 KB | 1 年前3
共 223 条
- 1
- 2
- 3
- 4
- 5
- 6
- 23













