You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/16 06:56:09 UTC

[GitHub] [incubator-kyuubi] HYBG-1126 opened a new pull request #2150: helm安装kyuubi服务完成后会提示:

HYBG-1126 opened a new pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150


   helm安装kyuubi服务完成后会提示:
   NAME: kyuubi-helm
   LAST DEPLOYED: Wed Mar 16 13:14:32 2022
   NAMESPACE: kyuubi
   STATUS: deployed
   REVISION: 1
   TEST SUITE: None
   NOTES:
   #
   # Licensed to the Apache Software Foundation (ASF) under one or more
   ......
   
   Get kyuubi expose URL by running these commands:
     **export NODE_PORT=$(kubectl get --namespace kyuubi -o jsonpath="{.spec.ports[0].nodePort}" services kyuubi-helm-nodeport)**
     export NODE_IP=$(kubectl get nodes --namespace kyuubi -o jsonpath="{.items[0].status.addresses[0].address}")
     echo $NODE_IP:$NODE_PORT
   
   
   
   使用命令"**export NODE_PORT=$(kubectl get --namespace kyuubi -o jsonpath="{.spec.ports[0].nodePort}" services kyuubi-helm-nodeport)**" 会得到一个报错:"Error from server (NotFound): services "kyuubi-helm-nodeport" not found";使用"kubectl get svc -A",查询到namespace:kyuubi下只有一个service:"kyuubi-svc",运行"export NODE_PORT=$(kubectl get --namespace kyuubi -o jsonpath="{.spec.ports[0].nodePort}" services kyuubi-svc)"成功。so这里给的serviceName是否是错的?
   
   <!--
   Thanks for sending a pull request!
   
   Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
     2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
   -->
   
   ### _Why are the changes needed?_
   <!--
   Please clarify why the changes are needed. For instance,
     1. If you add a feature, you can talk about the use case of it.
     2. If you fix a bug, you can clarify why it is a bug.
   -->
   
   
   ### _How was this patch tested?_
   - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
   
   - [ ] Add screenshots for manual tests if appropriate
   
   - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] hddong removed a comment on pull request #2150: helm安装kyuubi服务完成后会提示:

Posted by GitBox <gi...@apache.org>.
hddong removed a comment on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068812299


   ![image](https://user-images.githubusercontent.com/17537134/158536960-74f5de36-19a9-42c0-bf72-970345b8c78a.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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] HYBG-1126 commented on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
HYBG-1126 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1070275136


   yesterday my email is private,now it is public


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 removed a comment on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
pan3793 removed a comment on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068884413


   @HYBG-1126 Seems you do not set your email in your GitHub profile, thus your contribution could not be counted, would you please update your GitHub profile?
   
   ```
   Authored-by: liuzy04 <li...@mail.jj.com>
   ```


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] hddong commented on pull request #2150: helm安装kyuubi服务完成后会提示:

Posted by GitBox <gi...@apache.org>.
hddong commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068812299


   ![image](https://user-images.githubusercontent.com/17537134/158536960-74f5de36-19a9-42c0-bf72-970345b8c78a.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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 commented on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
pan3793 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1070305991


   I deleted my comment above, hope it impacts you less.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] HYBG-1126 commented on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
HYBG-1126 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068820832


   抱歉,之前没有提交过pr,所以没有注意到格式问题,后面我会注意一下。


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 commented on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
pan3793 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1070303643


   The email address comes from your [git commit](https://github.com/apache/incubator-kyuubi/commit/ea152f33250939ed17e1af24bbb118dfaba9dc68.patch), I'm afraid we can not force push to overwrite the public branch, it will mess all developers local repo.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] hddong commented on pull request #2150: helm安装kyuubi服务完成后会提示:

Posted by GitBox <gi...@apache.org>.
hddong commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068814553


   @HYBG-1126 : Sorry, my mistake, you are right, it need to change to `kyuubi-svc`. 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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 commented on pull request #2150: helm安装kyuubi服务完成后会提示:

Posted by GitBox <gi...@apache.org>.
pan3793 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068802621


   @HYBG-1126 Thanks for reporting issue and sending PR, could you please make your description format looks better, it's hard to read for reviewers now.
   
   cc @hddong 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] hddong commented on pull request #2150: helm安装kyuubi服务完成后会提示:

Posted by GitBox <gi...@apache.org>.
hddong commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068807069


   In the given example, the project's name is `kyuubi-helm` and svc is 'node-port' . So we get command with `kyuubi-helm-nodeport`.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 commented on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
pan3793 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068822613


   Thanks @HYBG-1126 for contribution and @hddong for verification, merging to master/1.5


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] HYBG-1126 edited a comment on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
HYBG-1126 edited a comment on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1070293259


   您好,我昨天操作时候,忘记切换邮箱了,您把我的内部邮箱暴露出来了,我们公司有相应的审计,麻烦您删除一下,感谢。


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] hddong closed pull request #2150: helm安装kyuubi服务完成后会提示:

Posted by GitBox <gi...@apache.org>.
hddong closed pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150


   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] hddong commented on pull request #2150: helm安装kyuubi服务完成后会提示:

Posted by GitBox <gi...@apache.org>.
hddong commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068804608


   @HYBG-1126 : You can get correct command after `helm install`. It is Related to the helm project's name.
   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 commented on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
pan3793 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068884413


   @HYBG-1126 Seems you do not set your email in your GitHub profile, thus your contribution could not be counted, would you please update your GitHub profile?
   
   ```
   Authored-by: liuzy04 <li...@mail.jj.com>
   ```


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] HYBG-1126 commented on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
HYBG-1126 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1070293259


   您好,您把我的内部邮箱暴露出来了,我们公司有相应的审计,麻烦您删除一下,感谢。


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] HYBG-1126 commented on pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
HYBG-1126 commented on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1070306628


   ok,问题解决就行,我还需要继续学习,给您添麻烦了。


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 closed pull request #2150: [DOCS] Fix Getting Started With Kyuubi on Kubernetes

Posted by GitBox <gi...@apache.org>.
pan3793 closed pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150


   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 edited a comment on pull request #2150: helm安装kyuubi服务完成后会提示:

Posted by GitBox <gi...@apache.org>.
pan3793 edited a comment on pull request #2150:
URL: https://github.com/apache/incubator-kyuubi/pull/2150#issuecomment-1068802621


   @HYBG-1126 Thanks for reporting issue and sending PR, could you please make your description format looks better? It's hard to read for reviewers now.
   
   cc @hddong 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org