You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by "liuxiaocs7 (via GitHub)" <gi...@apache.org> on 2023/05/08 16:58:10 UTC

[GitHub] [incubator-hugegraph-doc] liuxiaocs7 opened a new pull request, #211: fix hugegraph-loader download link

liuxiaocs7 opened a new pull request, #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211

   as titie
   
   the original url got 404 error, replace it with url from [here](https://github.com/apache/incubator-hugegraph-toolchain/releases/tag/1.0.0)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on a diff in pull request #211: fix outdated hugegraph download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1188593438


##########
content/cn/docs/contribution-guidelines/validate-release.md:
##########
@@ -40,7 +40,7 @@ brew install wget
 # 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1.0.0为例)
 svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
 # (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget 单个文件下载, 如下 (或考虑使用 VPN / 代理)
-wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
+wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz

Review Comment:
   also need revert here (svn file could also be download by http mode)
   
   



##########
content/en/docs/contribution-guidelines/validate-release.md:
##########
@@ -39,7 +39,7 @@ brew install wget
 # 4. Download the hugegraph-svn directory (version number, pay attention to fill in the verification version, here we take 1.0.0 as an example)
 svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
 # (Note) If svn downloads a file very slowly, you can consider wget to download a single file, as follows (or consider using a proxy)
-wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
+wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz

Review Comment:
   ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on a diff in pull request #211: fix outdated hugegraph download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1188593438


##########
content/cn/docs/contribution-guidelines/validate-release.md:
##########
@@ -40,7 +40,7 @@ brew install wget
 # 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1.0.0为例)
 svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
 # (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget 单个文件下载, 如下 (或考虑使用 VPN / 代理)
-wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
+wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz

Review Comment:
   also need revert here (**svn file** could also be download by http mode)
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1187714888


##########
content/en/docs/contribution-guidelines/validate-release.md:
##########
@@ -37,9 +37,9 @@ sudo apt-get install wget -y
 brew install wget
 
 # 4. Download the hugegraph-svn directory (version number, pay attention to fill in the verification version, here we take 1.0.0 as an example)
-svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
+svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/

Review Comment:
   same, note `svn` prefix



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin merged pull request #211: fix outdated hugegraph download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin merged PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1187707226


##########
content/cn/docs/contribution-guidelines/validate-release.md:
##########
@@ -38,9 +38,9 @@ sudo apt-get install wget -y
 brew install wget
 
 # 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1.0.0为例)
-svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
+svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/

Review Comment:
   not sure



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on pull request #211: fix outdated hugegraph download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1540024033

   also need revoke the url in `validate-release` doc (with svn url)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1187721826


##########
dist/validate-release.sh:
##########
@@ -21,7 +21,7 @@
 # 3. Compile the source package & run server & toolchain
 # 4. Run server & toolchain in binary package
 
-URL_PREFIX="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/"
+URL_PREFIX="https://downloads.apache.org/incubator/hugegraph/"

Review Comment:
   same



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1187714387


##########
.github/workflows/validate-release.yml:
##########
@@ -23,7 +23,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     env:
       SCRIPT_PATH: hugegraph-dist/scripts/
-      URL_PREFIX: https://dist.apache.org/repos/dist/dev/incubator/hugegraph/
+      URL_PREFIX: https://downloads.apache.org/incubator/hugegraph/

Review Comment:
   yep, **no need** to update it. 
   indeed, the `dist.apache.org` is a **svn url** 🔁 (stage the package before release)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on pull request #211: fix hugegraph-loader download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1538802454

   > One question, When hubble creates a graph, we need to specify a name or id, but i don’t see the specified name or id in the [loader demo](https://hugegraph.apache.org/cn/docs/quickstart/hugegraph-loader/#4-%E5%AE%8C%E6%95%B4%E7%A4%BA%E4%BE%8B). How to ensure that the data is imported into the specified graph?
   
   schema.groovy defines vertex/edges/properties/index and struct.json as mapping file defines file format, etc.
   
   Current **loader doc** is also **too long** to read (users may get lost in the page), it's not friendly and the doc should separate into multi subpages. (show the most important info for user first)   [TODO]
   
   > Graph ID?
   
   GraphID & GraphName is really confused for new users to set the proper value, also need enhance the description or doc [TODO] 
   
   > should we wait for the docker environment to take effect before modifying the screenshot.?
   
   No need, the docker images could update anytime (currently it build once per week, we hope there is a way to autobuild it by PR merged or like a **dockerhub hook**) 
   
   > i'll add some basic instructions in hubble doc in next PR.
   
   fine
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1187735638


##########
content/cn/docs/contribution-guidelines/validate-release.md:
##########
@@ -38,9 +38,9 @@ sudo apt-get install wget -y
 brew install wget
 
 # 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1.0.0为例)
-svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
+svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/

Review Comment:
   ignore it in all `validate-release` doc or script 💯 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1187705498


##########
content/en/docs/contribution-guidelines/validate-release.md:
##########
@@ -37,9 +37,9 @@ sudo apt-get install wget -y
 brew install wget
 
 # 4. Download the hugegraph-svn directory (version number, pay attention to fill in the verification version, here we take 1.0.0 as an example)
-svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
+svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/

Review Comment:
   not sure



##########
dist/validate-release.sh:
##########
@@ -21,7 +21,7 @@
 # 3. Compile the source package & run server & toolchain
 # 4. Run server & toolchain in binary package
 
-URL_PREFIX="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/"
+URL_PREFIX="https://downloads.apache.org/incubator/hugegraph/"

Review Comment:
   not sure



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1187735638


##########
content/cn/docs/contribution-guidelines/validate-release.md:
##########
@@ -38,9 +38,9 @@ sudo apt-get install wget -y
 brew install wget
 
 # 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1.0.0为例)
-svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/
+svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/

Review Comment:
   ignore it in all `validate-release` doc or script  (forget to tell u)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] imbajin commented on pull request #211: fix hugegraph-loader download link

Posted by "imbajin (via GitHub)" <gi...@apache.org>.
imbajin commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1538824435

   > `g.V()` shows results that matchs, thanks!
   
   And we should also add a **groovy script** in hubble's doc so that users could add a graph with `one-click` paste
   
   Just like the groovy example in [server](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-dist/src/assembly/static/scripts/example.groovy)  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1538754585

   Also i noticed that [#447](https://github.com/apache/incubator-hugegraph-toolchain/pull/447) modify the default UI, should we wait for the docker environment to take effect before modifying the screenshot.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on pull request #211: fix outdated hugegraph download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1540046697

   > also need revoke the url in `validate-release` doc (with svn url) [meet some network problems. so can't review or modify your code directly...]
   > 
   > ![image](https://user-images.githubusercontent.com/17706099/237090827-c29ebdbf-3775-480e-94a9-0387b6a504b3.png)
   
   got, fixed!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1538770186

   Hi, @imbajin, i have fixed outdate links, But some locations are not sure, please help me to have a look, thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1538773898

   > > Thanks a lot, I do remember there are **several outdated** download links like this.
   > > Could you help to search for them in full-text and fix them together? In addition, the doc of the **English** directory (current is `cn`) also needs to be corrected
   > > Also could add the basic instruction in hubble doc (visualize graph)
   > > <img alt="image" width="1197" src="https://user-images.githubusercontent.com/17706099/236886204-07092837-4613-48a9-b136-603c73226f0f.png">
   > 
   > sure, i'm glad to do this!
   > 
   > now i deploy hugegraph and hubble by docker and try to run the [loader demo](https://hugegraph.apache.org/cn/docs/quickstart/hugegraph-loader/#4-%E5%AE%8C%E6%95%B4%E7%A4%BA%E4%BE%8B)
   > 
   > i'll add some basic instructions in hubble doc in next PR.
   > 
   > One question, When hubble creates a graph, we need to specify a `name` or `id`, but i don’t see the specified name or id in the [loader demo](https://hugegraph.apache.org/cn/docs/quickstart/hugegraph-loader/#4-%E5%AE%8C%E6%95%B4%E7%A4%BA%E4%BE%8B). How to ensure that the data is imported into the specified graph?
   > 
   > `schema.groovy` defines vertex/edges/properties/index and `struct.json` as mapping file defines file format, etc.
   > 
   > ![image](https://user-images.githubusercontent.com/42756849/236888014-d7eb474a-5e1e-48fa-9fdd-361bc1e355a1.png)
   
   find here:
   
   ![image](https://user-images.githubusercontent.com/42756849/236892548-a41080fc-5219-47e3-9fee-8cbad7d7706f.png)
   
   ![image](https://user-images.githubusercontent.com/42756849/236892609-aabb22f7-d0f7-4e44-84d6-16d22795f0a1.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1187705171


##########
.github/workflows/validate-release.yml:
##########
@@ -23,7 +23,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     env:
       SCRIPT_PATH: hugegraph-dist/scripts/
-      URL_PREFIX: https://dist.apache.org/repos/dist/dev/incubator/hugegraph/
+      URL_PREFIX: https://downloads.apache.org/incubator/hugegraph/

Review Comment:
   not sure



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on a diff in pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on code in PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#discussion_r1188120827


##########
.github/workflows/validate-release.yml:
##########
@@ -23,7 +23,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     env:
       SCRIPT_PATH: hugegraph-dist/scripts/
-      URL_PREFIX: https://dist.apache.org/repos/dist/dev/incubator/hugegraph/
+      URL_PREFIX: https://downloads.apache.org/incubator/hugegraph/

Review Comment:
   got it, thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1538751160

   > Thanks a lot, I do remember there are **several outdated** download links like this.
   > 
   > Could you help to search for them in full-text and fix them together? In addition, the doc of the **English** directory (current is `cn`) also needs to be corrected
   > 
   > Also could add the basic instruction in hubble doc (visualize graph)
   > 
   > <img alt="image" width="1197" src="https://user-images.githubusercontent.com/17706099/236886204-07092837-4613-48a9-b136-603c73226f0f.png">
   
   sure, i'm glad to do this!
   
   now i deploy hugegraph and hubble by docker and try to run the [loader demo](https://hugegraph.apache.org/cn/docs/quickstart/hugegraph-loader/#4-%E5%AE%8C%E6%95%B4%E7%A4%BA%E4%BE%8B)
   
   i'll add some basic instructions in hubble doc in next PR.
   
   ---
   
   One question, When hubble creates a graph, we need to specify a `name` or `id`, but i don’t see the specified name or id in the [loader demo](https://hugegraph.apache.org/cn/docs/quickstart/hugegraph-loader/#4-%E5%AE%8C%E6%95%B4%E7%A4%BA%E4%BE%8B). How to ensure that the data is imported into the specified graph?
   
   `schema.groovy` defines vertex/edges/properties/index and `struct.json` defines file format, etc.
   
   ![image](https://user-images.githubusercontent.com/42756849/236888014-d7eb474a-5e1e-48fa-9fdd-361bc1e355a1.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1538797902

   seem works:
   
   server ok
   ```
   PS C:\Users\liuxiaocs> curl 192.168.34.164:18080
   
   
   StatusCode        : 200
   StatusDescription : OK
   Content           : {"service":"hugegraph","version":"1.0.0","doc":"https://hugegraph.apache.org/docs/","api_doc":"https://hugegraph.apache.org/docs/clients/","apis":["auth","cyp
                       her","filter","graph","gremlin","job","met...
   RawContent        : HTTP/1.1 200 OK
                       Content-Length: 270
                       Content-Type: application/json
   
                       {"service":"hugegraph","version":"1.0.0","doc":"https://hugegraph.apache.org/docs/","api_doc":"https://hugegraph.apache.org/docs...
   Forms             : {}
   Headers           : {[Content-Length, 270], [Content-Type, application/json]}
   Images            : {}
   InputFields       : {}
   Links             : {}
   ParsedHtml        : mshtml.HTMLDocumentClass
   RawContentLength  : 270
   ```
   
   create graph
   
   ![image](https://user-images.githubusercontent.com/42756849/236894876-fbf2fd25-2534-4140-923f-0494256b0d51.png)
   
   insert data
   
   ```
   bash bin/hugegraph-loader.sh -g hugegraph -p 18080 -f example/file/struct.json -s example/file/schema.groovy
   ```
   
   ```
   [liuxiao@dev apache-hugegraph-loader-incubating-1.0.0]$ bash bin/hugegraph-loader.sh -g hugegraph -p 18080 -f example/file/struct.json -s example/file/schema.groovy
   SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in [jar:file:/home/liuxiao/Code/hugegraph/apache-hugegraph-toolchain-incubating-1.0.0/apache-hugegraph-loader-incubating-1.0.0/lib/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/home/liuxiao/Code/hugegraph/apache-hugegraph-toolchain-incubating-1.0.0/apache-hugegraph-loader-incubating-1.0.0/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   >> HugeGraphLoader worked in NORMAL MODE
   vertices/edges loaded this time : 8/6
   --------------------------------------------------
   count metrics
       input read success            : 14
       input read failure            : 0
       vertex parse success          : 8
       vertex parse failure          : 0
       vertex insert success         : 8
       vertex insert failure         : 0
       edge parse success            : 6
       edge parse failure            : 0
       edge insert success           : 6
       edge insert failure           : 0
   --------------------------------------------------
   meter metrics
       total time                    : 0.131s
       read time                     : 0.04s
       load time                     : 0.091s
       vertex load time              : 0.069s
       vertex load rate(vertices/s)  : 115
       edge load time                : 0.065s
       edge load rate(edges/s)       : 92
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org


[GitHub] [incubator-hugegraph-doc] liuxiaocs7 commented on pull request #211: fix hugegraph-loader download link

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on PR #211:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/211#issuecomment-1538810160

   `g.V()` shows results that matchs, thanks!
   
   ![image](https://user-images.githubusercontent.com/42756849/236897571-4ed85d86-5c00-4b9e-b868-f91fce01b09b.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org