You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/25 11:00:56 UTC

[GitHub] [incubator-linkis] yujiang123321 opened a new issue, #2030: [Bug] linkis1.1.0 源码编译类缺失的问题

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

   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-commons, linkis-cg-entrance, linkis-cg-manager, linkis-cg-engineConnplugin, linkis-cg-engineConnManager, linkis-cg-client, linkis-extensions, linkis-orchestrator, linkis-public-enhancements, linkis-service-gateway, linkis-service-discovery, web
   
   ### What happened + What you expected to happen
   
   整体编译:
   问题1:
   incubator-linkis-release-1.1.0\linkis-engineconn-plugins\linkis-engineconn-plugin-framework\linkis-engineconn-plugin-core\src\main\scala\org\apache\linkis\manager\engineplugin\common\creation\EngineConnFactory.scala:72: not found: type EngineConnBuildFailedException。
   问题2:
   incubator-linkis-release-1.1.0\linkis-engineconn-plugins\linkis-engineconn-plugin-framework\linkis-engineconn-plugin-core\src\main\scala\org\apache\linkis\manager\engineplugin\common\creation\EngineConnFactory.scala:26: object exception is not a member of package org.apache.linkis.manager.engineplugin.common。
   会存在大量的类缺失的问题,去对应的包下面并没有对应的类存在。有没有大神指导下该怎么解决
   
   ### Relevent platform
   
   idea编译git源码
   源码地址:https://github.com/apache/incubator-linkis/releases/tag/release-1.1.0
   
   ### Reproduction script
   
   /*
    * Licensed to the Apache Software Foundation (ASF) under one or more
    * contributor license agreements.  See the NOTICE file distributed with
    * this work for additional information regarding copyright ownership.
    * The ASF licenses this file to You under the Apache License, Version 2.0
    * (the "License"); you may not use this file except in compliance with
    * the License.  You may obtain a copy of the License at
    * 
    *   http://www.apache.org/licenses/LICENSE-2.0
    * 
    * Unless required by applicable law or agreed to in writing, software
    * distributed under the License is distributed on an "AS IS" BASIS,
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
    
   package org.apache.linkis.manager.engineplugin.common
   
   import java.util
   
   import org.apache.linkis.manager.engineplugin.common.creation.EngineConnFactory
   import org.apache.linkis.manager.engineplugin.common.launch.EngineConnLaunchBuilder  //不存在
   import org.apache.linkis.manager.engineplugin.common.resource.EngineResourceFactory   //不存在
   import org.apache.linkis.manager.label.entity.Label
   
   
   trait EngineConnPlugin {
   
      def init(params: util.Map[String, Any])
   
      def getEngineResourceFactory: EngineResourceFactory
   
     def getEngineConnLaunchBuilder: EngineConnLaunchBuilder
   
     def getEngineConnFactory: EngineConnFactory
   
     def getDefaultLabels: util.List[Label[_]]
   
   }
   
   
   ### Anything else
   
   会出现多次类找不到问题
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a 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: dev-unsubscribe@linkis.apache.org.apache.org

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


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


[GitHub] [incubator-linkis] yujiang123321 commented on issue #2030: [Bug] linkis1.1.0 源码编译类缺失的问题

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

   问题已解决,code页下载代码重新编译后成功。


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

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


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


[GitHub] [incubator-linkis] peacewong commented on issue #2030: [Bug] linkis1.1.0 源码编译类缺失的问题

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

   Hello, these classes all exist and can be compiled according to these steps:
   ```
   mvn -N install
   mvn clean install
   ```


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

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


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


[GitHub] [incubator-linkis] peacewong closed issue #2030: [Bug] linkis1.1.0 源码编译类缺失的问题

Posted by GitBox <gi...@apache.org>.
peacewong closed issue #2030: [Bug] linkis1.1.0 源码编译类缺失的问题
URL: https://github.com/apache/incubator-linkis/issues/2030


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

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


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