├── site ├── docs │ ├── latest │ ├── 0.5.0-incubating │ │ └── api │ │ │ ├── java │ │ │ ├── package-list │ │ │ ├── script.js │ │ │ └── allclasses-noframe.html │ │ │ └── scala │ │ │ ├── lib │ │ │ ├── type.png │ │ │ ├── class.png │ │ │ ├── object.png │ │ │ ├── remove.png │ │ │ ├── trait.png │ │ │ ├── typebg.gif │ │ │ ├── class_big.png │ │ │ ├── filterbg.gif │ │ │ ├── ownderbg2.gif │ │ │ ├── ownerbg.gif │ │ │ ├── ownerbg2.gif │ │ │ ├── package.png │ │ │ ├── permalink.png │ │ │ ├── selected.png │ │ │ ├── selected2.png │ │ │ ├── trait_big.png │ │ │ ├── type_big.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-right.png │ │ │ ├── defbg-blue.gif │ │ │ ├── defbg-green.gif │ │ │ ├── filterboxbg.gif │ │ │ ├── object_big.png │ │ │ ├── package_big.png │ │ │ ├── packagesbg.gif │ │ │ ├── signaturebg.gif │ │ │ ├── unselected.png │ │ │ ├── class_diagram.png │ │ │ ├── constructorsbg.gif │ │ │ ├── conversionbg.gif │ │ │ ├── filterboxbarbg.gif │ │ │ ├── filterboxbarbg.png │ │ │ ├── navigation-li.png │ │ │ ├── object_diagram.png │ │ │ ├── selected-right.png │ │ │ ├── signaturebg2.gif │ │ │ ├── trait_diagram.png │ │ │ ├── type_diagram.png │ │ │ ├── valuemembersbg.gif │ │ │ ├── filter_box_left.png │ │ │ ├── filter_box_left2.gif │ │ │ ├── filter_box_right.png │ │ │ ├── fullcommenttopbg.gif │ │ │ ├── navigation-li-a.png │ │ │ ├── selected2-right.png │ │ │ ├── class_to_object_big.png │ │ │ ├── object_to_class_big.png │ │ │ ├── object_to_trait_big.png │ │ │ ├── object_to_type_big.png │ │ │ ├── selected-implicits.png │ │ │ ├── trait_to_object_big.png │ │ │ ├── type_to_object_big.png │ │ │ ├── selected-right-implicits.png │ │ │ ├── ref-index.css │ │ │ └── modernizr.custom.js │ │ │ ├── index.js │ │ │ └── index │ │ │ ├── index-v.html │ │ │ ├── index-h.html │ │ │ ├── index-i.html │ │ │ ├── index-g.html │ │ │ ├── index-c.html │ │ │ ├── index-u.html │ │ │ ├── index-l.html │ │ │ ├── index-a.html │ │ │ ├── index-r.html │ │ │ └── index-o.html │ ├── 0.6.0-incubating │ │ └── api │ │ │ ├── java │ │ │ ├── package-list │ │ │ ├── script.js │ │ │ └── allclasses-noframe.html │ │ │ └── scala │ │ │ ├── lib │ │ │ ├── type.png │ │ │ ├── class.png │ │ │ ├── object.png │ │ │ ├── remove.png │ │ │ ├── trait.png │ │ │ ├── typebg.gif │ │ │ ├── class_big.png │ │ │ ├── filterbg.gif │ │ │ ├── ownderbg2.gif │ │ │ ├── ownerbg.gif │ │ │ ├── ownerbg2.gif │ │ │ ├── package.png │ │ │ ├── permalink.png │ │ │ ├── selected.png │ │ │ ├── selected2.png │ │ │ ├── trait_big.png │ │ │ ├── type_big.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-right.png │ │ │ ├── defbg-blue.gif │ │ │ ├── defbg-green.gif │ │ │ ├── filterboxbg.gif │ │ │ ├── object_big.png │ │ │ ├── package_big.png │ │ │ ├── packagesbg.gif │ │ │ ├── signaturebg.gif │ │ │ ├── unselected.png │ │ │ ├── class_diagram.png │ │ │ ├── constructorsbg.gif │ │ │ ├── conversionbg.gif │ │ │ ├── filterboxbarbg.gif │ │ │ ├── filterboxbarbg.png │ │ │ ├── navigation-li.png │ │ │ ├── object_diagram.png │ │ │ ├── selected-right.png │ │ │ ├── signaturebg2.gif │ │ │ ├── trait_diagram.png │ │ │ ├── type_diagram.png │ │ │ ├── valuemembersbg.gif │ │ │ ├── filter_box_left.png │ │ │ ├── filter_box_left2.gif │ │ │ ├── filter_box_right.png │ │ │ ├── fullcommenttopbg.gif │ │ │ ├── navigation-li-a.png │ │ │ ├── selected2-right.png │ │ │ ├── class_to_object_big.png │ │ │ ├── object_to_class_big.png │ │ │ ├── object_to_trait_big.png │ │ │ ├── object_to_type_big.png │ │ │ ├── selected-implicits.png │ │ │ ├── trait_to_object_big.png │ │ │ ├── type_to_object_big.png │ │ │ ├── selected-right-implicits.png │ │ │ ├── ref-index.css │ │ │ └── modernizr.custom.js │ │ │ ├── index.js │ │ │ └── index │ │ │ ├── index-v.html │ │ │ ├── index-h.html │ │ │ ├── index-i.html │ │ │ ├── index-g.html │ │ │ ├── index-c.html │ │ │ ├── index-u.html │ │ │ ├── index-l.html │ │ │ ├── index-a.html │ │ │ ├── index-r.html │ │ │ └── index-o.html │ ├── 0.7.0-incubating │ │ └── api │ │ │ ├── java │ │ │ ├── package-list │ │ │ ├── script.js │ │ │ └── allclasses-noframe.html │ │ │ └── scala │ │ │ ├── lib │ │ │ ├── type.png │ │ │ ├── class.png │ │ │ ├── object.png │ │ │ ├── remove.png │ │ │ ├── trait.png │ │ │ ├── typebg.gif │ │ │ ├── class_big.png │ │ │ ├── filterbg.gif │ │ │ ├── ownderbg2.gif │ │ │ ├── ownerbg.gif │ │ │ ├── ownerbg2.gif │ │ │ ├── package.png │ │ │ ├── permalink.png │ │ │ ├── selected.png │ │ │ ├── selected2.png │ │ │ ├── trait_big.png │ │ │ ├── type_big.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-right.png │ │ │ ├── defbg-blue.gif │ │ │ ├── defbg-green.gif │ │ │ ├── filterboxbg.gif │ │ │ ├── object_big.png │ │ │ ├── package_big.png │ │ │ ├── packagesbg.gif │ │ │ ├── signaturebg.gif │ │ │ ├── unselected.png │ │ │ ├── class_diagram.png │ │ │ ├── constructorsbg.gif │ │ │ ├── conversionbg.gif │ │ │ ├── filterboxbarbg.gif │ │ │ ├── filterboxbarbg.png │ │ │ ├── navigation-li.png │ │ │ ├── object_diagram.png │ │ │ ├── selected-right.png │ │ │ ├── signaturebg2.gif │ │ │ ├── trait_diagram.png │ │ │ ├── type_diagram.png │ │ │ ├── valuemembersbg.gif │ │ │ ├── filter_box_left.png │ │ │ ├── filter_box_left2.gif │ │ │ ├── filter_box_right.png │ │ │ ├── fullcommenttopbg.gif │ │ │ ├── navigation-li-a.png │ │ │ ├── selected2-right.png │ │ │ ├── class_to_object_big.png │ │ │ ├── object_to_class_big.png │ │ │ ├── object_to_trait_big.png │ │ │ ├── object_to_type_big.png │ │ │ ├── selected-implicits.png │ │ │ ├── trait_to_object_big.png │ │ │ ├── type_to_object_big.png │ │ │ ├── selected-right-implicits.png │ │ │ ├── ref-index.css │ │ │ └── modernizr.custom.js │ │ │ ├── index.js │ │ │ └── index │ │ │ ├── index-v.html │ │ │ ├── index-h.html │ │ │ ├── index-i.html │ │ │ ├── index-g.html │ │ │ ├── index-c.html │ │ │ ├── index-u.html │ │ │ ├── index-l.html │ │ │ ├── index-a.html │ │ │ ├── index-r.html │ │ │ └── index-o.html │ ├── 0.7.1-incubating │ │ └── api │ │ │ ├── java │ │ │ ├── package-list │ │ │ ├── script.js │ │ │ └── allclasses-noframe.html │ │ │ └── scala │ │ │ ├── lib │ │ │ ├── type.png │ │ │ ├── class.png │ │ │ ├── object.png │ │ │ ├── remove.png │ │ │ ├── trait.png │ │ │ ├── typebg.gif │ │ │ ├── class_big.png │ │ │ ├── filterbg.gif │ │ │ ├── ownderbg2.gif │ │ │ ├── ownerbg.gif │ │ │ ├── ownerbg2.gif │ │ │ ├── package.png │ │ │ ├── permalink.png │ │ │ ├── selected.png │ │ │ ├── selected2.png │ │ │ ├── trait_big.png │ │ │ ├── type_big.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-right.png │ │ │ ├── defbg-blue.gif │ │ │ ├── defbg-green.gif │ │ │ ├── filterboxbg.gif │ │ │ ├── object_big.png │ │ │ ├── package_big.png │ │ │ ├── packagesbg.gif │ │ │ ├── signaturebg.gif │ │ │ ├── unselected.png │ │ │ ├── class_diagram.png │ │ │ ├── constructorsbg.gif │ │ │ ├── conversionbg.gif │ │ │ ├── filterboxbarbg.gif │ │ │ ├── filterboxbarbg.png │ │ │ ├── navigation-li.png │ │ │ ├── object_diagram.png │ │ │ ├── selected-right.png │ │ │ ├── signaturebg2.gif │ │ │ ├── trait_diagram.png │ │ │ ├── type_diagram.png │ │ │ ├── valuemembersbg.gif │ │ │ ├── filter_box_left.png │ │ │ ├── filter_box_left2.gif │ │ │ ├── filter_box_right.png │ │ │ ├── fullcommenttopbg.gif │ │ │ ├── navigation-li-a.png │ │ │ ├── selected2-right.png │ │ │ ├── class_to_object_big.png │ │ │ ├── object_to_class_big.png │ │ │ ├── object_to_trait_big.png │ │ │ ├── object_to_type_big.png │ │ │ ├── selected-implicits.png │ │ │ ├── trait_to_object_big.png │ │ │ ├── type_to_object_big.png │ │ │ ├── selected-right-implicits.png │ │ │ ├── ref-index.css │ │ │ └── modernizr.custom.js │ │ │ ├── index.js │ │ │ └── index │ │ │ ├── index-v.html │ │ │ ├── index-h.html │ │ │ ├── index-i.html │ │ │ ├── index-g.html │ │ │ ├── index-c.html │ │ │ ├── index-u.html │ │ │ ├── index-l.html │ │ │ ├── index-a.html │ │ │ ├── index-r.html │ │ │ └── index-o.html │ └── 0.8.0-incubating │ │ └── api │ │ ├── java │ │ ├── package-list │ │ ├── script.js │ │ └── allclasses-noframe.html │ │ └── scala │ │ ├── lib │ │ ├── type.png │ │ ├── class.png │ │ ├── object.png │ │ ├── remove.png │ │ ├── trait.png │ │ ├── typebg.gif │ │ ├── class_big.png │ │ ├── filterbg.gif │ │ ├── ownderbg2.gif │ │ ├── ownerbg.gif │ │ ├── ownerbg2.gif │ │ ├── package.png │ │ ├── permalink.png │ │ ├── selected.png │ │ ├── selected2.png │ │ ├── trait_big.png │ │ ├── type_big.png │ │ ├── arrow-down.png │ │ ├── arrow-right.png │ │ ├── defbg-blue.gif │ │ ├── defbg-green.gif │ │ ├── filterboxbg.gif │ │ ├── object_big.png │ │ ├── package_big.png │ │ ├── packagesbg.gif │ │ ├── signaturebg.gif │ │ ├── unselected.png │ │ ├── class_diagram.png │ │ ├── constructorsbg.gif │ │ ├── conversionbg.gif │ │ ├── filterboxbarbg.gif │ │ ├── filterboxbarbg.png │ │ ├── navigation-li.png │ │ ├── object_diagram.png │ │ ├── selected-right.png │ │ ├── signaturebg2.gif │ │ ├── trait_diagram.png │ │ ├── type_diagram.png │ │ ├── valuemembersbg.gif │ │ ├── filter_box_left.png │ │ ├── filter_box_left2.gif │ │ ├── filter_box_right.png │ │ ├── fullcommenttopbg.gif │ │ ├── navigation-li-a.png │ │ ├── selected2-right.png │ │ ├── class_to_object_big.png │ │ ├── object_to_class_big.png │ │ ├── object_to_trait_big.png │ │ ├── object_to_type_big.png │ │ ├── selected-implicits.png │ │ ├── trait_to_object_big.png │ │ ├── type_to_object_big.png │ │ ├── selected-right-implicits.png │ │ ├── ref-index.css │ │ └── modernizr.custom.js │ │ ├── index.js │ │ └── index │ │ ├── index-v.html │ │ ├── index-h.html │ │ ├── index-i.html │ │ ├── index-g.html │ │ ├── index-c.html │ │ ├── index-t.html │ │ ├── index-u.html │ │ ├── index-l.html │ │ ├── index-a.html │ │ ├── index-r.html │ │ └── index-o.html ├── _layouts │ ├── page.html │ ├── post.html │ └── default.html ├── assets │ ├── themes │ │ └── apache │ │ │ ├── img │ │ │ ├── logo.png │ │ │ └── egg-logo.png │ │ │ └── bootstrap │ │ │ ├── img │ │ │ ├── glyphicons-halflings.png │ │ │ └── glyphicons-halflings-white.png │ │ │ └── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ └── images │ │ └── livy-architecture.png ├── _includes │ ├── JB │ │ ├── sharing │ │ ├── comments-providers │ │ │ ├── livefyre │ │ │ ├── intensedebate │ │ │ ├── facebook │ │ │ └── disqus │ │ ├── comments │ │ ├── analytics-providers │ │ │ ├── google-classic │ │ │ ├── google-universal │ │ │ ├── getclicky │ │ │ ├── mixpanel │ │ │ └── piwik │ │ ├── analytics │ │ ├── setup │ │ ├── tags_list │ │ ├── liquid_raw │ │ ├── categories_list │ │ ├── pages_list │ │ └── posts_collate │ └── themes │ │ └── apache │ │ ├── page.html │ │ ├── settings.yml │ │ └── post.html ├── Gemfile ├── _config.yml ├── css │ └── main.scss ├── feed.xml ├── _posts │ ├── 2017-09-01-release-0.4.0.md │ └── 2018-02-05-release-0.5.0.md ├── third-party-projects.md ├── .gitignore └── community-members.md ├── NOTICE ├── README ├── .gitignore └── publish.sh /site/docs/latest: -------------------------------------------------------------------------------- 1 | 0.8.0-incubating -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/java/package-list: -------------------------------------------------------------------------------- 1 | org.apache.livy 2 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/java/package-list: -------------------------------------------------------------------------------- 1 | org.apache.livy 2 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/java/package-list: -------------------------------------------------------------------------------- 1 | org.apache.livy 2 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/java/package-list: -------------------------------------------------------------------------------- 1 | org.apache.livy 2 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/java/package-list: -------------------------------------------------------------------------------- 1 | org.apache.livy 2 | -------------------------------------------------------------------------------- /site/_layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | {% include JB/setup %} 5 | {% include themes/apache/page.html %} 6 | -------------------------------------------------------------------------------- /site/_layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | {% include JB/setup %} 5 | {% include themes/apache/post.html %} 6 | -------------------------------------------------------------------------------- /site/assets/themes/apache/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/assets/themes/apache/img/logo.png -------------------------------------------------------------------------------- /site/_layouts/default.html: -------------------------------------------------------------------------------- 1 | --- 2 | theme : 3 | name : apache 4 | --- 5 | {% include JB/setup %} 6 | {% include themes/apache/default.html %} 7 | -------------------------------------------------------------------------------- /site/assets/images/livy-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/assets/images/livy-architecture.png -------------------------------------------------------------------------------- /site/assets/themes/apache/img/egg-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/assets/themes/apache/img/egg-logo.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/type.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/type.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/type.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/type.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/type.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/class.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/object.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/remove.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/trait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/trait.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/typebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/typebg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/class.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/object.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/remove.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/trait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/trait.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/typebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/typebg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/class.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/object.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/remove.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/trait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/trait.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/typebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/typebg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/class.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/object.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/remove.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/trait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/trait.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/typebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/typebg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/class.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/object.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/remove.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/trait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/trait.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/typebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/typebg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/class_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/filterbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/filterbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/ownderbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/ownderbg2.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/ownerbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/ownerbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/ownerbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/ownerbg2.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/package.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/permalink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/permalink.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/selected.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/selected2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/selected2.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/trait_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/type_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/class_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/filterbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/filterbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/ownderbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/ownderbg2.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/ownerbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/ownerbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/ownerbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/ownerbg2.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/package.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/permalink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/permalink.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/selected.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/selected2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/selected2.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/trait_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/type_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/class_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/filterbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/filterbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/ownderbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/ownderbg2.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/ownerbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/ownerbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/ownerbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/ownerbg2.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/package.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/permalink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/permalink.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/selected.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/selected2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/selected2.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/trait_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/type_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/class_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/filterbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/filterbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/ownderbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/ownderbg2.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/ownerbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/ownerbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/ownerbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/ownerbg2.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/package.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/permalink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/permalink.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/selected.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/selected2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/selected2.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/trait_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/type_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/class_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/filterbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/filterbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/ownderbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/ownderbg2.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/ownerbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/ownerbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/ownerbg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/ownerbg2.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/package.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/permalink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/permalink.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/selected.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/selected2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/selected2.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/trait_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/type_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/arrow-down.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/arrow-right.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/defbg-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/defbg-blue.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/defbg-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/defbg-green.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/filterboxbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/filterboxbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/object_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/package_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/package_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/packagesbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/packagesbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/signaturebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/signaturebg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/unselected.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/arrow-down.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/arrow-right.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/defbg-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/defbg-blue.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/defbg-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/defbg-green.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/filterboxbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/filterboxbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/object_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/package_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/package_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/packagesbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/packagesbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/signaturebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/signaturebg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/unselected.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/arrow-down.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/arrow-right.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/defbg-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/defbg-blue.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/defbg-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/defbg-green.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/filterboxbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/filterboxbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/object_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/package_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/package_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/packagesbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/packagesbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/signaturebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/signaturebg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/unselected.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/arrow-down.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/arrow-right.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/defbg-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/defbg-blue.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/defbg-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/defbg-green.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/filterboxbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/filterboxbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/object_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/package_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/package_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/packagesbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/packagesbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/signaturebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/signaturebg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/unselected.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/arrow-down.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/arrow-right.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/defbg-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/defbg-blue.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/defbg-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/defbg-green.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/filterboxbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/filterboxbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/object_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/package_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/package_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/packagesbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/packagesbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/signaturebg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/signaturebg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/unselected.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/class_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/class_diagram.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/constructorsbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/constructorsbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/conversionbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/conversionbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/filterboxbarbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/filterboxbarbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/filterboxbarbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/filterboxbarbg.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/navigation-li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/navigation-li.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/object_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/object_diagram.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/selected-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/selected-right.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/signaturebg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/signaturebg2.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/trait_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/trait_diagram.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/type_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/type_diagram.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/valuemembersbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/valuemembersbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/class_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/class_diagram.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/constructorsbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/constructorsbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/conversionbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/conversionbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/filterboxbarbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/filterboxbarbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/filterboxbarbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/filterboxbarbg.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/navigation-li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/navigation-li.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/object_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/object_diagram.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/selected-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/selected-right.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/signaturebg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/signaturebg2.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/trait_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/trait_diagram.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/type_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/type_diagram.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/valuemembersbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/valuemembersbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/class_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/class_diagram.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/constructorsbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/constructorsbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/conversionbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/conversionbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/filterboxbarbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/filterboxbarbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/filterboxbarbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/filterboxbarbg.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/navigation-li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/navigation-li.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/object_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/object_diagram.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/selected-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/selected-right.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/signaturebg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/signaturebg2.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/trait_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/trait_diagram.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/type_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/type_diagram.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/valuemembersbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/valuemembersbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/class_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/class_diagram.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/constructorsbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/constructorsbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/conversionbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/conversionbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/filterboxbarbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/filterboxbarbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/filterboxbarbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/filterboxbarbg.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/navigation-li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/navigation-li.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/object_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/object_diagram.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/selected-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/selected-right.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/signaturebg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/signaturebg2.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/trait_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/trait_diagram.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/type_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/type_diagram.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/valuemembersbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/valuemembersbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/class_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/class_diagram.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/constructorsbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/constructorsbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/conversionbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/conversionbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/filterboxbarbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/filterboxbarbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/filterboxbarbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/filterboxbarbg.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/navigation-li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/navigation-li.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/object_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/object_diagram.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/selected-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/selected-right.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/signaturebg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/signaturebg2.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/trait_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/trait_diagram.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/type_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/type_diagram.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/valuemembersbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/valuemembersbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/filter_box_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/filter_box_left.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/filter_box_left2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/filter_box_left2.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/filter_box_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/filter_box_right.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/fullcommenttopbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/fullcommenttopbg.gif -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/navigation-li-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/navigation-li-a.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/selected2-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/selected2-right.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/filter_box_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/filter_box_left.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/filter_box_left2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/filter_box_left2.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/filter_box_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/filter_box_right.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/fullcommenttopbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/fullcommenttopbg.gif -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/navigation-li-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/navigation-li-a.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/selected2-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/selected2-right.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/filter_box_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/filter_box_left.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/filter_box_left2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/filter_box_left2.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/filter_box_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/filter_box_right.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/fullcommenttopbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/fullcommenttopbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/navigation-li-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/navigation-li-a.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/selected2-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/selected2-right.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/filter_box_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/filter_box_left.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/filter_box_left2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/filter_box_left2.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/filter_box_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/filter_box_right.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/fullcommenttopbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/fullcommenttopbg.gif -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/navigation-li-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/navigation-li-a.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/selected2-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/selected2-right.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/filter_box_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/filter_box_left.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/filter_box_left2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/filter_box_left2.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/filter_box_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/filter_box_right.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/fullcommenttopbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/fullcommenttopbg.gif -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/navigation-li-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/navigation-li-a.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/selected2-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/selected2-right.png -------------------------------------------------------------------------------- /site/assets/themes/apache/bootstrap/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/assets/themes/apache/bootstrap/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/class_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/class_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/object_to_class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/object_to_class_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/object_to_trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/object_to_trait_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/object_to_type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/object_to_type_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/selected-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/selected-implicits.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/trait_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/trait_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/type_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/type_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/class_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/class_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/object_to_class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/object_to_class_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/object_to_trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/object_to_trait_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/object_to_type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/object_to_type_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/selected-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/selected-implicits.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/trait_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/trait_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/type_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/type_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/class_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/class_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/object_to_class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/object_to_class_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/object_to_trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/object_to_trait_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/object_to_type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/object_to_type_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/selected-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/selected-implicits.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/trait_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/trait_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/type_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/type_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/class_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/class_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/object_to_class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/object_to_class_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/object_to_trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/object_to_trait_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/object_to_type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/object_to_type_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/selected-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/selected-implicits.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/trait_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/trait_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/type_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/type_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/class_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/class_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/object_to_class_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/object_to_class_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/object_to_trait_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/object_to_trait_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/object_to_type_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/object_to_type_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/selected-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/selected-implicits.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/trait_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/trait_to_object_big.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/type_to_object_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/type_to_object_big.png -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | Apache Livy Website 2 | Copyright 2017 The Apache Software Foundation 3 | 4 | This product includes software developed at 5 | The Apache Software Foundation (http://www.apache.org/). 6 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/selected-right-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.5.0-incubating/api/scala/lib/selected-right-implicits.png -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/selected-right-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.6.0-incubating/api/scala/lib/selected-right-implicits.png -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/selected-right-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.0-incubating/api/scala/lib/selected-right-implicits.png -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/selected-right-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.7.1-incubating/api/scala/lib/selected-right-implicits.png -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/selected-right-implicits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/docs/0.8.0-incubating/api/scala/lib/selected-right-implicits.png -------------------------------------------------------------------------------- /site/assets/themes/apache/bootstrap/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/assets/themes/apache/bootstrap/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /site/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /site/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /site/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/incubator-livy-website/HEAD/site/assets/themes/apache/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /site/_includes/JB/sharing: -------------------------------------------------------------------------------- 1 | {% if site.safe and site.JB.sharing.provider and page.JB.sharing != false %} 2 | 3 | {% case site.JB.sharing.provider %} 4 | {% when "custom" %} 5 | {% include custom/sharing %} 6 | {% endcase %} 7 | 8 | {% endif %} -------------------------------------------------------------------------------- /site/_includes/JB/comments-providers/livefyre: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /site/_includes/JB/comments-providers/intensedebate: -------------------------------------------------------------------------------- 1 | 6 | 7 | -------------------------------------------------------------------------------- /site/_includes/themes/apache/page.html: -------------------------------------------------------------------------------- 1 | 5 | 6 |
7 |
8 | {{ content }} 9 |
10 |
11 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | Apache Website Template release 0.0.1 2 | 3 | This is a source or binary distribution of Apache Website Template. 4 | 5 | The LICENSE and NOTICE files contain license information. 6 | 7 | README.md explains the purpose of this project, how to generate and 8 | deploy a simple web site based on this template, and how to create a 9 | web site for your project based on this template. 10 | -------------------------------------------------------------------------------- /site/_includes/JB/comments: -------------------------------------------------------------------------------- 1 | {% if site.JB.comments.provider and page.comments != false %} 2 | 3 | {% case site.JB.comments.provider %} 4 | {% when "disqus" %} 5 | {% include JB/comments-providers/disqus %} 6 | {% when "livefyre" %} 7 | {% include JB/comments-providers/livefyre %} 8 | {% when "intensedebate" %} 9 | {% include JB/comments-providers/intensedebate %} 10 | {% when "facebook" %} 11 | {% include JB/comments-providers/facebook %} 12 | {% when "custom" %} 13 | {% include custom/comments %} 14 | {% endcase %} 15 | 16 | {% endif %} -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/ref-index.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 10pt; 3 | font-family: Arial, sans-serif; 4 | } 5 | 6 | a { 7 | color:#315479; 8 | } 9 | 10 | .letters { 11 | width:100%; 12 | text-align:center; 13 | margin:0.6em; 14 | padding:0.1em; 15 | border-bottom:1px solid gray; 16 | } 17 | 18 | .entry { 19 | border-bottom: 1px solid lightgray; 20 | padding: 5px 0 8px; 21 | } 22 | 23 | .name { 24 | /* background-color:#E5E5E5; */ 25 | } 26 | 27 | .occurrences { 28 | margin-left: 1em; 29 | margin-top: 5px; 30 | } -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/ref-index.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 10pt; 3 | font-family: Arial, sans-serif; 4 | } 5 | 6 | a { 7 | color:#315479; 8 | } 9 | 10 | .letters { 11 | width:100%; 12 | text-align:center; 13 | margin:0.6em; 14 | padding:0.1em; 15 | border-bottom:1px solid gray; 16 | } 17 | 18 | .entry { 19 | border-bottom: 1px solid lightgray; 20 | padding: 5px 0 8px; 21 | } 22 | 23 | .name { 24 | /* background-color:#E5E5E5; */ 25 | } 26 | 27 | .occurrences { 28 | margin-left: 1em; 29 | margin-top: 5px; 30 | } -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/ref-index.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 10pt; 3 | font-family: Arial, sans-serif; 4 | } 5 | 6 | a { 7 | color:#315479; 8 | } 9 | 10 | .letters { 11 | width:100%; 12 | text-align:center; 13 | margin:0.6em; 14 | padding:0.1em; 15 | border-bottom:1px solid gray; 16 | } 17 | 18 | .entry { 19 | border-bottom: 1px solid lightgray; 20 | padding: 5px 0 8px; 21 | } 22 | 23 | .name { 24 | /* background-color:#E5E5E5; */ 25 | } 26 | 27 | .occurrences { 28 | margin-left: 1em; 29 | margin-top: 5px; 30 | } -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/ref-index.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 10pt; 3 | font-family: Arial, sans-serif; 4 | } 5 | 6 | a { 7 | color:#315479; 8 | } 9 | 10 | .letters { 11 | width:100%; 12 | text-align:center; 13 | margin:0.6em; 14 | padding:0.1em; 15 | border-bottom:1px solid gray; 16 | } 17 | 18 | .entry { 19 | border-bottom: 1px solid lightgray; 20 | padding: 5px 0 8px; 21 | } 22 | 23 | .name { 24 | /* background-color:#E5E5E5; */ 25 | } 26 | 27 | .occurrences { 28 | margin-left: 1em; 29 | margin-top: 5px; 30 | } -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/ref-index.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 10pt; 3 | font-family: Arial, sans-serif; 4 | } 5 | 6 | a { 7 | color:#315479; 8 | } 9 | 10 | .letters { 11 | width:100%; 12 | text-align:center; 13 | margin:0.6em; 14 | padding:0.1em; 15 | border-bottom:1px solid gray; 16 | } 17 | 18 | .entry { 19 | border-bottom: 1px solid lightgray; 20 | padding: 5px 0 8px; 21 | } 22 | 23 | .name { 24 | /* background-color:#E5E5E5; */ 25 | } 26 | 27 | .occurrences { 28 | margin-left: 1em; 29 | margin-top: 5px; 30 | } -------------------------------------------------------------------------------- /site/_includes/JB/analytics-providers/google-classic: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index.js: -------------------------------------------------------------------------------- 1 | Index.PACKAGES = {"org" : [], "org.apache" : [], "org.apache.livy" : [], "org.apache.livy.scalaapi" : [{"class" : "org\/apache\/livy\/scalaapi\/LivyScalaClient.html", "name" : "org.apache.livy.scalaapi.LivyScalaClient"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobContext.html", "name" : "org.apache.livy.scalaapi.ScalaJobContext"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobHandle.html", "name" : "org.apache.livy.scalaapi.ScalaJobHandle"}, {"class" : "org\/apache\/livy\/scalaapi\/package$$ScalaWrapper.html", "name" : "org.apache.livy.scalaapi.ScalaWrapper"}]}; -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index.js: -------------------------------------------------------------------------------- 1 | Index.PACKAGES = {"org" : [], "org.apache" : [], "org.apache.livy" : [], "org.apache.livy.scalaapi" : [{"class" : "org\/apache\/livy\/scalaapi\/LivyScalaClient.html", "name" : "org.apache.livy.scalaapi.LivyScalaClient"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobContext.html", "name" : "org.apache.livy.scalaapi.ScalaJobContext"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobHandle.html", "name" : "org.apache.livy.scalaapi.ScalaJobHandle"}, {"class" : "org\/apache\/livy\/scalaapi\/package$$ScalaWrapper.html", "name" : "org.apache.livy.scalaapi.ScalaWrapper"}]}; -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index.js: -------------------------------------------------------------------------------- 1 | Index.PACKAGES = {"org" : [], "org.apache" : [], "org.apache.livy" : [], "org.apache.livy.scalaapi" : [{"class" : "org\/apache\/livy\/scalaapi\/LivyScalaClient.html", "name" : "org.apache.livy.scalaapi.LivyScalaClient"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobContext.html", "name" : "org.apache.livy.scalaapi.ScalaJobContext"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobHandle.html", "name" : "org.apache.livy.scalaapi.ScalaJobHandle"}, {"class" : "org\/apache\/livy\/scalaapi\/package$$ScalaWrapper.html", "name" : "org.apache.livy.scalaapi.ScalaWrapper"}]}; -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index.js: -------------------------------------------------------------------------------- 1 | Index.PACKAGES = {"org" : [], "org.apache" : [], "org.apache.livy" : [], "org.apache.livy.scalaapi" : [{"class" : "org\/apache\/livy\/scalaapi\/LivyScalaClient.html", "name" : "org.apache.livy.scalaapi.LivyScalaClient"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobContext.html", "name" : "org.apache.livy.scalaapi.ScalaJobContext"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobHandle.html", "name" : "org.apache.livy.scalaapi.ScalaJobHandle"}, {"class" : "org\/apache\/livy\/scalaapi\/package$$ScalaWrapper.html", "name" : "org.apache.livy.scalaapi.ScalaWrapper"}]}; -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index.js: -------------------------------------------------------------------------------- 1 | Index.PACKAGES = {"org" : [], "org.apache" : [], "org.apache.livy" : [], "org.apache.livy.scalaapi" : [{"class" : "org\/apache\/livy\/scalaapi\/LivyScalaClient.html", "name" : "org.apache.livy.scalaapi.LivyScalaClient"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobContext.html", "name" : "org.apache.livy.scalaapi.ScalaJobContext"}, {"class" : "org\/apache\/livy\/scalaapi\/ScalaJobHandle.html", "name" : "org.apache.livy.scalaapi.ScalaJobHandle"}, {"class" : "org\/apache\/livy\/scalaapi\/package$$ScalaWrapper.html", "name" : "org.apache.livy.scalaapi.ScalaWrapper"}]}; -------------------------------------------------------------------------------- /site/_includes/JB/analytics-providers/google-universal: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /site/_includes/JB/analytics-providers/getclicky: -------------------------------------------------------------------------------- 1 | 12 | 13 | -------------------------------------------------------------------------------- /site/_includes/JB/analytics: -------------------------------------------------------------------------------- 1 | {% if site.safe and site.JB.analytics.provider and page.JB.analytics != false %} 2 | 3 | {% case site.JB.analytics.provider %} 4 | {% when "google_classic" %} 5 | {% include JB/analytics-providers/google-classic %} 6 | {% when "google_universal" %} 7 | {% include JB/analytics-providers/google-universal %} 8 | {% when "getclicky" %} 9 | {% include JB/analytics-providers/getclicky %} 10 | {% when "mixpanel" %} 11 | {% include JB/analytics-providers/mixpanel %} 12 | {% when "piwik" %} 13 | {% include JB/analytics-providers/piwik %} 14 | {% when "custom" %} 15 | {% include custom/analytics %} 16 | {% endcase %} 17 | 18 | {% endif %} -------------------------------------------------------------------------------- /site/_includes/JB/comments-providers/facebook: -------------------------------------------------------------------------------- 1 |
2 | 9 |
-------------------------------------------------------------------------------- /site/_includes/JB/analytics-providers/mixpanel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /site/_includes/JB/analytics-providers/piwik: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /site/_includes/JB/setup: -------------------------------------------------------------------------------- 1 | {% capture jbcache %} 2 | 5 | {% if site.JB.setup.provider == "custom" %} 6 | {% include custom/setup %} 7 | {% else %} 8 | {% if site.safe and site.JB.BASE_PATH and site.JB.BASE_PATH != '' %} 9 | {% assign BASE_PATH = site.JB.BASE_PATH %} 10 | {% assign HOME_PATH = site.JB.BASE_PATH %} 11 | {% else %} 12 | {% assign BASE_PATH = nil %} 13 | {% assign HOME_PATH = "/" %} 14 | {% endif %} 15 | 16 | {% if site.JB.ASSET_PATH %} 17 | {% assign ASSET_PATH = site.JB.ASSET_PATH %} 18 | {% else %} 19 | {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %} 20 | {% endif %} 21 | {% endif %} 22 | {% endcapture %}{% assign jbcache = nil %} 23 | -------------------------------------------------------------------------------- /site/_includes/themes/apache/settings.yml: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to you under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # 16 | theme : 17 | name : apache 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to you under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # 16 | .idea 17 | .sass-cache 18 | .jekyll-metadata 19 | *.iml 20 | *~ 21 | 22 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
value
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
value
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
value
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
value
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-v.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
value
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-h.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
hivectx
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-i.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
isCompleted
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-h.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
hivectx
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-i.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
isCompleted
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-h.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
hivectx
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-i.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
isCompleted
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-h.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
hivectx
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-i.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
isCompleted
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-h.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
hivectx
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-i.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
isCompleted
15 |
ScalaJobHandle
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-g.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
getSharedVariable
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-g.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
getSharedVariable
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-g.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
getSharedVariable
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-g.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
getSharedVariable
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-g.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
getSharedVariable
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
createStreamingContext
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
createStreamingContext
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
createStreamingContext
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
createStreamingContext
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
createStreamingContext
15 |
ScalaJobContext
16 |
17 | 18 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/java/script.js: -------------------------------------------------------------------------------- 1 | function show(type) 2 | { 3 | count = 0; 4 | for (var key in methods) { 5 | var row = document.getElementById(key); 6 | if ((methods[key] & type) != 0) { 7 | row.style.display = ''; 8 | row.className = (count++ % 2) ? rowColor : altColor; 9 | } 10 | else 11 | row.style.display = 'none'; 12 | } 13 | updateTabs(type); 14 | } 15 | 16 | function updateTabs(type) 17 | { 18 | for (var value in tabs) { 19 | var sNode = document.getElementById(tabs[value][0]); 20 | var spanNode = sNode.firstChild; 21 | if (value == type) { 22 | sNode.className = activeTableTab; 23 | spanNode.innerHTML = tabs[value][1]; 24 | } 25 | else { 26 | sNode.className = tableTab; 27 | spanNode.innerHTML = "" + tabs[value][1] + ""; 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/java/script.js: -------------------------------------------------------------------------------- 1 | function show(type) 2 | { 3 | count = 0; 4 | for (var key in methods) { 5 | var row = document.getElementById(key); 6 | if ((methods[key] & type) != 0) { 7 | row.style.display = ''; 8 | row.className = (count++ % 2) ? rowColor : altColor; 9 | } 10 | else 11 | row.style.display = 'none'; 12 | } 13 | updateTabs(type); 14 | } 15 | 16 | function updateTabs(type) 17 | { 18 | for (var value in tabs) { 19 | var sNode = document.getElementById(tabs[value][0]); 20 | var spanNode = sNode.firstChild; 21 | if (value == type) { 22 | sNode.className = activeTableTab; 23 | spanNode.innerHTML = tabs[value][1]; 24 | } 25 | else { 26 | sNode.className = tableTab; 27 | spanNode.innerHTML = "" + tabs[value][1] + ""; 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/java/script.js: -------------------------------------------------------------------------------- 1 | function show(type) 2 | { 3 | count = 0; 4 | for (var key in methods) { 5 | var row = document.getElementById(key); 6 | if ((methods[key] & type) != 0) { 7 | row.style.display = ''; 8 | row.className = (count++ % 2) ? rowColor : altColor; 9 | } 10 | else 11 | row.style.display = 'none'; 12 | } 13 | updateTabs(type); 14 | } 15 | 16 | function updateTabs(type) 17 | { 18 | for (var value in tabs) { 19 | var sNode = document.getElementById(tabs[value][0]); 20 | var spanNode = sNode.firstChild; 21 | if (value == type) { 22 | sNode.className = activeTableTab; 23 | spanNode.innerHTML = tabs[value][1]; 24 | } 25 | else { 26 | sNode.className = tableTab; 27 | spanNode.innerHTML = "" + tabs[value][1] + ""; 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/java/script.js: -------------------------------------------------------------------------------- 1 | function show(type) 2 | { 3 | count = 0; 4 | for (var key in methods) { 5 | var row = document.getElementById(key); 6 | if ((methods[key] & type) != 0) { 7 | row.style.display = ''; 8 | row.className = (count++ % 2) ? rowColor : altColor; 9 | } 10 | else 11 | row.style.display = 'none'; 12 | } 13 | updateTabs(type); 14 | } 15 | 16 | function updateTabs(type) 17 | { 18 | for (var value in tabs) { 19 | var sNode = document.getElementById(tabs[value][0]); 20 | var spanNode = sNode.firstChild; 21 | if (value == type) { 22 | sNode.className = activeTableTab; 23 | spanNode.innerHTML = tabs[value][1]; 24 | } 25 | else { 26 | sNode.className = tableTab; 27 | spanNode.innerHTML = "" + tabs[value][1] + ""; 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/java/script.js: -------------------------------------------------------------------------------- 1 | function show(type) 2 | { 3 | count = 0; 4 | for (var key in methods) { 5 | var row = document.getElementById(key); 6 | if ((methods[key] & type) != 0) { 7 | row.style.display = ''; 8 | row.className = (count++ % 2) ? rowColor : altColor; 9 | } 10 | else 11 | row.style.display = 'none'; 12 | } 13 | updateTabs(type); 14 | } 15 | 16 | function updateTabs(type) 17 | { 18 | for (var value in tabs) { 19 | var sNode = document.getElementById(tabs[value][0]); 20 | var spanNode = sNode.firstChild; 21 | if (value == type) { 22 | sNode.className = activeTableTab; 23 | spanNode.innerHTML = tabs[value][1]; 24 | } 25 | else { 26 | sNode.className = tableTab; 27 | spanNode.innerHTML = "" + tabs[value][1] + ""; 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /site/Gemfile: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to you under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # 16 | source 'https://rubygems.org' 17 | gem 'github-pages', '~> 228' 18 | gem 'rouge' 19 | gem 'jekyll-oembed', :require => 'jekyll_oembed' 20 | gem 'base64' 21 | gem 'bigdecimal' 22 | gem 'rexml' 23 | gem 'csv' 24 | gem 'webrick' 25 | # End Gemfile 26 | -------------------------------------------------------------------------------- /site/_includes/JB/comments-providers/disqus: -------------------------------------------------------------------------------- 1 |
2 | 13 | 14 | blog comments powered by Disqus 15 | -------------------------------------------------------------------------------- /site/_config.yml: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to you under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # 16 | markdown: kramdown 17 | permalink: /news/:year/:month/:day/:title/ 18 | excerpt_separator: "" 19 | 20 | repository: https://github.com/apache/incubator-livy-website 21 | destination: target 22 | exclude: [README.md,Gemfile*] 23 | keep_files: [".git", ".svn", "apidocs"] 24 | 25 | # The base path where the website is deployed 26 | baseurl: 27 | 28 | # End _config.yml 29 | 30 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-t.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
transform
15 |
ScalaJobHandle
16 |
17 |
transformWith
18 |
ScalaJobHandle
19 |
20 | 21 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-u.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
uploadFile
15 |
LivyScalaClient
16 |
17 |
uploadJar
18 |
LivyScalaClient
19 |
20 | 21 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-u.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
uploadFile
15 |
LivyScalaClient
16 |
17 |
uploadJar
18 |
LivyScalaClient
19 |
20 | 21 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-u.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
uploadFile
15 |
LivyScalaClient
16 |
17 |
uploadJar
18 |
LivyScalaClient
19 |
20 | 21 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-u.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
uploadFile
15 |
LivyScalaClient
16 |
17 |
uploadJar
18 |
LivyScalaClient
19 |
20 | 21 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-u.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
uploadFile
15 |
LivyScalaClient
16 |
17 |
uploadJar
18 |
LivyScalaClient
19 |
20 | 21 | -------------------------------------------------------------------------------- /site/_includes/JB/tags_list: -------------------------------------------------------------------------------- 1 | {% comment %}{% endcomment %} 19 | 20 | {% if site.JB.tags_list.provider == "custom" %} 21 | {% include custom/tags_list %} 22 | {% else %} 23 | {% if tags_list.first[0] == null %} 24 | {% for tag in tags_list %} 25 |
  • {{ tag }} {{ site.tags[tag].size }}
  • 26 | {% endfor %} 27 | {% else %} 28 | {% for tag in tags_list %} 29 |
  • {{ tag[0] }} {{ tag[1].size }}
  • 30 | {% endfor %} 31 | {% endif %} 32 | {% endif %} 33 | {% assign tags_list = nil %} 34 | -------------------------------------------------------------------------------- /site/css/main.scss: -------------------------------------------------------------------------------- 1 | --- 2 | # Only the main Sass file needs front matter (the dashes are enough) 3 | --- 4 | @charset "utf-8"; 5 | 6 | 7 | 8 | // Our variables 9 | $base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 10 | $base-font-size: 16px; 11 | $base-font-weight: 400; 12 | $small-font-size: $base-font-size * 0.875; 13 | $base-line-height: 1.5; 14 | 15 | $spacing-unit: 30px; 16 | 17 | $text-color: #111; 18 | $background-color: #fdfdfd; 19 | $brand-color: #2a7ae2; 20 | 21 | $grey-color: #828282; 22 | $grey-color-light: lighten($grey-color, 40%); 23 | $grey-color-dark: darken($grey-color, 25%); 24 | 25 | // Width of the content area 26 | $content-width: 800px; 27 | 28 | $on-palm: 600px; 29 | $on-laptop: 800px; 30 | 31 | 32 | 33 | // Use media queries like this: 34 | // @include media-query($on-palm) { 35 | // .wrapper { 36 | // padding-right: $spacing-unit / 2; 37 | // padding-left: $spacing-unit / 2; 38 | // } 39 | // } 40 | @mixin media-query($device) { 41 | @media screen and (max-width: $device) { 42 | @content; 43 | } 44 | } 45 | 46 | 47 | 48 | // Import partials from `sass_dir` (defaults to `_sass`) 49 | @import 50 | "base", 51 | "layout", 52 | "syntax-highlighting" 53 | ; 54 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-l.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    LivyScalaClient
    15 |
    scalaapi
    16 |
    17 |
    livy
    18 |
    apache
    19 |
    20 |
    localTmpDir
    21 |
    ScalaJobContext
    22 |
    23 | 24 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-l.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    LivyScalaClient
    15 |
    scalaapi
    16 |
    17 |
    livy
    18 |
    apache
    19 |
    20 |
    localTmpDir
    21 |
    ScalaJobContext
    22 |
    23 | 24 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-l.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    LivyScalaClient
    15 |
    scalaapi
    16 |
    17 |
    livy
    18 |
    apache
    19 |
    20 |
    localTmpDir
    21 |
    ScalaJobContext
    22 |
    23 | 24 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-l.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    LivyScalaClient
    15 |
    scalaapi
    16 |
    17 |
    livy
    18 |
    apache
    19 |
    20 |
    localTmpDir
    21 |
    ScalaJobContext
    22 |
    23 | 24 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-l.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    LivyScalaClient
    15 |
    scalaapi
    16 |
    17 |
    livy
    18 |
    apache
    19 |
    20 |
    localTmpDir
    21 |
    ScalaJobContext
    22 |
    23 | 24 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/lib/modernizr.custom.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.5.3 (Custom Build) | MIT & BSD 2 | * Build: http://www.modernizr.com/download/#-inlinesvg 3 | */ 4 | ;window.Modernizr=function(a,b,c){function u(a){i.cssText=a}function v(a,b){return u(prefixes.join(a+";")+(b||""))}function w(a,b){return typeof a===b}function x(a,b){return!!~(""+a).indexOf(b)}function y(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:w(f,"function")?f.bind(d||b):f}return!1}var d="2.5.3",e={},f=b.documentElement,g="modernizr",h=b.createElement(g),i=h.style,j,k={}.toString,l={svg:"http://www.w3.org/2000/svg"},m={},n={},o={},p=[],q=p.slice,r,s={}.hasOwnProperty,t;!w(s,"undefined")&&!w(s.call,"undefined")?t=function(a,b){return s.call(a,b)}:t=function(a,b){return b in a&&w(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=q.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(q.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(q.call(arguments)))};return e}),m.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==l.svg};for(var z in m)t(m,z)&&(r=z.toLowerCase(),e[r]=m[z](),p.push((e[r]?"":"no-")+r));return u(""),h=j=null,e._version=d,e}(this,this.document); -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/lib/modernizr.custom.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.5.3 (Custom Build) | MIT & BSD 2 | * Build: http://www.modernizr.com/download/#-inlinesvg 3 | */ 4 | ;window.Modernizr=function(a,b,c){function u(a){i.cssText=a}function v(a,b){return u(prefixes.join(a+";")+(b||""))}function w(a,b){return typeof a===b}function x(a,b){return!!~(""+a).indexOf(b)}function y(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:w(f,"function")?f.bind(d||b):f}return!1}var d="2.5.3",e={},f=b.documentElement,g="modernizr",h=b.createElement(g),i=h.style,j,k={}.toString,l={svg:"http://www.w3.org/2000/svg"},m={},n={},o={},p=[],q=p.slice,r,s={}.hasOwnProperty,t;!w(s,"undefined")&&!w(s.call,"undefined")?t=function(a,b){return s.call(a,b)}:t=function(a,b){return b in a&&w(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=q.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(q.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(q.call(arguments)))};return e}),m.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==l.svg};for(var z in m)t(m,z)&&(r=z.toLowerCase(),e[r]=m[z](),p.push((e[r]?"":"no-")+r));return u(""),h=j=null,e._version=d,e}(this,this.document); -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/lib/modernizr.custom.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.5.3 (Custom Build) | MIT & BSD 2 | * Build: http://www.modernizr.com/download/#-inlinesvg 3 | */ 4 | ;window.Modernizr=function(a,b,c){function u(a){i.cssText=a}function v(a,b){return u(prefixes.join(a+";")+(b||""))}function w(a,b){return typeof a===b}function x(a,b){return!!~(""+a).indexOf(b)}function y(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:w(f,"function")?f.bind(d||b):f}return!1}var d="2.5.3",e={},f=b.documentElement,g="modernizr",h=b.createElement(g),i=h.style,j,k={}.toString,l={svg:"http://www.w3.org/2000/svg"},m={},n={},o={},p=[],q=p.slice,r,s={}.hasOwnProperty,t;!w(s,"undefined")&&!w(s.call,"undefined")?t=function(a,b){return s.call(a,b)}:t=function(a,b){return b in a&&w(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=q.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(q.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(q.call(arguments)))};return e}),m.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==l.svg};for(var z in m)t(m,z)&&(r=z.toLowerCase(),e[r]=m[z](),p.push((e[r]?"":"no-")+r));return u(""),h=j=null,e._version=d,e}(this,this.document); -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/lib/modernizr.custom.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.5.3 (Custom Build) | MIT & BSD 2 | * Build: http://www.modernizr.com/download/#-inlinesvg 3 | */ 4 | ;window.Modernizr=function(a,b,c){function u(a){i.cssText=a}function v(a,b){return u(prefixes.join(a+";")+(b||""))}function w(a,b){return typeof a===b}function x(a,b){return!!~(""+a).indexOf(b)}function y(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:w(f,"function")?f.bind(d||b):f}return!1}var d="2.5.3",e={},f=b.documentElement,g="modernizr",h=b.createElement(g),i=h.style,j,k={}.toString,l={svg:"http://www.w3.org/2000/svg"},m={},n={},o={},p=[],q=p.slice,r,s={}.hasOwnProperty,t;!w(s,"undefined")&&!w(s.call,"undefined")?t=function(a,b){return s.call(a,b)}:t=function(a,b){return b in a&&w(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=q.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(q.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(q.call(arguments)))};return e}),m.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==l.svg};for(var z in m)t(m,z)&&(r=z.toLowerCase(),e[r]=m[z](),p.push((e[r]?"":"no-")+r));return u(""),h=j=null,e._version=d,e}(this,this.document); -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/lib/modernizr.custom.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.5.3 (Custom Build) | MIT & BSD 2 | * Build: http://www.modernizr.com/download/#-inlinesvg 3 | */ 4 | ;window.Modernizr=function(a,b,c){function u(a){i.cssText=a}function v(a,b){return u(prefixes.join(a+";")+(b||""))}function w(a,b){return typeof a===b}function x(a,b){return!!~(""+a).indexOf(b)}function y(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:w(f,"function")?f.bind(d||b):f}return!1}var d="2.5.3",e={},f=b.documentElement,g="modernizr",h=b.createElement(g),i=h.style,j,k={}.toString,l={svg:"http://www.w3.org/2000/svg"},m={},n={},o={},p=[],q=p.slice,r,s={}.hasOwnProperty,t;!w(s,"undefined")&&!w(s.call,"undefined")?t=function(a,b){return s.call(a,b)}:t=function(a,b){return b in a&&w(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=q.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(q.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(q.call(arguments)))};return e}),m.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==l.svg};for(var z in m)t(m,z)&&(r=z.toLowerCase(),e[r]=m[z](),p.push((e[r]?"":"no-")+r));return u(""),h=j=null,e._version=d,e}(this,this.document); -------------------------------------------------------------------------------- /site/feed.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: null 3 | --- 4 | 5 | 6 | 7 | {{ site.title | xml_escape }} 8 | {{ site.description | xml_escape }} 9 | {{ site.url }}{{ site.baseurl }}/ 10 | 11 | {{ site.time | date_to_rfc822 }} 12 | {{ site.time | date_to_rfc822 }} 13 | Jekyll v{{ jekyll.version }} 14 | {% for post in site.posts limit:10 %} 15 | 16 | {{ post.title | xml_escape }} 17 | {{ post.content | xml_escape }} 18 | {{ post.date | date_to_rfc822 }} 19 | {{ post.url | prepend: site.baseurl | prepend: site.url }} 20 | {{ post.url | prepend: site.baseurl | prepend: site.url }} 21 | {% for tag in post.tags %} 22 | {{ tag | xml_escape }} 23 | {% endfor %} 24 | {% for cat in post.categories %} 25 | {{ cat | xml_escape }} 26 | {% endfor %} 27 | 28 | {% endfor %} 29 | 30 | 31 | -------------------------------------------------------------------------------- /site/_posts/2017-09-01-release-0.4.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | date: "2017-09-01 12:00:00 +0000" 4 | author: ajbozarth 5 | version: 0.4.0-incubating 6 | categories: [release] 7 | tag: v0-4-0-incubating 8 | sha: d0b917f 9 | --- 10 | 28 | 29 | This is our first Apache release! 30 | 31 | We're excited to be in the Apache Incubator. 32 | 33 | New features 34 | 35 | * [LIVY-87] 36 | Create a Livy Web UI to monitor sessions 37 | * [LIVY-348] 38 | Improve Livy's ACLs 39 | -------------------------------------------------------------------------------- /site/_includes/JB/liquid_raw: -------------------------------------------------------------------------------- 1 | {% comment%}{% endcomment%} 26 | 27 | {% if site.JB.liquid_raw.provider == "custom" %} 28 | {% include custom/liquid_raw %} 29 | {% else %} 30 |
    {{text | replace:"|.", "{" | replace:".|", "}" | replace:">", ">" | replace:"<", "<" }}
    31 | {% endif %} 32 | {% assign text = nil %} -------------------------------------------------------------------------------- /publish.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # 3 | # Licensed to the Apache Software Foundation (ASF) under one or more 4 | # contributor license agreements. See the NOTICE file distributed with 5 | # this work for additional information regarding copyright ownership. 6 | # The ASF licenses this file to you under the Apache License, Version 2.0 7 | # (the "License"); you may not use this file except in compliance with 8 | # the License. You may obtain a copy of the License at 9 | # 10 | # http://www.apache.org/licenses/LICENSE-2.0 11 | # 12 | # Unless required by applicable law or agreed to in writing, software 13 | # distributed under the License is distributed on an "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | # See the License for the specific language governing permissions and 16 | # limitations under the License. 17 | # 18 | 19 | set -e 20 | cd site 21 | bundle exec jekyll clean 22 | bundle exec jekyll build -d _site 23 | COMMIT_HASH=`git rev-parse HEAD` 24 | cd .. 25 | git checkout -B asf-site apache-github/asf-site 26 | git pull --rebase apache-github asf-site 27 | rm -rf content 28 | mkdir content 29 | mv site/_site/* content 30 | git add content 31 | echo "Publishing changes from master branch $COMMIT_HASH" 32 | git commit -a -m "Publishing from $COMMIT_HASH" 33 | echo "> > >" 34 | echo " " 35 | echo "You are now on the asf-site branch" 36 | echo "Run git push apache-github asf-site to update the live site." 37 | echo " " 38 | echo " " 39 | set +e 40 | -------------------------------------------------------------------------------- /site/_includes/JB/categories_list: -------------------------------------------------------------------------------- 1 | {% comment %}{% endcomment %} 19 | 20 | {% if site.JB.categories_list.provider == "custom" %} 21 | {% include custom/categories_list %} 22 | {% else %} 23 | {% if categories_list.first[0] == null %} 24 | {% for category in categories_list %} 25 |
  • 26 | {{ category | join: "/" }} {{ site.categories[category].size }} 27 |
  • 28 | {% endfor %} 29 | {% else %} 30 | {% for category in categories_list %} 31 |
  • 32 | {{ category[0] | join: "/" }} {{ category[1].size }} 33 |
  • 34 | {% endfor %} 35 | {% endif %} 36 | {% endif %} 37 | {% assign categories_list = nil %} -------------------------------------------------------------------------------- /site/_includes/JB/pages_list: -------------------------------------------------------------------------------- 1 | {% comment %}{% endcomment %} 22 | 23 | {% if site.JB.pages_list.provider == "custom" %} 24 | {% include custom/pages_list %} 25 | {% else %} 26 | {% for node in pages_list %} 27 | {% if node.title != null %} 28 | {% if group == null or group == node.group %} 29 | {% if page.url == node.url %} 30 |
  • {{node.title}}
  • 31 | {% else %} 32 |
  • {{node.title}}
  • 33 | {% endif %} 34 | {% endif %} 35 | {% endif %} 36 | {% endfor %} 37 | {% endif %} 38 | {% assign pages_list = nil %} 39 | {% assign group = nil %} -------------------------------------------------------------------------------- /site/third-party-projects.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Livy - Third-Party Projects 4 | description: Livy ecosystem projects 5 | group: nav-right 6 | --- 7 | 25 | 26 | {% include JB/setup %} 27 | 28 | ## {{ site.data.project.name }} Third-Party Projects 29 | 30 | This page lists external projects that add to Livy's ecosystem. 31 | Please open a pull request [here]({{ site.data.project.website_repository_mirror }}) if you would like to submit other projects. 32 | 33 | ### Clients 34 | 35 | * [node-livy-client](https://www.npmjs.com/package/node-livy-client) - Livy client written in NodeJS 36 | 37 | * [spark-sql-server](https://github.com/maropu/spark-sql-server) - A Spark SQL server based on the PostgreSQL V3 protocol 38 | 39 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    addFile
    15 |
    LivyScalaClient
    16 |
    17 |
    addJar
    18 |
    LivyScalaClient
    19 |
    20 |
    apache
    21 |
    org
    22 |
    23 |
    asScalaClient
    24 |
    ScalaWrapper
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    addFile
    15 |
    LivyScalaClient
    16 |
    17 |
    addJar
    18 |
    LivyScalaClient
    19 |
    20 |
    apache
    21 |
    org
    22 |
    23 |
    asScalaClient
    24 |
    ScalaWrapper
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    addFile
    15 |
    LivyScalaClient
    16 |
    17 |
    addJar
    18 |
    LivyScalaClient
    19 |
    20 |
    apache
    21 |
    org
    22 |
    23 |
    asScalaClient
    24 |
    ScalaWrapper
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    addFile
    15 |
    LivyScalaClient
    16 |
    17 |
    addJar
    18 |
    LivyScalaClient
    19 |
    20 |
    apache
    21 |
    org
    22 |
    23 |
    asScalaClient
    24 |
    ScalaWrapper
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    addFile
    15 |
    LivyScalaClient
    16 |
    17 |
    addJar
    18 |
    LivyScalaClient
    19 |
    20 |
    apache
    21 |
    org
    22 |
    23 |
    asScalaClient
    24 |
    ScalaWrapper
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/_includes/themes/apache/post.html: -------------------------------------------------------------------------------- 1 | 4 | 5 |
    6 |
    7 |
    8 | {{ page.date | date_to_long_string }} 9 |
    10 |
    11 | {{ content }} 12 |
    13 | 14 | {% unless page.categories == empty %} 15 | 20 | {% endunless %} 21 | 22 | {% unless page.tags == empty %} 23 | 28 | {% endunless %} 29 | 30 |
    31 | 46 |
    47 | {% include JB/comments %} 48 |
    49 |
    50 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-r.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    ready
    15 |
    ScalaJobHandle
    16 |
    17 |
    removeSharedVariable
    18 |
    ScalaJobContext
    19 |
    20 |
    result
    21 |
    ScalaJobHandle
    22 |
    23 |
    run
    24 |
    LivyScalaClient
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-r.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    ready
    15 |
    ScalaJobHandle
    16 |
    17 |
    removeSharedVariable
    18 |
    ScalaJobContext
    19 |
    20 |
    result
    21 |
    ScalaJobHandle
    22 |
    23 |
    run
    24 |
    LivyScalaClient
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-r.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    ready
    15 |
    ScalaJobHandle
    16 |
    17 |
    removeSharedVariable
    18 |
    ScalaJobContext
    19 |
    20 |
    result
    21 |
    ScalaJobHandle
    22 |
    23 |
    run
    24 |
    LivyScalaClient
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-r.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    ready
    15 |
    ScalaJobHandle
    16 |
    17 |
    removeSharedVariable
    18 |
    ScalaJobContext
    19 |
    20 |
    result
    21 |
    ScalaJobHandle
    22 |
    23 |
    run
    24 |
    LivyScalaClient
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-r.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    ready
    15 |
    ScalaJobHandle
    16 |
    17 |
    removeSharedVariable
    18 |
    ScalaJobContext
    19 |
    20 |
    result
    21 |
    ScalaJobHandle
    22 |
    23 |
    run
    24 |
    LivyScalaClient
    25 |
    26 | 27 | -------------------------------------------------------------------------------- /site/.gitignore: -------------------------------------------------------------------------------- 1 | # Licensed to the Apache Software Foundation (ASF) under one or more 2 | # contributor license agreements. See the NOTICE file distributed with 3 | # this work for additional information regarding copyright ownership. 4 | # The ASF licenses this file to you under the Apache License, Version 2.0 5 | # (the "License"); you may not use this file except in compliance with 6 | # the License. You may obtain a copy of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | # See the License for the specific language governing permissions and 14 | # limitations under the License. 15 | # 16 | # Licensed to the Apache Software Foundation (ASF) under one or more 17 | # contributor license agreements. See the NOTICE file distributed with 18 | # this work for additional information regarding copyright ownership. 19 | # The ASF licenses this file to you under the Apache License, Version 2.0 20 | # (the "License"); you may not use this file except in compliance with 21 | # the License. You may obtain a copy of the License at 22 | # 23 | # http://www.apache.org/licenses/LICENSE-2.0 24 | # 25 | # Unless required by applicable law or agreed to in writing, software 26 | # distributed under the License is distributed on an "AS IS" BASIS, 27 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 28 | # See the License for the specific language governing permissions and 29 | # limitations under the License. 30 | # 31 | .sass-cache 32 | Gemfile.lock 33 | 34 | # generated site 35 | target 36 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/java/allclasses-noframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | All Classes (Livy 0.5.0-incubating JavaDoc) 8 | 9 | 10 | 11 | 12 | 13 |

    All Classes

    14 |
    15 | 25 |
    26 | 27 | 28 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/java/allclasses-noframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | All Classes (Livy 0.6.0-incubating JavaDoc) 8 | 9 | 10 | 11 | 12 | 13 |

    All Classes

    14 |
    15 | 25 |
    26 | 27 | 28 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/java/allclasses-noframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | All Classes (Livy 0.7.0-incubating JavaDoc) 8 | 9 | 10 | 11 | 12 | 13 |

    All Classes

    14 |
    15 | 25 |
    26 | 27 | 28 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/java/allclasses-noframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | All Classes (Livy 0.7.0-incubating JavaDoc) 8 | 9 | 10 | 11 | 12 | 13 |

    All Classes

    14 |
    15 | 25 |
    26 | 27 | 28 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/java/allclasses-noframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | All Classes (Livy 0.8.0-incubating JavaDoc) 8 | 9 | 10 | 11 | 12 | 13 |

    All Classes

    14 |
    15 | 25 |
    26 | 27 | 28 | -------------------------------------------------------------------------------- /site/community-members.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Livy - Community Members 4 | description: Livy Community Page 5 | group: nav-right 6 | --- 7 | 25 | 26 | {% include JB/setup %} 27 | 28 | ### {{ site.data.project.short_name }} Team Members 29 | 30 | {% if site.data.contributors %} 31 | 32 | 33 | 34 | {% for member in site.data.contributors %} 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | {% endfor %} 44 | {% endif %} 45 | 46 | -------------------------------------------------------------------------------- /site/docs/0.5.0-incubating/api/scala/index/index-o.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.5.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    onComplete
    15 |
    ScalaJobHandle
    16 |
    17 |
    onJobCancelled
    18 |
    ScalaJobHandle
    19 |
    20 |
    onJobQueued
    21 |
    ScalaJobHandle
    22 |
    23 |
    onJobStarted
    24 |
    ScalaJobHandle
    25 |
    26 |
    org
    27 |
    root
    28 |
    29 | 30 | -------------------------------------------------------------------------------- /site/docs/0.6.0-incubating/api/scala/index/index-o.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.6.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    onComplete
    15 |
    ScalaJobHandle
    16 |
    17 |
    onJobCancelled
    18 |
    ScalaJobHandle
    19 |
    20 |
    onJobQueued
    21 |
    ScalaJobHandle
    22 |
    23 |
    onJobStarted
    24 |
    ScalaJobHandle
    25 |
    26 |
    org
    27 |
    root
    28 |
    29 | 30 | -------------------------------------------------------------------------------- /site/docs/0.7.0-incubating/api/scala/index/index-o.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    onComplete
    15 |
    ScalaJobHandle
    16 |
    17 |
    onJobCancelled
    18 |
    ScalaJobHandle
    19 |
    20 |
    onJobQueued
    21 |
    ScalaJobHandle
    22 |
    23 |
    onJobStarted
    24 |
    ScalaJobHandle
    25 |
    26 |
    org
    27 |
    root
    28 |
    29 | 30 | -------------------------------------------------------------------------------- /site/docs/0.7.1-incubating/api/scala/index/index-o.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.7.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    onComplete
    15 |
    ScalaJobHandle
    16 |
    17 |
    onJobCancelled
    18 |
    ScalaJobHandle
    19 |
    20 |
    onJobQueued
    21 |
    ScalaJobHandle
    22 |
    23 |
    onJobStarted
    24 |
    ScalaJobHandle
    25 |
    26 |
    org
    27 |
    root
    28 |
    29 | 30 | -------------------------------------------------------------------------------- /site/docs/0.8.0-incubating/api/scala/index/index-o.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | livy-scala-api-parent 0.8.0-incubating API 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
    14 |
    onComplete
    15 |
    ScalaJobHandle
    16 |
    17 |
    onJobCancelled
    18 |
    ScalaJobHandle
    19 |
    20 |
    onJobQueued
    21 |
    ScalaJobHandle
    22 |
    23 |
    onJobStarted
    24 |
    ScalaJobHandle
    25 |
    26 |
    org
    27 |
    root
    28 |
    29 | 30 | -------------------------------------------------------------------------------- /site/_includes/JB/posts_collate: -------------------------------------------------------------------------------- 1 | {% comment %}{% endcomment %} 19 | 20 | {% if site.JB.posts_collate.provider == "custom" %} 21 | {% include custom/posts_collate %} 22 | {% else %} 23 | {% for post in posts_collate %} 24 | {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} 25 | {% capture this_month %}{{ post.date | date: "%B" }}{% endcapture %} 26 | {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} 27 | {% capture next_month %}{{ post.previous.date | date: "%B" }}{% endcapture %} 28 | 29 | {% if forloop.first %} 30 |

    {{this_year}}

    31 |

    {{this_month}}

    32 | 39 | {% else %} 40 | {% if this_year != next_year %} 41 | 42 |

    {{next_year}}

    43 |

    {{next_month}}

    44 | 48 |

    {{next_month}}

    49 |
    Full NameApache IDGitHubRoleAffiliation
    {{member.name}}{{member.apacheId}}{{ member.githubId }}{{member.role}}{{member.org}}