You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/08/21 08:22:56 UTC

[GitHub] [incubator-linkis] Yiutto opened a new issue, #2913: linkis-engineplugin-sqoop .......................... FAILURE

Yiutto opened a new issue, #2913:
URL: https://github.com/apache/incubator-linkis/issues/2913

   ### Before asking
   
   - [X] I have read the [How to ask for help](https://linkis.apache.org/community/how-to-ask-for-help) (我已阅读[如何寻求帮助](https://linkis.apache.org/zh-CN/community/how-to-ask-for-help)指引文档).
   
   
   ### Your environment
   
   <!-- Please describe the linkis version you are using and basic environment information -->
   <!-- 请描述您使用的linkis版本和基本环境信息 -->
   - Linkis version used: 1.1.2
   - Environment name and version:
       - cdh-5.12.1
       - hdp-2.6.0-cdh5.12.1
       - hive-1.1.0-cdh5.12.1
       - spark-2.3.4
       - scala-2.11.12
       - jdk 1.8.0_121
       - ....
   
   
   ### Describe your questions
   
   [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile (scala-compile-first) on project linkis-engineplugin-sqoop: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:3.2.2:compile failed.: CompileFailed -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
   
   
   ### Eureka service list
   
   ![image](https://user-images.githubusercontent.com/12077317/185782440-f572b03a-3cc2-435f-8291-578bbd8f5420.png)
   
   ### Some logs info or acctch file
   
   [ERROR] E:\workspace\github\incubator-linkis\linkis-engineconn-plugins\sqoop\src\main\java\org\apache\linkis\engineconnplugin\sqoop\client\Sqoop.java:325: 错误: 找不到符号
   [ERROR]                     cluster = runnableJob.getCluster().getFileSystem().getCanonicalServiceName();
   [ERROR]                                          ^
   [ERROR]   符号:   方法 getCluster()
   [ERROR]   位置: 类型为Job的变量 runnableJob
   [ERROR] E:\workspace\github\incubator-linkis\linkis-engineconn-plugins\sqoop\src\main\java\org\apache\linkis\engineconnplugin\sqoop\client\Sqoop.java:419: 错误: 找不到符号
   [ERROR]                     TaskReport[] taskReports = runnableJob.getTaskReports(taskType);
   [ERROR]                                                           ^
   [ERROR]   符号:   方法 getTaskReports(TaskType)
   [ERROR]   位置: 类型为Job的变量 runnableJob
   [ERROR] E:\workspace\github\incubator-linkis\linkis-engineconn-plugins\sqoop\src\main\java\org\apache\linkis\engineconnplugin\sqoop\client\Sqoop.java:486: 错误: 找不到符号
   [ERROR]                 long startTime = runnableJob.getStartTime();
   [ERROR]                                             ^
   [ERROR]   符号:   方法 getStartTime()
   [ERROR]   位置: 类型为Job的变量 runnableJob
   [ERROR] E:\workspace\github\incubator-linkis\linkis-engineconn-plugins\sqoop\src\main\java\org\apache\linkis\engineconnplugin\sqoop\client\Sqoop.java:488: 错误: 找不到符号
   [ERROR]                         runnableJob.getFinishTime() > 0
   [ERROR]                                    ^
   [ERROR]   符号:   方法 getFinishTime()
   [ERROR]   位置: 类型为Job的变量 runnableJob
   [ERROR] E:\workspace\github\incubator-linkis\linkis-engineconn-plugins\sqoop\src\main\java\org\apache\linkis\engineconnplugin\sqoop\client\Sqoop.java:489: 错误: 找不到符号
   [ERROR]                                 ? runnableJob.getFinishTime()
   [ERROR]                                              ^
   [ERROR]   符号:   方法 getFinishTime()
   [ERROR]   位置: 类型为Job的变量 runnableJob
   [ERROR] E:\workspace\github\incubator-linkis\linkis-engineconn-plugins\sqoop\src\main\java\org\apache\linkis\engineconnplugin\sqoop\client\Sqoop.java:518: 错误: 找不到符号
   [ERROR]                     listReports.addAll(Arrays.asList(runnableJob.getTaskReports(taskType)));
   [ERROR]                                                                 ^
   [ERROR]   符号:   方法 getTaskReports(TaskType)
   [ERROR]   位置: 类型为Job的变量 runnableJob
   [ERROR] 注: 某些输入文件使用或覆盖了已过时的 API。
   [ERROR] 注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
   [ERROR] 6 个错误


-- 
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@linkis.apache.org.apache.org

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


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


[GitHub] [incubator-linkis] casionone commented on issue #2913: [Question]linkis-engineplugin-sqoop build failed

Posted by GitBox <gi...@apache.org>.
casionone commented on issue #2913:
URL: https://github.com/apache/incubator-linkis/issues/2913#issuecomment-1225835905

   Make sure you are compiling according to the official guidelines.  https://linkis.apache.org/zh-CN/docs/1.2.0/development/linkis-compile-and-package
   If you still have problems,  your can submmit your  code to your fork repository branch


-- 
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@linkis.apache.org

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


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


[GitHub] [incubator-linkis] casionone closed issue #2913: [Question]linkis-engineplugin-sqoop build failed

Posted by GitBox <gi...@apache.org>.
casionone closed issue #2913: [Question]linkis-engineplugin-sqoop build failed 
URL: https://github.com/apache/incubator-linkis/issues/2913


-- 
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@linkis.apache.org

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


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


[GitHub] [incubator-linkis] github-actions[bot] commented on issue #2913: linkis-engineplugin-sqoop .......................... FAILURE

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2913:
URL: https://github.com/apache/incubator-linkis/issues/2913#issuecomment-1221497177

   :blush:  Welcome to the Apache Linkis (incubating) community!!
   We are glad that you are contributing by opening this issue.
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our website project, please let us know!
   You can check out our contributing guide on 
    :point_right:  [How to Participate in Project Contribution](https://linkis.apache.org/community/how-to-contribute).
    
   WeChat  Group:
   
   ![image](https://linkis.apache.org/Images/wedatasphere_contact_01.png)
   Mailing Lists:
   |name|description|Subscribe|Unsubscribe|archive|
   |:-----|:--------|:------|:-------|:-----|
   | [dev@linkis.apache.org](mailto:dev@linkis.apache.org) | community activity information | [subscribe](mailto:dev-subscribe@linkis.apache.org) | [unsubscribe](mailto:dev-unsubscribe@linkis.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |


-- 
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@linkis.apache.org

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


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