Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed May 22, 2022
1 parent 7c59eb4 commit f52de34
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions dist/LICENSE-dist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,9 @@ The Apache Software License, Version 2.0
* Apache HttpCore:
- org.apache.httpcomponents:httpcore:4.4.1 (http://hc.apache.org/httpcomponents-core-ga)
- org.apache.httpcomponents:httpcore:4.4.15 (http://hc.apache.org/httpcomponents-core-ga)
* Apache Hudi:
- org.apache.hudi:hudi-hadoop-mr:0.10.0 (no url defined)
- org.apache.hudi:hudu-common:0.10.0 (no url defined)
* Apache Iceberg:
- org.apache.iceberg:iceberg-api:0.12.0 (https://iceberg.apache.org)
- org.apache.iceberg:iceberg-bundled-guava:0.12.0 (https://iceberg.apache.org)
Expand Down Expand Up @@ -1523,11 +1526,16 @@ The Apache Software License, Version 2.0
* aws sdk: 1.9.211
* benchmark: 1.5.6
* simdjson: 1.0.2
* libhdfs3: commit 5fccd36

The MIT License -- licenses/LICENSE-MIT.txt
* datatables: 1.10.25
* bootstrap: 1.17.1
* libxml2: 2.9.10
* krb5: 1.19

LGPL -- licenes/LICENSE-LGPL.txt
* gsasl: 1.10.0/1.8.0

Other dependencies:
* libevent: 2.1.12 -- license/LICENSE-libevent.txt
Expand Down
9 changes: 8 additions & 1 deletion thirdparty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

This file contains version of the third-party dependency libraries in the build-env image. The docker build-env image is apache/incubator-doris, and the tag is `build-env-${version}`

## v20220522

- Added: libgsasl 1.8.0, this version of gsasl is only used for libhdfs3 with kerberos
- Added: krb5 1.19

Now there will be 2 set of libhdfs, one is without kerberos, the other is with kerberos, saved in `thirdparty/installed/libhdfs_with_kerberos/`

## v20220321
- Add libbacktrace, it is used by boost stacktrace to print exception stack.
- Added: libbacktrace, it is used by boost stacktrace to print exception stack.

## v20220316
- Modified: CRoaring 0.3.4 -> 0.4.0
Expand Down
1 change: 1 addition & 0 deletions thirdparty/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ GSASL_NAME="libgsasl-1.10.0.tar.gz"
GSASL_SOURCE="libgsasl-1.10.0"
GSASL_MD5SUM="9c8fc632da4ce108fb7581b33de2a5ce"

# gsasl 1.8.0 is only used for libhdfs3 with kerberos
GSASL2_DOWNLOAD="https://ftp.gnu.org/gnu/gsasl/libgsasl-1.8.0.tar.gz"
GSASL2_NAME="libgsasl-1.8.0.tar.gz"
GSASL2_SOURCE="libgsasl-1.8.0"
Expand Down

0 comments on commit f52de34

Please sign in to comment.