You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Ruslan Dautkhanov <da...@gmail.com> on 2017/05/11 07:04:44 UTC

zeppelin static web reource names - id dups

Maven generates some of the web resource names, for example, css files.

- What are those hex ids in file names?
- Why those ids duplicate in file names up to 5 times? (see example below
in *bold*)


$ find . -name "main*css"



> ./spark-dependencies/target/spark-2.1.0/docs/css/main.css



>
> ./zeppelin-web/dist/styles/main.a8972425cabfc433.a8972425cabfc433.1e4d9898f11b1363.css



> ./zeppelin-web/dist/styles/main.a8972425cabfc433.css



> ./zeppelin-web/dist/styles/main.
> *a8972425cabfc433.a8972425cabfc433.a8972425cabfc433.a8972425cabfc433.a8972425cabfc433*
> .css


We slightly change css and I haven't noticed this behavior with dups in
previous Zeppelin versions.


Ruslan