See https://github.com/sbt/sbt/wiki/sbt-1.x-plugin-migration for the list with sbt 1.x migration status.
| plugin | star | description |
|---|---|---|
| playframework/playframework | 9597 | The High Velocity Web Framework |
| scala-js/scala-js | 3053 | Scala to JavaScript compiler |
| version: "3.2" | |
| services: | |
| zookeeper: | |
| image: bitnami/zookeeper:3 | |
| ports: | |
| - 2181:2181 | |
| environment: | |
| ALLOW_ANONYMOUS_LOGIN: "yes" | |
| kafka-0: | |
| image: bitnami/kafka:2 |
| <beans xmlns="http://www.springframework.org/schema/beans" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation=" | |
| http://www.springframework.org/schema/beans | |
| http://www.springframework.org/schema/beans/spring-beans.xsd"> | |
| <!-- | |
| Alter configuration below as needed. | |
| --> | |
| <bean id="atomic-cache" class="org.apache.ignite.configuration.CacheConfiguration" abstract="true"> | |
| <property name="cacheMode" value="PARTITIONED"/> |
| docker run --hostname=quickstart.cloudera --net hadoop --privileged=true -t -i -p 8888:8888 -p 10000:10000 -p 10020:10020 -p 11000:11000 -p 18080:18080 -p 18081:18081 -p 18088:18088 -p 19888:19888 -p 21000:21000 -p 21050:21050 -p 2181:2181 -p 25000:25000 -p 25010:25010 -p 25020:25020 -p 50010:50010 -p 50030:50030 -p 50060:50060 -p 50070:50070 -p 50075:50075 -p 50090:50090 -p 60000:60000 -p 60010:60010 -p 60020:60020 -p 60030:60030 -p 7180:7180 -p 7183:7183 -p 7187:7187 -p 80:80 -p 8020:8020 -p 8032:8032 -p 802:8042 -p 8088:8088 -p 8983:8983 -p 9083:9083 cloudera/quickstart /usr/bin/docker-quickstart |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Licensed to the Apache Software Foundation (ASF) under one or more | |
| contributor license agreements. See the NOTICE file distributed with | |
| this work for additional information regarding copyright ownership. | |
| The ASF licenses this file to You under the Apache License, Version 2.0 | |
| (the "License"); you may not use this file except in compliance with | |
| the License. You may obtain a copy of the License at |
| ########## wireless info START ########## | |
| Report from: 12 Dec 2018 14:58 CET +0100 | |
| Booted last: 12 Dec 2018 00:00 CET +0100 | |
| Script from: 22 Oct 2018 03:34 UTC +0000 | |
| ##### release ########################### |
| log4j.rootCategory=WARN, console | |
| log4j.appender.console=org.apache.log4j.ConsoleAppender | |
| log4j.appender.console.target=System.err | |
| log4j.appender.console.layout=org.apache.log4j.PatternLayout | |
| log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n |
See https://github.com/sbt/sbt/wiki/sbt-1.x-plugin-migration for the list with sbt 1.x migration status.
| plugin | star | description |
|---|---|---|
| playframework/playframework | 9597 | The High Velocity Web Framework |
| scala-js/scala-js | 3053 | Scala to JavaScript compiler |