Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hopefully this is kind of a manual for a new starter to locate various components in source code.

  • Thrift IDL file for TCLIService: <BaseDir>/service-rpc/if/TCLIService.thrift (<BaseDir> is typically: <YourWorkspace>/hive/) 

...

  • TCLIService.Iface implemented byorg.apache.hive.service.cli.thrift.ThriftCLIService

...

  • class 
  • ThriftCLIService subclassed byorg.apache.hive.service.cli.thrift.

...

  • ThriftBinaryCLIService and org.apache.hive.service.cli.thrift.ThriftHttpCLIService

...