Giter VIP home page Giter VIP logo

edge2ai-workshop's People

Contributors

ahadjidj avatar asdaraujo avatar balazsgaspar avatar chaffelson avatar dennisjaheruddin avatar purn1mak avatar tspannhw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

edge2ai-workshop's Issues

maven repo location on spark_analytics.adoc

Looks like Maven repo is behind search.maven.or, instead of central.maven.org. i cant reach "central" directly.

The documentation should reflect as wget http://search.maven.org/maven2/org/apache/kudu/kudu-spark2_2.11/1.9.0/kudu-spark2_2.11-1.9.0.jar instead of wget http://central.maven.org/maven2/org/apache/kudu/kudu-spark2_2.11/1.9.0/kudu-spark2_2.11-1.9.0.jar

Running multiple launches concurrently can cause some of them to fail.

Running multiple launches concurrently can cause some of them to fail.
The launch process creates and deletes *.signed and *.urls files under setup/terraform/resources and if one launch process deletes one of those files while the terraform of another launch is uploading the directory to its cluster instance, the latter terraform process will fail due to trying to copy a file that no longer exists.

edge2ai-workshop/images/nifi/kudu-table-name.png

As the exercise was being followed-along, this graph did apply to make the NiFi Flow work. We had to remove the "Impala::" piece from the name to make it work. This had to be worked around and it worked finally without it. Please add a note or comment in case other users find the same problem.

launch script doesn't seem to be setting `var.my_public_ip` for terraform correctly

this is leading to:

Error: "/32" is not a valid CIDR block: invalid CIDR address: /32

  on security_group.tf line 21, in resource "aws_security_group" "workshop_web_sg":
  21: resource "aws_security_group" "workshop_web_sg" {



Error: "/32" is not a valid CIDR block: invalid CIDR address: /32

  on security_group.tf line 57, in resource "aws_security_group_rule" "workshop_ssh_sg_rule":
  57: resource "aws_security_group_rule" "workshop_ssh_sg_rule" {

/tmp/resources deleted

After having an env for some time, there is no more /tmp/resources directory. It was there initially, as I ran it to prep for a demo.

What I was looking for here was the reset_to_lab.sh script

I assume it was deleted by normal OS cleansing routines.

My opinion is that /tmp/resources is not a good location anyway -- kind of hard to find.

Free up resources after query

It was described that the demo boxes do not have many resources. If so, please instruct people to stop queries when they are not needed anymore, for instance after the section with 'run a simple query'.

Note this is about edge2ai-workshop/sql_stream_builder.adoc

CDC with Flink/SSB cdc_user needs different permissions

The current permissions given to cdc_user are not sufficient to create a table in public schema.

The following works as a workaround, but may be too permissive. Needs to be reviewed and validated before going into the lab.
GRANT ALL PRIVILEGES ON DATABASE cdc_test TO cdc_user; \c cdc_test postgres GRANT ALL ON SCHEMA public TO cdc_user;

Improve registration/login page UI

The login page asks for a password, which is often misleading for new registrants. We should change the label to "Registration code / Password"

Kafka listen all interface

The deployed Kafka service does not listen to localhost interface. For some tutorials, like Kafka Streams examples, the Java app is hard coded with the localhost parameter to reach out the Kafka broker.

I managed to configured to change a parameter, restart the service and listen to localhost (and all interface). Solution is described here: https://docs.cloudera.com/runtime/7.2.10/kafka-securing/topics/kafka-secure-multiple-listeners.html

Parameter value should be (and the one I used) is:

listeners=PLAINTEXT://:9092,SSL://:9093
advertised.listeners=PLAINTEXT://:9092,SSL://:9093

Add CDP Data Viz to the stack

Requirements:

  • Add Data Viz custom image in CDSW
  • Allow unauthenticated access (do not require double authentication to access the Data Viz UI)
  • Pre-create example dashboards / add support for reset-to-lab.sh scripts
  • Update check-services.sh script

k9s needs GO v1.21+

Installing k9s on ECS instance fails because yum provided golang package is lower than v1.21

Intermittent launch failures due to Terraform plugin timeouts

Launches started to fail intermittently due to a timeout of the loading of Terraform plugins.
I'm not sure what changed. Maybe a Terraform update or my laptop upgrade to Sonoma.
Regardless, this should be more robust and retry for timeout-type failures.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.