Kashif Ali

Results 13 comments of Kashif Ali

So I fixed this sort of by defining the actual required deps in `project/Dependencies.scala` I added the following under // Dependency coordinates: ` "com.fasterxml.jackson.core" % "jackson-databind" % "2.5.4", "org.slf4j" %...

for the NPM bower issue: I created a file called under web/: `.bowerrc` with the following ` { "registry": "https://registry.bower.io" } ` This allowed it to resolve the npm issues

I am using a compile.conf with the following: ` hadoop_version=2.8.5 spark_version=2.2.3 play_opts="-Dsbt.repository.config=app-conf/resolver.conf" ` Also note - I downloaded Play ver 2.2.6 and set the following variables to use play instead...

current compile result ` [info] [info] [info] Total for test com.linkedin.drelephant.util.InfoExtractorTest [info] Finished in 0.0 seconds [info] 8 tests, 0 failures, 0 errors [info] ScalaTest [info] Run completed in 41...

changed compile.conf to: `hadoop_version=2.7.3` `spark_version=1.6.3` `play_opts="-Dsbt.repository.config=app-conf/resolver.conf"` Had the same issue as this: https://github.com/linkedin/dr-elephant/issues/435 Changed the the compile.sh as per above but now getting: ` [info] *** 6 TESTS FAILED ***...

so i changed the following in compile.sh (line 407) `play_command $OPTS clean compile test $extra_commands` to `play_command $OPTS clean compile` The tests file but it will compile.

Going by this issue: https://github.com/linkedin/dr-elephant/issues/327 I believe the version you compile against doesn't matter - As you need to point to Spark History Server. Will test this now

@dreamjz you are correct, the templates are not wrapped {{define }} - {{end}} . Thank you for tracking this down. The documentation should be updated to state this, dont you...

If I am understanding the above correctly, you cannot have two IDP provider profiles and switch between them? For example, we have a non-prod and a prod okta account (both...

just to provide some more information here is the saml2aws config ` [OUR-NON-PROD] name = OUR-NON-PROD app_id = url = https://mycompany.okta.com/home/amazon_aws/1oa913nmnbI6L2Ify1t6/443 username = [email protected] provider = Okta mfa = OKTA...