草庐IT

recreate_versions

全部标签

java - 找不到 hive-hwi-<version>.war 文件

我无法按照描述启动HiveWeb界面here.这是hive--servicehwi的输出:ls:cannotaccess/usr/local/hive/lib/hive-hwi-*.war:Nosuchfileordirectory14/09/0913:07:59INFOhwi.HWIServer:HWIisstartingup14/09/0913:08:00FATALhwi.HWIServer:HWIWARfilenotfoundat/usr/local/hive/lib/hive-hwi-0.13.1.war看来/usr/local/hive/lib下没有.war文件!!!我应该生

maven - Flink 错误 - org.apache.hadoop.ipc.RemoteException : Server IPC version 9 cannot communicate with client version 4

我正在尝试使用来自HDFS的文件运行flink作业。我创建了一个数据集如下-DataSource>visits=env.readHadoopFile(newTextInputFormat(),LongWritable.class,Text.class,Config.pathToVisits());我使用的是flink的最新版本——0.9.0-milestone-1-hadoop1(我也尝试过0.9.0-milestone-1)而我的Hadoop版本是2.6.0但是,当我尝试执行作业时出现以下异常。我搜索了类似的问题,它与客户端和hdfs之间的版本不兼容有关。Exceptioninthr

hadoop - 运行 "hadoop version"命令时,Cygwin 上 Hadoop 中的 CLASSPATH 问题

我已经使用Cygwin终端从Apache安装了Hadoop2.1beta版在Windows上。运行命令hadoopversion得到这个错误:Error:Couldnotfindorloadmainclassorg.apache.hadoop.util.VersionInfo 最佳答案 您还可以将以下内容添加到您的~/.bashrcexportHADOOP_CLASSPATH=$(cygpath-pw$(hadoopclasspath)):$HADOOP_CLASSPATH这帮我解决了

Apache 配置单元错误 Merging of credentials not supported in this version of hadoop

我正在使用hadoop1.2.1、hbase0.94.14和hive1.0.0。我的集群中有三个数据节点,还有三个区域服务器。我必须将一些数据从hbase导入到配置单元。我已经成功配置了配置单元,但是当我运行一个命令来计数时。hive表中的行,它给出以下内容ERROR[main]:exec.Task(SessionState.java:printError(833))-JobSubmissionfailedwithexception'java.lang.RuntimeException(java.io.IOException:Mergingofcredentialsnotsupport

hadoop - pig 到 hadoop 问题 : Server IPC version 7 cannot communicate with client version 4

我试图让pig开始但失败了:$pig2013-05-1018:03:22,972[main]INFOorg.apache.pig.Main-ApachePigversion0.11.1(r1459641)compiledMar222013,02:13:532013-05-1018:03:22,972[main]INFOorg.apache.pig.Main-Loggingerrormessagesto:/Users/barclaydunn/Environment/pig-0.11.1/pig_1368223402970.log2013-05-1018:03:23,151[main]IN

scala - 尝试写入 hdfs : Server IPC version 9 cannot communicate with client version 4 时出错

我正在尝试使用scala将文件写入hdfs,但我不断收到以下错误Causedby:org.apache.hadoop.ipc.RemoteException:ServerIPCversion9cannotcommunicatewithclientversion4atorg.apache.hadoop.ipc.Client.call(Client.java:1113)atorg.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:229)atcom.sun.proxy.$Proxy1.getProtocolVersion(UnknownSource

php - 什么是 <?xml version ="1.0"?>?

有什么区别和为什么在XML标签里看起来像速记PHP?我确定它就是这样,但为什么它在那里?我有一个XML文件抛出错误,但我找不到错误,现在我假设它是XML标记中的?? 最佳答案 XML声明是一个XMLdeclaration.它是XML版本、字符编码和独立文档声明的可选指示。它可以onlyappearastheverytopofanXMLfile,ifanywhere,andmaynotberepeated.是XML元素的开始标记(需要结束标记)。虽然它格式正确(如果正确关闭),但不要使用它——它看起来太像一个乱七八糟的XML声明。此外

php - 易于获取 : Identify all old version numbers of a package?

我需要在Debian上安装PHP5.3。如果我要执行PHP的常规安装,我将获得5.4版。我知道我可以运行apt-getinstall=安装特定版本。但我不知道PHP5.3的确切包版本号是多少。我跑了apt-cacheshowpkgphp5和apt-cachemadisonphp5但他们只列出当前版本。如何确定用于安装PHP5.3的正确版本号? 最佳答案 我不知道它是否在某些apt命令中可用,但您可以在此处获得完整列表:http://snapshot.debian.org/package/php5/Debian的最新PHP5.3似乎是

php - CakePHP SwiftMailer SMTP TLS OpenSSL 错误 SSL3_GET_RECORD :wrong version number

我正在尝试使用我在此处找到的CakePHPSwiftMailer组件发送电子邮件:http://bakery.cakephp.org/articles/sky_l3ppard/2009/11/07/updated-swiftmailer-4-xx-component-with-attachments-and-plugins我要发送到的服务器在端口25上使用带TLS的SMTP。这是我尝试发送邮件时遇到的错误:Notice(8):Tryingtogetpropertyofnon-object[APP/views/helpers/hdl_session.php,line14]Warning(

php - 为什么PHPinfo会有header version和library version之分?有什么区别?

我有一个不一致的地方,我无法正确对齐它们的版本,所以我只想删除库版本。我可以这样做吗?库来self的发行版时是PHP的header版本吗?我可以升级PHP的库版本吗?如果是这样,如何?我正在使用PHP5.4.4例如, 最佳答案 IstheheaderversionforPHPwhilethelibraryisfrommydistro?这意味着它是针对1.0.1header编译的,但现在针对0.9.8动态链接。因此,您使用的版本比编译PHP时使用的版本旧。许多库将版本存储在头文件中。因此,当程序使用库时,它可以执行类似intHEADE