by shigemk2

当面は技術的なことしか書かない

2018-01-02から1日間の記事一覧

read-string

read-string read-string prompt &optional initial ミニバッファから文字列を読んで、それを返す

y-or-n-p

y-or-n-p ユーザーに問い合わせ、エコー領域で入力を待ち、yを打てばtを、nを打てばnilを返す。spcをy delをnとみなす。 それ以外の応答だとyかnを入力しろと怒られる。

mapred.job.reuse.jvm.num.tasks

mapred.job.reuse.jvm.num.tasks If you have very small tasks that are definitely running after each other, it is useful to set this property to -1 (meaning that a spawned JVM will be reused unlimited times). So you just spawn (number of tas…

SaxParseException

SaxParseException なんのことかよくわからない