This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 08 May 16:15:57 INFO [client.HBaseAdmin] - Disabled ns_someraster_SPATIAL_IDX | |
| 08 May 16:15:57 WARN [operations.HBaseOperations] - Unable to infer coprocessor library | |
| java.io.FileNotFoundException: File /tmp/hbase-hduser/hbase/lib does not exist | |
| at org.apache.hadoop.fs.RawLocalFileSystem.listStatus(RawLocalFileSystem.java:431) | |
| at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1517) | |
| at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1557) | |
| at org.apache.hadoop.fs.ChecksumFileSystem.listStatus(ChecksumFileSystem.java:674) | |
| at mil.nga.giat.geowave.datastore.hbase.operations.HBaseOperations.getGeoWaveJarOnPath(HBaseOperations.java:728) | |
| at mil.nga.giat.geowave.datastore.hbase.operations.HBaseOperations.verifyCoprocessor(HBaseOperations.java:648) | |
| at mil.nga.giat.geowave.datastore.hbase.operations.HBaseOperations.ensureServerSideOperationsObserverAttached(HBaseOper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| open Microsoft.FSharp.Quotations | |
| open Microsoft.FSharp.Quotations.Patterns | |
| type A = A | |
| with | |
| static member only<'t>(proj: 't -> obj[]) = () | |
| static member except<'t>(proj: 't -> obj[]) = () | |
| type Projection = | |
| | Projection of string * How |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| open Expecto | |
| [<Tests>] | |
| let tests = | |
| testList "just some test" [ | |
| testList "and more and more test" [ | |
| testCase "1" <| fun _ -> () | |
| testCase "2" <| fun _ -> () | |
| ] |