2

単純な hdfs クエリを実行しようとすると、次のエラーで失敗しました:

[ms@cosmosmaster-gi ~]$  hadoop fs -ls /user/ms/def_serv/def_servpath
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file:
   /tmp/hsperfdata_ms/21066
Try using the -Djava.io.tmpdir= option to select an alternate temp location.

Exception in thread "main" java.lang.NoClassDefFoundError: ___/tmp/hsperfdata_ms/21078
Caused by: java.lang.ClassNotFoundException: ___.tmp.hsperfdata_ms.21078
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: ___/tmp/hsperfdata_ms/21078.  Program will exit.

それを修正する方法やクォータを増やす方法はありますか?

ありがとう!

MS

4

1 に答える 1

0

クォータを超えていませんが (以下のコマンドを参照)、これはクラスターの問題でした。今すぐ修正する必要があります。

$ hadoop fs -dus /user/ms
hdfs://cosmosmaster-gi/user/ms  90731
于 2015-11-19T21:45:35.093 に答える