You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/06/22 07:21:45 UTC

[GitHub] [incubator-dolphinscheduler] yesiyuan007 opened a new issue #3034: [QUESTION] question title

yesiyuan007 opened a new issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034


   *For better global communication, please give priority to using English description, thx! *
   
   **Describe the question**
   A clear and concise description of what the question is.
   Workflow definition says we can export workflow from ds.I export much workflow that they run successfully.The JSON text like this
   {"code":10000,
   "msg":"Internal Server Error: Required Integer parameter 'processDefinitionId' is not present",
   "data":null}
   I import workflow to ds that I export workflow,ds shows like this.
   "data processDefinitionName is null"
   
   
   
   
   
   **Which version of DolphinScheduler:**
    -[1.2.0]
   
   **Additional context**
   Add any other context about the problem here.
   
   **Requirement or improvement
   - I want to receive document about import workflow and how to write json file about import workflow.
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #3034: [QUESTION] question title

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-647368674


   please add title 


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] dailidong edited a comment on issue #3034: [QUESTION] question title

Posted by GitBox <gi...@apache.org>.
dailidong edited a comment on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-647368225


   > Internal Server Error: Required Integer parameter 'processDefinitionId' is not present"
   
   please see api server runtime log to find the detail exception info, it's abnormal 


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] samz406 commented on issue #3034: [QUESTION] how to acquire documents about import workflow to ds and export workflow from ds

Posted by GitBox <gi...@apache.org>.
samz406 commented on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-648111259


   Can you provide your json file? If convenient, you can add my WeChat samz406, private chat


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] yesiyuan007 commented on issue #3034: [QUESTION] question title

Posted by GitBox <gi...@apache.org>.
yesiyuan007 commented on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-647343987


   ![image](https://user-images.githubusercontent.com/66993606/85261363-a0925b00-b49e-11ea-8ba4-cc3485fa81b9.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.

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



[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #3034: [QUESTION] question title

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-647368225


   > Internal Server Error: Required Integer parameter 'processDefinitionId' is not present"
   please see api server runtime log to find the detail exception info, it's abnormal 


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] yesiyuan007 edited a comment on issue #3034: [QUESTION] question title

Posted by GitBox <gi...@apache.org>.
yesiyuan007 edited a comment on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-647378101


   > > Internal Server Error: Required Integer parameter 'processDefinitionId' is not present"
   > 
   > please see api server runtime log to find the detail exception info, it's abnormal
   
   I have seen the api server runtime log today morning.There is nothing about export workflow.No matter what the pattern of workflow(such as SHELL,DATAX,SPARK,SQL and so on) is,the json file of the workflow exported shows the same,like this:
    {"code":10000,
   "msg":"Internal Server Error: Required Integer parameter 'processDefinitionId' is not present",
   "data":null}
   I want to know more about export workflow and import workflow.Thank's very much.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] samz406 closed issue #3034: [QUESTION] how to acquire documents about import workflow to ds and export workflow from ds

Posted by GitBox <gi...@apache.org>.
samz406 closed issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034


   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] yesiyuan007 commented on issue #3034: [QUESTION] question title

Posted by GitBox <gi...@apache.org>.
yesiyuan007 commented on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-647378101


   > > Internal Server Error: Required Integer parameter 'processDefinitionId' is not present"
   > 
   > please see api server runtime log to find the detail exception info, it's abnormal
   
   I have seen the api server runtime log today morning.There is nothing about export workflow.No matter what the pattern of workflow(such as SHELL,DATAX,SPARK,SQL and so on) is,the json file of the workflow exported shows the same,like this:
    {"code":10000,
   "msg":"Internal Server Error: Required Integer parameter 'processDefinitionId' is not present",
   "data":null}
   I want to know more about export workflow.Thank's very much.


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] samz406 commented on issue #3034: [QUESTION] how to acquire documents about import workflow to ds and export workflow from ds

Posted by GitBox <gi...@apache.org>.
samz406 commented on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-648622252


   `Internal Server Error: Required Integer parameter 'processDefinitionId' is not present"`
   
   Reporting this error is the inconsistent data type of the previous value,Check if the previous request parameters are correct
   
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-dolphinscheduler] yesiyuan007 edited a comment on issue #3034: [QUESTION] question title

Posted by GitBox <gi...@apache.org>.
yesiyuan007 edited a comment on issue #3034:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3034#issuecomment-647343987


   I import workflow to ds that I exported workflow from ds,ds shows like this.
   ![image](https://user-images.githubusercontent.com/66993606/85261363-a0925b00-b49e-11ea-8ba4-cc3485fa81b9.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.

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