You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "CodeCooker17 (via GitHub)" <gi...@apache.org> on 2023/06/09 02:48:54 UTC

[GitHub] [doris] CodeCooker17 opened a new pull request, #20622: [fix][fe] support set hive version when create hive external table

CodeCooker17 opened a new pull request, #20622:
URL: https://github.com/apache/doris/pull/20622

   ## Proposed changes
   
   Issue Number: close #20588 
   
   <!--Describe your changes.-->
   support set hive version when create external table.
   
   ## Further comments
   support set hive version when create external table.
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] CodeCooker17 commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "CodeCooker17 (via GitHub)" <gi...@apache.org>.
CodeCooker17 commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696709605

   run buildall


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] github-actions[bot] commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696729482

   PR approved by anyone and no changes requested.


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] dataroaring merged pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "dataroaring (via GitHub)" <gi...@apache.org>.
dataroaring merged PR #20622:
URL: https://github.com/apache/doris/pull/20622


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] hello-stephen commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "hello-stephen (via GitHub)" <gi...@apache.org>.
hello-stephen commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1698454984

   (From new machine)TeamCity pipeline, clickbench performance test result:
    the sum of best hot time: 48.16 seconds
    stream load tsv:          547 seconds loaded 74807831229 Bytes, about 130 MB/s
    stream load json:         20 seconds loaded 2358488459 Bytes, about 112 MB/s
    stream load orc:          64 seconds loaded 1101869774 Bytes, about 16 MB/s
    stream load parquet:          31 seconds loaded 861443392 Bytes, about 26 MB/s
    insert into select:          29.2 seconds inserted 10000000 Rows, about 342K ops/s
    storage size: 17162173008 Bytes


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] CodeCooker17 commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "CodeCooker17 (via GitHub)" <gi...@apache.org>.
CodeCooker17 commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696724291

   create EXTERNAL TABLE `auto_user_gender_tag_v2_external`(
     `case_id` bigint,
     `tag_id` string,
     `tag_value` string
   )
   ENGINE=hive
   properties
   (
   "database" = "dm_dmp",
   "table" = "auto_user_gender_tag_v2",
   "hive.metastore.uris" = "****",
   "hive.version" = "2.1.2"
   );


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] hello-stephen commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "hello-stephen (via GitHub)" <gi...@apache.org>.
hello-stephen commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696728014

   (From new machine)TeamCity pipeline, clickbench performance test result:
    the sum of best hot time: 45.96 seconds
    stream load tsv:          538 seconds loaded 74807831229 Bytes, about 132 MB/s
    stream load json:         21 seconds loaded 2358488459 Bytes, about 107 MB/s
    stream load orc:          64 seconds loaded 1101869774 Bytes, about 16 MB/s
    stream load parquet:          31 seconds loaded 861443392 Bytes, about 26 MB/s
    insert into select:          29.1 seconds inserted 10000000 Rows, about 343K ops/s
    storage size: 17162095195 Bytes


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] hello-stephen commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "hello-stephen (via GitHub)" <gi...@apache.org>.
hello-stephen commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696829099

   (From new machine)TeamCity pipeline, clickbench performance test result:
    the sum of best hot time: 47.83 seconds
    stream load tsv:          537 seconds loaded 74807831229 Bytes, about 132 MB/s
    stream load json:         21 seconds loaded 2358488459 Bytes, about 107 MB/s
    stream load orc:          64 seconds loaded 1101869774 Bytes, about 16 MB/s
    stream load parquet:          31 seconds loaded 861443392 Bytes, about 26 MB/s
    insert into select:          29.0 seconds inserted 10000000 Rows, about 344K ops/s
    storage size: 17162239785 Bytes


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] CodeCooker17 commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "CodeCooker17 (via GitHub)" <gi...@apache.org>.
CodeCooker17 commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1698436223

   run buildall


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] CodeCooker17 commented on pull request #20622: [fix][fe] support set hive version when create hive external table

Posted by "CodeCooker17 (via GitHub)" <gi...@apache.org>.
CodeCooker17 commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1583879012

   run buildall
   


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] morningman commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "morningman (via GitHub)" <gi...@apache.org>.
morningman commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696802275

   run buildall


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] github-actions[bot] commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696729461

   PR approved by at least one committer and no changes requested.


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] tarepanda1024 commented on pull request #20622: [fix](fe) Support set hive version when create hive external table

Posted by "tarepanda1024 (via GitHub)" <gi...@apache.org>.
tarepanda1024 commented on PR #20622:
URL: https://github.com/apache/doris/pull/20622#issuecomment-1696760723

   LGTM


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org