Closed rparupell closed 6 years ago
rparupell, i believe you are testing with an old sample project deployed internally. you should be able to fix this quickly by creating a new project that will generate the build.gradle. you can then copy this over to your old sample project. that will fix your build but your sample app might be dated
MrWilliamMa, Thanks for you reply. I really appreciate. I replaced build file by following your instructions. but i when i click green run button to run the job. i get a alert box with error "UNABLE_TO_CREATE_JOB_SPECIFIC_FILE" I am running job in local mode. Can you please help what needs to be done?
Build failed with below stack trace...i think its failed for all of dependencies that are present in build.gradle file under dependencies section . can you please help to fix this?
Hydrograph-samples.transformTransform - * What went wrong: Hydrograph-samples.transformTransform - Execution failed for task ':executeLocalJob'. Hydrograph-samples.transformTransform - > Could not resolve all files for configuration ':compile'. Hydrograph-samples.transformTransform - > Could not resolve org.jgrapht:jgrapht-ext:0.9.1. Hydrograph-samples.transformTransform - Required by: Hydrograph-samples.transformTransform - project : Hydrograph-samples.transformTransform - > Could not resolve org.jgrapht:jgrapht-ext:0.9.1. ...
sample-test_Job_780342238_1480448949097_1520543973324.log
attached the log file
rparupell, please contact me on internal slack
Can you please provide more details about slack. Sorry i never used it. I know there is an app for slack. But i never used it. Can you please let me know the steps to contact you on internal slack. I really appreciate your help. Does it work anyway like if i can give you my cell phone and we talk over phone? i am just wondering. if not phone please provide steps to contact you on internal slack. Thanks a ton.
rparupell, i was assuming you were on the capital one network given the artifact you posted. if you are not, can you let me know how did you obtain the sample project you posted about? It's outdated based on the information you have shared and i would like to update where ever you found it.
1) i found hydrograph in below link https://github.com/capitalone/Hydrograph
2) i found sample projects from below link https://github.com/kalyanrajpoot/Hydrograph-samples
Are the above links latest? if not can you please provide latest?
if the above sample project is outdated. can you please provide any sample project that i can run the job locally?
i am sure these are not from capitolone. Can you please provide any sample project or github link if you have any? so that i can try running the job. if you think my hydrograph project itself is outdated. can you please provide the link for hydrograph open source so that i can use?
my intention to contribute to opensource i am very impressed with this project. 1) my challenges are want to run a job locally and remotely. But i am failing run the job locally. can you please help.
we currently don't have an updated sample readily available. I suggest looking into the github pages for help or this blog post for how to use hydrograph: https://developer.capitalone.com/blog-post/hydrograph-user-interface-demo/
Thanks MrWilliamMa for your response. I read that blog and i created my job based on instructions provided in the above blog. i came to the stage to run the job but its failing. Thats where i am stuck. can you please help me running the job successfully? or if you have any sample job running can you please send me that gradle file so that i will add it to my project and see that works.
closing issue. discussion/resolution on gitter
I am running a job by using hydrograph open source and i get below errors . i am sure these errors related to below statements. These statements are in build.gradle file under the sample Test project i imported.
def CLMUrl="xxxx"; def WWWUrl="xxxx"; def SNAPSHOTUrl="xxxx";
the above urls are not resolved.
can you please let me know the steps to run the local job? Really appreciate your help. Thanks.
the error log is below
xxxx