after building, I checked the following 2 files:
jarsigner -verify ./job/target/kylin-job-0.7.1-SNAPSHOT.jar
jar is unsigned. (signatures missing or not parsable)

jarsigner -verify ./job/target/kylin-job-0.7.1-SNAPSHOT-job.jar
jarsigner: java.lang.SecurityException: Invalid signature file digest for
Manifest main attributes

and I also checked ./lib/kylin-job-0.7.1-SNAPSHOT.jar inside tomcat
directory of my build from source codes, it returns: jarsigner:
java.lang.SecurityException: Invalid signature file digest for Manifest
main attributes

while official tgz file returns "jar is unsigned. (signatures missing or
not parsable)" for ./lib/kylin-job-0.7.1-SNAPSHOT.jar

thus, there should be something wrong with
"./job/target/kylin-job-0.7.1-SNAPSHOT-job.jar" only,  then, where can I
find the related configuration for
./job/target/kylin-job-0.7.1-SNAPSHOT-job.jar?

2015-03-25 17:38 GMT+08:00 Zhou, Qianhao <[email protected]>:

> kylin-job-0.7.1-SNAPSHOT.jar is used as a dependency for KYLIN
>
> It only includes class in the job module
>
> kylin-job-0.7.1-SNAPSHOT-job.jar is the jar file which will be used by MR
> job
>
> It contains class in the job module and its dependency
>
> We use maven-shade-plugin to generate "kylin-job-0.7.1-SNAPSHOT-job.jar²
> You don¹t have to worry about the building process,
> just run mvm clean package -DskipTests
> Maven will do the rest of the work.
>
> Best Regard
> Zhou QianHao
>
>
>
>
>
> On 3/25/15, 5:31 PM, "dong wang" <[email protected]> wrote:
>
> >Hi,Qianhao, no files such as *.SF, *.DSA, *.RSA files because of the fix
> >of
> >issue-621, I have another question, what's the differece between
> >./job/target/kylin-job-0.7.1-SNAPSHOT.jar and
> >./job/target/kylin-job-0.7.1-SNAPSHOT-job.jar? and how to configure to
> >build ./job/target/kylin-job-0.7.1-SNAPSHOT-job.jar?
>
>

Reply via email to