linkedin / dr-elephant

Dr. Elephant is a job and flow-level performance monitoring and tuning tool for Apache Hadoop and Apache Spark
Apache License 2.0
1.35k stars 859 forks source link

solution #714

Closed Mahammadnajaf closed 1 year ago

Mahammadnajaf commented 1 year ago

[jw@cn05 dr-elephant]$ ./compile.sh ... EFFECTS: allpass band bandpass bandreject bass bend biquad chorus channels compand contrast dcshift deemph delay dither divide+ downsample earwax echo echos equalizer fade fir firfit+ flanger gain highpass hilbert input# ladspa loudness lowpass mcompand noiseprof noisered norm oops output# overdrive pad phaser pitch rate remix repeat reverb reverse riaa silence sinc spectrogram speed splice stat stats stretch swap synth tempo treble tremolo trim upsample vad vol

Deprecated effect + Experimental effect # LibSoX-only effect EFFECT OPTIONS (effopts): effect dependent; see --help-effect cd target/universal

cd target/universal ./compile.sh: line 437: cd: target/universal: No such file or directory [jw@cn05 dr-elephant]$

directory target/universal doesn't exist. The cd command is used to change the current working directory to target/universal, but since that directory doesn't exist, the command fails.

It's possible that there was an error during the build process that prevented the target directory from being created or populated. You can try running ./sbt clean update compile to perform a clean build of the project and see if that resolves the issue.

Alternatively, you can check the build log for any errors that may have occurred during the build process and address them accordingly.