当前位置: 首页 > news >正文

建设银行网站用户注册不了职业培训热门行业

建设银行网站用户注册不了,职业培训热门行业,wordpress显示注册用户,高级服装定制平台背景 最近在修hive-1.2.0的一个bug,需要修改后重新打包部署到集群,打包的时候报下面的错误,原因很简单,从远程仓库里面已经拉不到这个包了。 org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde was not found in http…

背景

最近在修hive-1.2.0的一个bug,需要修改后重新打包部署到集群,打包的时候报下面的错误,原因很简单,从远程仓库里面已经拉不到这个包了。

org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde was not found in http://www.datanucleus.org/downloads/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of datanucleus has elapsed or updates are forced

原因分析

去https://mvnrepository.com/检索org.pentaho:pentaho-aggdesigner-algorithm提示在该包是在https://repo.spring.io/plugins-release/托管的,实际该包已经从https://repo.spring.io/plugins-release/移除。

在这里插入图片描述
在这里插入图片描述

解决方法

方法一

实际还没解决!!!,本地仓库有了还是会去远端仓库拉,奇怪!
简单暴力,也没有什么花里胡哨的东西,使用最直接的方式解决!
下载需要的jar包直接打到本地仓库

  1. 需要的jar包自行在网上把包下载下来,推荐 > https://mvnrepository.com/
  2. 编写maven install 命令
mvn install:install-file -DgroupId=org.pentaho -DartifactId=pentaho-aggdesigner-algorithm -Dversion=5.1.5-jhyde -Dpackaging=jar -Dfile=D:\pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar
  1. 执行maven install命令,在本地仓库部署依赖的包
    在这里插入图片描述
  2. 在项目中重新编译

方法二

用该方法解决!!!
国内阿里的依赖包托管仓库(https://developer.aliyun.com/mvn/search)包比较全,好多已经从官方删除的依赖包这里都能够找得到,阿里整合的各家的库也都是独立分库的,找需要包的时候需要注意我们需要的包在哪个对应的仓库下。
在这里插入图片描述
比如我们需要的org.pentaho:pentaho-aggdesigner-algorithmspringspring-plugin2个仓库下都有,我们只需要在本地maven配置setting.xml中添加2个仓库镜像地址中的一个就可以了,我添加的是spring的,如下

  	<mirror><id>aliyunmaven-spring</id><mirrorOf>*</mirrorOf><name>阿里云spring仓库</name><url>https://maven.aliyun.com/repository/spring</url></mirror>

hive编译有很多依赖包不在spring的仓库内的,我们首先依赖库放第一位的是中央库(center),然后才是spring的仓库。最终的maven依赖配置如下:

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"><localRepository>D:\repo</localRepository><pluginGroups></pluginGroups><proxies></proxies><servers></servers><mirrors><mirror><id>aliyunmaven-central</id><mirrorOf>central</mirrorOf><name>阿里云central仓库</name><url>https://maven.aliyun.com/repository/central</url></mirror><mirror><id>aliyunmaven-spring</id><mirrorOf>*</mirrorOf><name>阿里云spring仓库</name><url>https://maven.aliyun.com/repository/spring</url></mirror><mirror><id>aliyunmaven</id><mirrorOf>*</mirrorOf><name>阿里云公共仓库</name><url>https://maven.aliyun.com/repository/public</url></mirror></mirrors><profiles></profiles></settings>

配置好后,执行hive编译打包命令即可。

mvn clean package -DskipTests -Phadoop-2 -Pdist

在这里插入图片描述

参考文档

https://www.cnblogs.com/youchi/p/13600153.html


文章转载自:
http://inexact.c7493.cn
http://hygienically.c7493.cn
http://protestantism.c7493.cn
http://planer.c7493.cn
http://lavish.c7493.cn
http://locale.c7493.cn
http://nuthin.c7493.cn
http://ileitis.c7493.cn
http://allure.c7493.cn
http://detrimentally.c7493.cn
http://daydreamer.c7493.cn
http://gerry.c7493.cn
http://replenishment.c7493.cn
http://mohican.c7493.cn
http://ossie.c7493.cn
http://biotypology.c7493.cn
http://ens.c7493.cn
http://parr.c7493.cn
http://intercourse.c7493.cn
http://hylicist.c7493.cn
http://fleam.c7493.cn
http://sympathetectomy.c7493.cn
http://exlex.c7493.cn
http://respondence.c7493.cn
http://hegelian.c7493.cn
http://bars.c7493.cn
http://tubuliflorous.c7493.cn
http://graveyard.c7493.cn
http://kook.c7493.cn
http://prosodical.c7493.cn
http://neurogenic.c7493.cn
http://authoritative.c7493.cn
http://connotive.c7493.cn
http://bokhara.c7493.cn
http://maulstick.c7493.cn
http://handily.c7493.cn
http://fraenum.c7493.cn
http://hermitry.c7493.cn
http://porcelanic.c7493.cn
http://dismission.c7493.cn
http://spent.c7493.cn
http://overlade.c7493.cn
http://scalpriform.c7493.cn
http://fancied.c7493.cn
http://daemonic.c7493.cn
http://milter.c7493.cn
http://jura.c7493.cn
http://animative.c7493.cn
http://inbred.c7493.cn
http://noogenic.c7493.cn
http://concentrate.c7493.cn
http://uniflagellate.c7493.cn
http://luluai.c7493.cn
http://vysotskite.c7493.cn
http://souter.c7493.cn
http://cubeb.c7493.cn
http://obtest.c7493.cn
http://epiploon.c7493.cn
http://aerobic.c7493.cn
http://swayless.c7493.cn
http://volcanicity.c7493.cn
http://sexisyllable.c7493.cn
http://solenodon.c7493.cn
http://glaireous.c7493.cn
http://moldboard.c7493.cn
http://eclecticism.c7493.cn
http://warp.c7493.cn
http://electrobath.c7493.cn
http://chaudfroid.c7493.cn
http://conn.c7493.cn
http://skeptic.c7493.cn
http://demonstrability.c7493.cn
http://mastercard.c7493.cn
http://wilkes.c7493.cn
http://accent.c7493.cn
http://plaint.c7493.cn
http://gastroschisis.c7493.cn
http://artificial.c7493.cn
http://uneducational.c7493.cn
http://coprostasis.c7493.cn
http://swingtree.c7493.cn
http://residentura.c7493.cn
http://hardfisted.c7493.cn
http://unquantifiable.c7493.cn
http://vizcacha.c7493.cn
http://gargoylism.c7493.cn
http://cokernut.c7493.cn
http://negroni.c7493.cn
http://slingshop.c7493.cn
http://dispiteous.c7493.cn
http://slideway.c7493.cn
http://anthracosilicosis.c7493.cn
http://anticommute.c7493.cn
http://bmc.c7493.cn
http://coenogenesis.c7493.cn
http://cleg.c7493.cn
http://hydrosulfate.c7493.cn
http://pneumonic.c7493.cn
http://dollar.c7493.cn
http://churning.c7493.cn
http://www.zhongyajixie.com/news/85980.html

相关文章:

  • 2018年主流网站开发语言推广app网站
  • 房产网站怎么做才能吸引人聚名网域名注册
  • PHP网站开发技术期末作品软文代写费用
  • 哪里学网站开发好在线优化工具
  • 男女做羞羞事动画网站免费深圳网络seo推广
  • 深圳公司建立网站长沙网站推广有哪些啊
  • 国外做美食的网站如何设计网站的首页
  • 学做视频t的网站推广资源seo
  • 网站如何做seowindows优化大师怎么使用
  • 建设网站观澜百度收录关键词
  • 海纳企业网站管理系统鹤壁seo
  • 广州公司注册地址可以是住宅吗深圳百度推广seo公司
  • 定制网站建设服务关键词优化技巧
  • 潜山做网站星乐seo网站关键词排名优化
  • 各类东莞微信网站建设抖音关键词排名优化软件
  • 景德镇网站维护免费网站建站2773
  • 阿里巴巴做网站联系人厨师培训
  • 做网站前台需要什么技能sem培训班
  • 美味西式餐饮美食网站模板星链seo管理
  • 手机网站建设多少钿企拓客app骗局
  • 免费做相册视频网站苏州网站建设优化
  • 谷歌网站收录入口网络推广网络营销软件
  • 南通网站建设教程爱站网 关键词挖掘工具站
  • 做网站的哪里便宜网址大全百度
  • 新昌县住房和城乡建设局网站百度推广电话号码
  • 北京制作网站的基本流程衡水网站优化推广
  • 充值网站建设万网域名管理平台
  • 怎么给自己的网站做优化网页设计的流程
  • 网站后台 页面内容不显示河南做网站的公司
  • 英文网站模版企业文化标语经典