Visa, Mastercard, American Express, Discover, Cash
Pick up tickets one hour prior to event. Customer must present the actual credit card used to place the order and a Photo ID.
To inquire about Terrier Season Tickets for hockey or basketball, please call 617.353.GOBU(4628) Skip the service fees. Buy tickets at the box office! To purchase tickets by phone, call Ticketmaster at 800-745-3000
Regular hours: Monday through Friday, 10:00 am to 5:00 pm. Saturday and Sunday On sales: Open at On sale time and will remain open for approximately 2 hours. Event Day: begin at 10:00 am for concerts and family shows and run until the headliner takes the stage. For Terrier athletic events: 12:00 pm for will call and ticket sales. Open through the second period of hockey games and half time of basketball games.
Agganis Arena fully complies and exceeds all requirements as set forth in the American Disabilities Act. If you require accessible seating while at an event, please visit Guest Services located on the concourse near section 101. The Arena offers accessible and companion seating located on the Concourse and Event levels for all events. (Accessible seating locations are subject to change based on the seating configuration for various events)
The Box Office accepts Cash, Visa, Mastercard, American Express and Discover. No personal checks, please.
Will Call tickets can be picked up at any time during Box Office hours on the day of a show. The customer must present the actual credit card used to make the order, a valid picture ID, and the confirmation number.
The Administrative offices of CIBC Theatre may be reached at (312) 977-1700. There is no public phone number available for the Box Office. The box office cannot take phone orders. To order tickets by phone, please call 800-775-2000. For groups of 20 or more, call (312) 977-1710.
Box office hours vary. Please call (312) 977-1700 for the current week's hours.
For wheelchair accessible seating please call the box office at 312-977-1700 ext. 1259. ELEVATOR: There is no elevator access to the dress circle level of the theatre. There is elevator access to the mezzanine and balcony levels. However, once the patron gets to their level, they will need to go up or down stairs as each row is on a different step.
Cash, AmEx, Visa, MC
Pick up tickets one hour prior to the show. Customers must present the actual credit card used to place the order and a photo ID.
(212) 221-1211
Monday - Saturday 10am - 8pm Sunday 12pm - 6pm
Cash, AmEx, Visa, MC
Pick up tickets one hour prior to the show. Customers must present the actual credit card used to place the order and a photo ID.
(212) 221-1211
Monday - Saturday 10am - 8pm Sunday 12pm - 6pm
GENERAL EVENTS: Cash, Visa, MC, Amex and Discover - UNIVERSOUL CIRCUS: Cash only - HURRICANE FOOTBALL at UM Box Office: Cash, Visa, MC, AMEX ($1 service charge on all tickets)
GENERAL EVENTS Location : Gate G Hours : 10am Miami Hurricanes Football : Gate F at the Stadium, 4 hours prior to Kickoff
(888) FINS-TIX for Miami Dolphins and General Events 1-800-GO-CANES for University of Miami Football 305-341-4701 for the Capital One Orange Bowl For Universoul Circus information 1-800-316-7439
GENERAL EVENTS Mon-Fri 8:30am-6:00pm Sat 10:00am-4:00pm University of Miami Football: 8:30am-5:00pm, Monday-Friday at Hurricane Ticket Office located at the BankUnited Center on UM Campus
This is an accessible venue.
Cassandra training is a 16 hours long LIVE Instructor-led training delivered from January 11 - February 2, 2020 over 4 weekends, 8 sessions, 2 sessions per weekend, 2 hours per session.
Cassandra Training Overview
Cassandra training course is designed to help you master the key concepts of Apache Cassandra including Architecture, features, Data Model, and its Administration. During this Cassandra course, you will learn how to install, configure, and monitor Cassandra. You will also learn about its integration with other Apache frameworks like Hadoop, Spark, and Kafka.
Weekly Schedule
4 weekends | Saturday and Sunday every weekend
7:30 - 9:30 AM US Pacific time each day
January 11 - February 2, 2020 US Pacific time
Please check your local date and time for first session
Features and Benefits
4 weeks, 8 sessions, 16 hours of total Instructor-led LIVE training
Training material, instructor handouts and access to useful resources on the cloud provided
Practical Hands on Lab exercises provided
Actual code and scripts provided
Real-life Scenarios
What are the Objectives of the Course ?
Creating Sample Application in Cassandra
Configuring, Reading and Writing Data in Cassandra
Integrating Cassandra with Hadoop
Cassandra Data Model
Cassandra Environment
Understanding Cassandra Architecture
Who should take this course?
IT Professionals looking for a career in Cassandra
IT Developers
Testing professionals
Those looking to refresh their Cassandra skills
Analyst/Researcher
Project Managers
Course Outline
1. What is Big Data
Technology Landscape
Big Data Relevance
Distributed Systems and Challenges
2. Why NoSQL Databases
Relational DB vs. NoSQL
Type of NoSQL Databases
NoSQL Landscape
CAP Theorem and Eventual Consistency
Key Characteristics of NoSQL Database systems
ACID vs BASE
3. Cassandra Fundamentals
Distributed and Decentralized
Elastic Scalability
High Availability and Fault Tolerance
Tuneable Consistency
Row-Oriented
Schema-Free
High Performance
4. The Cassandra Data Model
The Relational Data Model
A Simple Introduction
Clusters
Keyspaces
Hands-on Session
5. Installation and Setup of Cassandra
Single Node Setup
Multi-Node Cluster Setup
Key Configurations for Cassandra
CLI and Hands-On with Cassandra
6. Cassandra Modeling
Cassandra (Column Family NoSQL DB)
Key Concepts – Key Space – Column Family – Column Family Options – Wide Rows, Skinny Row – Column Sorting – Super Columns – Counter Column Family – Composite Keys and Columns – Time To Live –
Secondary Indexes in Cassandra
Difference between Custom Indexes and Secondary Indexes
Difference between Relational Modeling and Cassandra Modeling
Key Points to note while modeling a Cassandra Database
Patterns and Anit-Patterns in Cassandra Modeling
7. Cassandra Architecture & Intro to CQL
Anatomy of Reading operation in Cassandra
Anatomy of the Write operation in Cassandra
How is Deletes handled in Cassandra
System Keyspace
Peer to Peer Model Logical Data Model: Keyspace, Column Family/Table, Rows, Columns
Traditional Ring design vs. VNodes
Partitioners: Murmer3, Random (md5) and ByteOrdered
Gossip and Failure Detection
Anti-Entropy and Read Repair
Memtables, SSTables and Commit Log
Compaction fundamentals to reduce SSTable data files
Hinted Handoff
Compaction
Bloom Filters, Tombstones
Managers and Services
VNodes
Indexes and Caches
Coordinator node
Seed nodes
Write/Read consistency levels: Any, One, Two, Three, Quorum
Snitches: Dynamic snitching, Simple Snitch, Rack Inferring Snitch, Property File Snitch, Gossiping Property File Snitch
Routing Client requests
Nodetool commands: gossipinfo, cfstats, describing
YAML file fundamentals
Operations management web GUI
Stress testing Cassandra
CQL command fundamentals
8. Cassandra API
Key concepts for Reading and Write in Cassandra
Tunable Consistency
Simple-Get, Multi-get Slice
Range and Slice
Slice Predicate
Delete
Hands-on CLI commands
9. Cassandra CQSHL
SQL over Cassandra
Composite Keys
Hands-on examples on CQL 3.0
10. Cassandra Clients
How to establish Client Connections
Thrift Client
Connection Pooling
Auto-discovery and Failover in Hector
Client with CQL
11. Cassandra Monitoring and Administration
Tuning Cassandra
Backup and Recovery methods
Balancing
Bootstrapping
Node Tools Commands
Upgrades
Monitoring critical metrics
Bulk Loading Data to Cassandra
Bulk Export of Data from Cassandra
Hands-on Examples for each of them
12. Cassandra Analytics and Search Clusters
Cassandra Hadoop Integration
Integration of Solr with Cassandra
Search Query on Cassandra