Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
oozie ワークフローで fs:isDir 関数を使用しようとしていますが、変数を渡すことができません。
${fs:isDir(${temp}) eq true}
{は不正な文字であるというエラーをスローしています。${fs:isDir($temp) eq true} が機能していません
どうすればいいのか教えてください。
ありがとう。
これはうまくいくはずです
${fs:isDir(temp) == true}