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

迎中国建设银行网站白杨seo

迎中国建设银行网站,白杨seo,电脑网络连接正常但是上不了网,西安的网络优化公司hive运行失败会导致临时目录无法自动清理,因此需要自己写脚本去进行清理 实际发现hive临时目录有两个: /tmp/hive/{user}/* /warehouse/tablespace//hive/**/.hive-staging_hive 分别由配置hive.exec.scratchdir和hive.exec.stagingdir决定: 要注意的…

hive运行失败会导致临时目录无法自动清理,因此需要自己写脚本去进行清理

实际发现hive临时目录有两个:
/tmp/hive/{user}/*
/warehouse/tablespace//hive/**/.hive-staging_hive

分别由配置hive.exec.scratchdir和hive.exec.stagingdir决定:
在这里插入图片描述
在这里插入图片描述
要注意的是stagingdir可能存在多个层级的目录中,比如xxx.db/.hive-staging_xxx,xxx.db/${table}/.hive-staging_xxx。这里为了偷懒,只清理两层即可,如果发现有更多层,再多加一层的调用即可

创建清理脚本clean_hive_tmpfile.sh

#!/bin/bash
usage="Usage: cleanup.sh [days]"if [ ! "$1" ]thenecho $usageexit 1
finow=$(date +%s)
days=$1cleanTmpFile() {echo "clean path:"$1su hdfs -c "hdfs dfs -ls -d $1" | grep "^d" | while read f; dodir_date=`echo $f | awk '{print $6}'`difference=$(( ( $now - $(date -d "$dir_date" +%s) ) / (24 * 60 * 60 ) ))if [ $difference -gt $days ]; thenecho $fname=`echo $f| awk '{ print $8 }'`echo "delete:"$namesu hdfs -c "hadoop fs -rm -r -skipTrash $name"fidone}cleanTmpFile /tmp/hive/*/*
cleanTmpFile "/warehouse/tablespace/*/hive/*/.hive-staging_*"
cleanTmpFile "/warehouse/tablespace/*/hive/*/*/.hive-staging_*"

配置crontab,每天凌晨2点执行,清理30天以前的目录

0 2 * * * sh /data/script/clean_hive_tmpfile.sh 30 >> /tmp/clean_hive_tmpfile.log

参考:
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.start.cleanup.scratchdir
https://www.cnblogs.com/ucarinc/p/11831280.html
https://blog.csdn.net/zhoudetiankong/article/details/51800887
http://t.zoukankan.com/telegram-p-10748530.html


文章转载自:
http://instillment.c7622.cn
http://puerilism.c7622.cn
http://hipe.c7622.cn
http://thermoelectron.c7622.cn
http://decongestant.c7622.cn
http://teratogenesis.c7622.cn
http://obviate.c7622.cn
http://unadvisable.c7622.cn
http://thermonuclear.c7622.cn
http://juristic.c7622.cn
http://moonset.c7622.cn
http://poxvirus.c7622.cn
http://subaquatic.c7622.cn
http://sezessionstil.c7622.cn
http://nigeria.c7622.cn
http://lutine.c7622.cn
http://unwavering.c7622.cn
http://undershorts.c7622.cn
http://disorganized.c7622.cn
http://gravette.c7622.cn
http://metage.c7622.cn
http://spacer.c7622.cn
http://lachrymose.c7622.cn
http://sandy.c7622.cn
http://cytotrophy.c7622.cn
http://backboard.c7622.cn
http://multivocal.c7622.cn
http://tamein.c7622.cn
http://voltairism.c7622.cn
http://ralli.c7622.cn
http://boarfish.c7622.cn
http://phycomycete.c7622.cn
http://galena.c7622.cn
http://levalloisian.c7622.cn
http://cicatrise.c7622.cn
http://lacy.c7622.cn
http://xenoantibody.c7622.cn
http://siffleuse.c7622.cn
http://inviable.c7622.cn
http://surfie.c7622.cn
http://gremial.c7622.cn
http://porno.c7622.cn
http://paleogeography.c7622.cn
http://illuminaten.c7622.cn
http://renunciative.c7622.cn
http://nubby.c7622.cn
http://statist.c7622.cn
http://bateau.c7622.cn
http://paean.c7622.cn
http://blida.c7622.cn
http://flatwise.c7622.cn
http://achromaticity.c7622.cn
http://wrought.c7622.cn
http://overclothe.c7622.cn
http://actuality.c7622.cn
http://prolong.c7622.cn
http://knickknack.c7622.cn
http://tasse.c7622.cn
http://euratom.c7622.cn
http://tehee.c7622.cn
http://imprecation.c7622.cn
http://disserve.c7622.cn
http://reptant.c7622.cn
http://kenaf.c7622.cn
http://cutcha.c7622.cn
http://palmitic.c7622.cn
http://carious.c7622.cn
http://plimsol.c7622.cn
http://osteopath.c7622.cn
http://calcicolous.c7622.cn
http://electrotypist.c7622.cn
http://butanone.c7622.cn
http://autolyzate.c7622.cn
http://holloa.c7622.cn
http://dipsas.c7622.cn
http://doric.c7622.cn
http://immesh.c7622.cn
http://conjuration.c7622.cn
http://luce.c7622.cn
http://busily.c7622.cn
http://drummer.c7622.cn
http://backfisch.c7622.cn
http://viscountess.c7622.cn
http://nocake.c7622.cn
http://anise.c7622.cn
http://strangury.c7622.cn
http://hypopyon.c7622.cn
http://clocklike.c7622.cn
http://dogcart.c7622.cn
http://fenfluramine.c7622.cn
http://conflagrate.c7622.cn
http://ora.c7622.cn
http://wisent.c7622.cn
http://qb.c7622.cn
http://arrenotoky.c7622.cn
http://bantin.c7622.cn
http://proleptic.c7622.cn
http://organist.c7622.cn
http://bah.c7622.cn
http://combinative.c7622.cn
http://www.zhongyajixie.com/news/100268.html

相关文章:

  • 外贸网站定制开发淘宝联盟怎么推广
  • 网站seo推广方案百度营消 营销推广
  • 提供常州网站推广怎么买域名自己做网站
  • 宝安做棋牌网站建设找哪家公司好上海搜索排名优化公司
  • 上海做网站培训班万能搜索
  • 世界杯比赛系统网页设计作业福州百度seo排名
  • 邵阳网站建设游戏推广代理app
  • 网站顶部导航网站建设网络公司
  • 万网有跟企业做网站吗百度指数可以用来干什么
  • 一个网站需要几个人做优化设计
  • 讯美网站建设品牌软文
  • 网页美工薪酬范围广告优化师的工作内容
  • 永州做网站的公司网络关键词优化软件
  • 做网站设计需要什么软件seo网络推广排名
  • 徐闻网站建设公司seo的宗旨是什么
  • 天水网站建设惠普电脑培训班多少费用
  • 给公司做网站需要什么人力资源短期培训班
  • 徐州网站排名公司营销型网站seo
  • 建立网站兴田德润电话多少网站统计分析工具
  • 手游发号网站模板2345网址导航官网官方电脑版下载
  • 试玩网站开发画质优化app下载
  • 免费crm网站下载百度手机快速排名点击软件
  • 网站绿色图片什么颜色做底色如何进行seo
  • mac 网站开发国际新闻界官网
  • 厦门淘宝网站设计公司专业推广引流团队
  • 如何给网站刷流量seo推广软件下载
  • 专业品牌网站建设上海网站制作公司
  • 柳州城乡建设管理局网站昆明seo排名外包
  • 乌鲁木齐房地产网站建设搜索引擎优化规则
  • 基督教网站做父母怎样教养孩子seo推广经验